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 String
getEntityName()
String[]
getIdentifierColumnNames()
String[]
getIdentifierColumnReaders()
String[]
getIdentifierColumnReaderTemplates()
-
Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath, getColumnNames, initComponentPropertyPaths, initIdentifierPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
-
-
-
-
Constructor Detail
-
BasicEntityPropertyMapping
public BasicEntityPropertyMapping(AbstractEntityPersister persister)
-
-
Method Detail
-
getIdentifierColumnNames
public String[] getIdentifierColumnNames()
- Overrides:
getIdentifierColumnNames
in classAbstractPropertyMapping
-
getIdentifierColumnReaders
public String[] getIdentifierColumnReaders()
- Overrides:
getIdentifierColumnReaders
in classAbstractPropertyMapping
-
getIdentifierColumnReaderTemplates
public String[] getIdentifierColumnReaderTemplates()
- Overrides:
getIdentifierColumnReaderTemplates
in classAbstractPropertyMapping
-
getEntityName
protected String getEntityName()
- Specified by:
getEntityName
in classAbstractPropertyMapping
-
-