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 java.lang.StringgetEntityName()java.lang.String[]getIdentifierColumnNames()java.lang.String[]getIdentifierColumnReaders()java.lang.String[]getIdentifierColumnReaderTemplates()TypegetType()Get the type of the thing containing the propertiesjava.lang.String[]toColumns(java.lang.String alias, java.lang.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 java.lang.String[] getIdentifierColumnNames()
- Overrides:
getIdentifierColumnNamesin classAbstractPropertyMapping
-
getIdentifierColumnReaders
public java.lang.String[] getIdentifierColumnReaders()
- Overrides:
getIdentifierColumnReadersin classAbstractPropertyMapping
-
getIdentifierColumnReaderTemplates
public java.lang.String[] getIdentifierColumnReaderTemplates()
- Overrides:
getIdentifierColumnReaderTemplatesin classAbstractPropertyMapping
-
getEntityName
protected java.lang.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 java.lang.String[] toColumns(java.lang.String alias, java.lang.String propertyName) throws QueryExceptionDescription copied from interface:PropertyMappingObtain aliased column/formula fragments for the specified property path.- Specified by:
toColumnsin interfacePropertyMapping- Overrides:
toColumnsin classAbstractPropertyMapping- Throws:
QueryException
-
-