接口 EntityDefinition
-
- 所有超级接口:
AttributeSource
- 所有已知子接口:
EntityPersister,Loadable,Lockable,OuterJoinLoadable,PostInsertIdentityPersister,Queryable,SQLLoadable,UniqueKeyLoadable
- 所有已知实现类:
AbstractEntityPersister,JoinedSubclassEntityPersister,SingleTableEntityPersister,UnionSubclassEntityPersister
public interface EntityDefinition extends AttributeSource
Defines the contract for walking the attributes defined by an entity- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 EntityIdentifierDefinitiongetEntityKeyDefinition()EntityPersistergetEntityPersister()-
从接口继承的方法 org.hibernate.persister.walking.spi.AttributeSource
getAttributes
-
-
-
-
方法详细资料
-
getEntityPersister
EntityPersister getEntityPersister()
-
getEntityKeyDefinition
EntityIdentifierDefinition getEntityKeyDefinition()
-
-