| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.persister.entity.AbstractPropertyMappingorg.hibernate.persister.entity.BasicEntityPropertyMappingpublic class BasicEntityPropertyMappingextends AbstractPropertyMappingConstructor Summary | |
Method Summary | |
protected String | |
String[] | |
Type |
|
String[] |
|
Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping | |
addPropertyPath, getColumnNames, getEntityName, getIdentifierColumnNames, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toColumns, toType | |
protected String getEntityName()
- Overrides:
- getEntityName in interface AbstractPropertyMapping
public String[] getIdentifierColumnNames()
- Overrides:
- getIdentifierColumnNames in interface AbstractPropertyMapping
public Type getType()
Get the type of the thing containing the properties
- Specified by:
- getType in interface PropertyMapping
public String[] toColumns(String alias,
String propertyName)
throws QueryExceptionGiven a query alias and a property path, return the qualified column name
- Specified by:
- toColumns in interface PropertyMapping
- Overrides:
- toColumns in interface AbstractPropertyMapping