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
org.hibernate.persister.entity.BasicEntityPropertyMapping
public class BasicEntityPropertyMapping
extends AbstractPropertyMapping
Constructor 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 QueryException
Given a query alias and a property path, return the qualified column name
- Specified by:
- toColumns in interface PropertyMapping
- Overrides:
- toColumns in interface AbstractPropertyMapping