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

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


net.sf.hibernate.collection
Class CompositeElementPropertyMapping

java.lang.Object
  extended bynet.sf.hibernate.persister.AbstractPropertyMapping
      extended bynet.sf.hibernate.collection.CompositeElementPropertyMapping
All Implemented Interfaces:
PropertyMapping

public class CompositeElementPropertyMapping
extends AbstractPropertyMapping

Author:
Gavin King

Constructor Summary
CompositeElementPropertyMapping(String[] elementColumns, AbstractComponentType compositeType, SessionFactoryImplementor factory)
           
 
Method Summary
protected  String getClassName()
           
 Type getType()
          Get the type of the thing containing the properties
 
Methods inherited from class net.sf.hibernate.persister.AbstractPropertyMapping
addFormulaPropertyPath, addPropertyPath, getIdentifierColumnNames, handlePath, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, initPropertyPaths, 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,
                                       AbstractComponentType compositeType,
                                       SessionFactoryImplementor factory)
                                throws MappingException
Method Detail

getType

public Type getType()
Description copied from interface: PropertyMapping
Get the type of the thing containing the properties


getClassName

protected String getClassName()
Specified by:
getClassName in class AbstractPropertyMapping