站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

CompositeElementPropertyMapping (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.persister.collection
Class CompositeElementPropertyMapping

java.lang.Object
  extended byorg.hibernate.persister.entity.AbstractPropertyMapping
      extended byorg.hibernate.persister.collection.CompositeElementPropertyMapping
All Implemented Interfaces:
PropertyMapping

public class CompositeElementPropertyMapping
extends AbstractPropertyMapping

Author:
Gavin King

Constructor Summary
CompositeElementPropertyMapping(String[] elementColumns, String[] elementFormulaTemplates, AbstractComponentType compositeType, Mapping factory)
           
 
Method Summary
protected  String getEntityName()
           
 Type getType()
          Get the type of the thing containing the properties
 
Methods inherited from class org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath, getColumnNames, getIdentifierColumnNames, 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
 

Constructor Detail

CompositeElementPropertyMapping

public CompositeElementPropertyMapping(String[] elementColumns,
                                       String[] elementFormulaTemplates,
                                       AbstractComponentType compositeType,
                                       Mapping factory)
                                throws MappingException
Method Detail

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