Interface EntityDefinition
-
- All Superinterfaces:
AttributeSource
- All Known Subinterfaces:
EntityPersister
,Loadable
,Lockable
,OuterJoinLoadable
,PostInsertIdentityPersister
,Queryable
,SQLLoadable
,UniqueKeyLoadable
- All Known Implementing Classes:
AbstractEntityPersister
,JoinedSubclassEntityPersister
,SingleTableEntityPersister
,UnionSubclassEntityPersister
public interface EntityDefinition extends AttributeSource
Defines the contract for walking the attributes defined by an entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityIdentifierDefinition
getEntityKeyDefinition()
EntityPersister
getEntityPersister()
-
Methods inherited from interface org.hibernate.persister.walking.spi.AttributeSource
getAttributes
-
-
-
-
Method Detail
-
getEntityPersister
EntityPersister getEntityPersister()
-
getEntityKeyDefinition
EntityIdentifierDefinition getEntityKeyDefinition()
-
-