|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.persister.collection.ElementPropertyMapping
public class ElementPropertyMapping
Constructor Summary | |
---|---|
ElementPropertyMapping(java.lang.String[] elementColumns,
Type type)
|
Method Summary | |
---|---|
Type |
getType()
Get the type of the thing containing the properties |
java.lang.String[] |
toColumns(java.lang.String propertyName)
Given a property path, return the corresponding column name(s). |
java.lang.String[] |
toColumns(java.lang.String alias,
java.lang.String propertyName)
Given a query alias and a property path, return the qualified column name |
Type |
toType(java.lang.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(java.lang.String[] elementColumns, Type type) throws MappingException
MappingException
Method Detail |
---|
public Type toType(java.lang.String propertyName) throws QueryException
PropertyMapping
toType
in interface PropertyMapping
QueryException
public java.lang.String[] toColumns(java.lang.String alias, java.lang.String propertyName) throws QueryException
PropertyMapping
toColumns
in interface PropertyMapping
QueryException
public java.lang.String[] toColumns(java.lang.String propertyName) throws QueryException, java.lang.UnsupportedOperationException
toColumns
in interface PropertyMapping
QueryException
java.lang.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 |