当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
CompositeElementPropertyMapping (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.collection
Class CompositeElementPropertyMapping
java.lang.Object
net.sf.hibernate.persister.AbstractPropertyMapping
net.sf.hibernate.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,
AbstractComponentType compositeType,
SessionFactoryImplementor factory)
throws MappingException
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