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