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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicEntityPropertyMapping
public BasicEntityPropertyMapping(AbstractEntityPersister persister)
getIdentifierColumnNames
public String[] getIdentifierColumnNames()
- Overrides:
getIdentifierColumnNames
in class AbstractPropertyMapping
getIdentifierColumnReaders
public String[] getIdentifierColumnReaders()
- Overrides:
getIdentifierColumnReaders
in class AbstractPropertyMapping
getIdentifierColumnReaderTemplates
public String[] getIdentifierColumnReaderTemplates()
- Overrides:
getIdentifierColumnReaderTemplates
in class AbstractPropertyMapping
getEntityName
protected String getEntityName()
- Specified by:
getEntityName
in class AbstractPropertyMapping
getType
public Type getType()
- Description copied from interface:
PropertyMapping
- Get the type of the thing containing the properties
toColumns
public String[] toColumns(String alias,
String propertyName)
throws QueryException
- Description copied from interface:
PropertyMapping
- Given a query alias and a property path, return the qualified
column name
- Specified by:
toColumns
in interface PropertyMapping
- Overrides:
toColumns
in class AbstractPropertyMapping
- Throws:
QueryException
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.