org.hibernate.persister.entity
Class BasicEntityPropertyMapping
java.lang.Object
   org.hibernate.persister.entity.AbstractPropertyMapping
org.hibernate.persister.entity.AbstractPropertyMapping
       org.hibernate.persister.entity.BasicEntityPropertyMapping
org.hibernate.persister.entity.BasicEntityPropertyMapping
- All Implemented Interfaces: 
- PropertyMapping
- public class BasicEntityPropertyMapping 
- extends AbstractPropertyMapping
- Author:
- Gavin King
 
 
 
| 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:
- getIdentifierColumnNamesin class- AbstractPropertyMapping
 
- 
 
getIdentifierColumnReaders
public String[] getIdentifierColumnReaders()
- 
- Overrides:
- getIdentifierColumnReadersin class- AbstractPropertyMapping
 
- 
 
getIdentifierColumnReaderTemplates
public String[] getIdentifierColumnReaderTemplates()
- 
- Overrides:
- getIdentifierColumnReaderTemplatesin class- AbstractPropertyMapping
 
- 
 
getEntityName
protected String getEntityName()
- 
- Specified by:
- getEntityNamein 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:
- toColumnsin interface- PropertyMapping
- Overrides:
- toColumnsin class- AbstractPropertyMapping
 
- 
- Throws:
- QueryException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.