类 BasicEntityPropertyMapping
- java.lang.Object
-
- org.hibernate.persister.entity.AbstractPropertyMapping
-
- org.hibernate.persister.entity.BasicEntityPropertyMapping
-
- 所有已实现的接口:
PropertyMapping
public class BasicEntityPropertyMapping extends AbstractPropertyMapping
- 作者:
- Gavin King
-
-
构造器概要
构造器 构造器 说明 BasicEntityPropertyMapping(AbstractEntityPersister persister)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected StringgetEntityName()String[]getIdentifierColumnNames()String[]getIdentifierColumnReaders()String[]getIdentifierColumnReaderTemplates()TypegetType()Get the type of the thing containing the propertiesString[]toColumns(String alias, String propertyName)Obtain aliased column/formula fragments for the specified property path.-
从类继承的方法 org.hibernate.persister.entity.AbstractPropertyMapping
addPropertyPath, addPropertyPath, getColumnNames, initComponentPropertyPaths, initIdentifierPropertyPaths, initPropertyPaths, propertyException, toColumns, toType
-
-
-
-
构造器详细资料
-
BasicEntityPropertyMapping
public BasicEntityPropertyMapping(AbstractEntityPersister persister)
-
-
方法详细资料
-
getIdentifierColumnNames
public String[] getIdentifierColumnNames()
-
getIdentifierColumnReaders
public String[] getIdentifierColumnReaders()
-
getIdentifierColumnReaderTemplates
public String[] getIdentifierColumnReaderTemplates()
-
getEntityName
protected String getEntityName()
- 指定者:
getEntityName在类中AbstractPropertyMapping
-
getType
public Type getType()
从接口复制的说明:PropertyMappingGet the type of the thing containing the properties
-
toColumns
public String[] toColumns(String alias, String propertyName) throws QueryException
从接口复制的说明:PropertyMappingObtain aliased column/formula fragments for the specified property path.- 指定者:
toColumns在接口中PropertyMapping- 覆盖:
toColumns在类中AbstractPropertyMapping- 抛出:
QueryException
-
-