|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyMapping
Abstraction of all mappings that define properties: entities, collection elements.
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 |
Method Detail |
---|
Type toType(java.lang.String propertyName) throws QueryException
QueryException
java.lang.String[] toColumns(java.lang.String alias, java.lang.String propertyName) throws QueryException
QueryException
java.lang.String[] toColumns(java.lang.String propertyName) throws QueryException, java.lang.UnsupportedOperationException
QueryException
java.lang.UnsupportedOperationException
Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |