| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.persister.collection.CollectionPropertyMapping
public class CollectionPropertyMapping
| Constructor Summary | |
|---|---|
| CollectionPropertyMapping(QueryableCollection memberPersister) | |
| Method Summary | |
|---|---|
|  Type | getType()Get the type of the thing containing the properties | 
|  String[] | toColumns(String propertyName)Given a property path, return the corresponding column name(s). | 
|  String[] | toColumns(String alias,
          String propertyName)Given a query alias and a property path, return the qualified column name | 
|  Type | toType(String propertyName)Given a component path expression, get the type of the property | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CollectionPropertyMapping(QueryableCollection memberPersister)
| Method Detail | 
|---|
public Type toType(String propertyName)
            throws QueryException
PropertyMapping
toType in interface PropertyMappingQueryException
public String[] toColumns(String alias,
                          String propertyName)
                   throws QueryException
PropertyMapping
toColumns in interface PropertyMappingQueryException
public String[] toColumns(String propertyName)
                   throws QueryException,
                          UnsupportedOperationException
toColumns in interface PropertyMappingQueryException
UnsupportedOperationExceptionpublic Type getType()
PropertyMapping
getType in interface PropertyMapping| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||