org.hibernate.persister.collection
Class CompositeElementPropertyMapping
java.lang.Object
org.hibernate.persister.entity.AbstractPropertyMapping
org.hibernate.persister.collection.CompositeElementPropertyMapping
- All Implemented Interfaces:
- PropertyMapping
public class CompositeElementPropertyMapping
- extends AbstractPropertyMapping
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeElementPropertyMapping
public CompositeElementPropertyMapping(String[] elementColumns,
String[] elementFormulaTemplates,
AbstractComponentType compositeType,
Mapping factory)
throws MappingException
- Throws:
MappingException
getType
public Type getType()
- Description copied from interface:
PropertyMapping
- Get the type of the thing containing the properties
getEntityName
protected String getEntityName()
- Specified by:
getEntityName
in class AbstractPropertyMapping