Package org.hibernate.persister.entity
Class BasicEntityPropertyMapping
- java.lang.Object
-
- org.hibernate.persister.entity.AbstractPropertyMapping
-
- org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- All Implemented Interfaces:
PropertyMapping
public class BasicEntityPropertyMapping extends AbstractPropertyMapping
-
-
Constructor Summary
Constructors Constructor Description BasicEntityPropertyMapping(AbstractEntityPersister persister)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetEntityName()String[]getIdentifierColumnNames()String[]getIdentifierColumnReaders()String[]getIdentifierColumnReaderTemplates()TypegetType()Get the type of the thing containing the propertiesString[]toColumns(String alias, String propertyName)Obtain aliased column/formula fragments for the specified property path.-
Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath, addPropertyPath, getColumnNames, initComponentPropertyPaths, initIdentifierPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
-
-
-
-
Constructor Detail
-
BasicEntityPropertyMapping
public BasicEntityPropertyMapping(AbstractEntityPersister persister)
-
-
Method Detail
-
getIdentifierColumnNames
public String[] getIdentifierColumnNames()
- Overrides:
getIdentifierColumnNamesin classAbstractPropertyMapping
-
getIdentifierColumnReaders
public String[] getIdentifierColumnReaders()
- Overrides:
getIdentifierColumnReadersin classAbstractPropertyMapping
-
getIdentifierColumnReaderTemplates
public String[] getIdentifierColumnReaderTemplates()
- Overrides:
getIdentifierColumnReaderTemplatesin classAbstractPropertyMapping
-
getEntityName
protected String getEntityName()
- Specified by:
getEntityNamein classAbstractPropertyMapping
-
getType
public Type getType()
Description copied from interface:PropertyMappingGet the type of the thing containing the properties
-
toColumns
public String[] toColumns(String alias, String propertyName) throws QueryException
Description copied from interface:PropertyMappingObtain aliased column/formula fragments for the specified property path.- Specified by:
toColumnsin interfacePropertyMapping- Overrides:
toColumnsin classAbstractPropertyMapping- Throws:
QueryException
-
-