|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.hibernate.persister.collection.ElementPropertyMapping
| Constructor Summary | |
ElementPropertyMapping(String[] elementColumns,
Type type)
|
|
| 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 ElementPropertyMapping(String[] elementColumns, Type type) throws MappingException
| Method Detail |
public Type toType(String propertyName) throws QueryException
PropertyMapping
toType in interface PropertyMappingQueryExceptionpublic String[] toColumns(String alias, String propertyName) throws QueryException
PropertyMapping
toColumns in interface PropertyMappingQueryExceptionpublic String[] toColumns(String propertyName) throws QueryException, UnsupportedOperationException
toColumns in interface PropertyMappingpublic Type getType()
PropertyMapping
getType in interface PropertyMapping
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||