Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.persister.entity.AbstractPropertyMapping
PropertyMapping
contract.
Method Summary | |
protected void |
|
String[] |
|
protected abstract String | |
String[] | |
protected void |
|
protected void |
|
protected void |
|
protected QueryException |
|
String[] |
|
String[] |
|
Type |
|
protected void addPropertyPath(String path, Type type, String[] columns, String[] formulaTemplates)
public String[] getColumnNames(String propertyName)
protected abstract String getEntityName()
public String[] getIdentifierColumnNames()
protected void initComponentPropertyPaths(String path, AbstractComponentType type, String[] columns, String[] formulaTemplates, Mapping factory) throws MappingException
protected void initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, Mapping factory) throws MappingException
protected void initPropertyPaths(String path, Type type, String[] columns, String[] formulaTemplates, Mapping factory) throws MappingException
protected final QueryException propertyException(String propertyName) throws QueryException
public String[] toColumns(String propertyName) throws QueryException
- Specified by:
- toColumns in interface PropertyMapping
public String[] toColumns(String alias, String propertyName) throws QueryException
- Specified by:
- toColumns in interface PropertyMapping
public Type toType(String propertyName) throws QueryException
- Specified by:
- toType in interface PropertyMapping