org.hibernate.persister.collection
Class CompositeElementPropertyMapping
java.lang.Object
   org.hibernate.persister.entity.AbstractPropertyMapping
org.hibernate.persister.entity.AbstractPropertyMapping
       org.hibernate.persister.collection.CompositeElementPropertyMapping
org.hibernate.persister.collection.CompositeElementPropertyMapping
- All Implemented Interfaces: 
- PropertyMapping
- public class CompositeElementPropertyMapping 
- extends AbstractPropertyMapping
- Author:
- Gavin King
 
 
| Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping | 
| addPropertyPath, getColumnNames, getIdentifierColumnNames, getIdentifierColumnReaders, getIdentifierColumnReaderTemplates, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toColumns, toType | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CompositeElementPropertyMapping
public CompositeElementPropertyMapping(String[] elementColumns,
                                       String[] elementColumnReaders,
                                       String[] elementColumnReaderTemplates,
                                       String[] elementFormulaTemplates,
                                       CompositeType 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:
- getEntityNamein class- AbstractPropertyMapping
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.