类 CompositeElementPropertyMapping
- java.lang.Object
-
- org.hibernate.persister.entity.AbstractPropertyMapping
-
- org.hibernate.persister.collection.CompositeElementPropertyMapping
-
- 所有已实现的接口:
PropertyMapping
public class CompositeElementPropertyMapping extends AbstractPropertyMapping
- 作者:
- Gavin King
-
-
构造器概要
构造器 构造器 说明 CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Mapping factory)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected StringgetEntityName()TypegetType()Get the type of the thing containing the properties-
从类继承的方法 org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath, addPropertyPath, getColumnNames, getIdentifierColumnNames, getIdentifierColumnReaders, getIdentifierColumnReaderTemplates, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toColumns, toType
-
-
-
-
构造器详细资料
-
CompositeElementPropertyMapping
public CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Mapping factory) throws MappingException
- 抛出:
MappingException
-
-
方法详细资料
-
getType
public Type getType()
从接口复制的说明:PropertyMappingGet the type of the thing containing the properties
-
getEntityName
protected String getEntityName()
- 指定者:
getEntityName在类中AbstractPropertyMapping
-
-