Interface EntityReference
- All Known Subinterfaces:
Entity, EntityImplementor
- All Known Implementing Classes:
AbstractDirtyCheckingEntity, AbstractEntityWrapper, AbstractHibernateEntity, AbstractPojoEntity, AbstractSessionOnlyEntity, ConditionalEntityWrapper, EntityId, NullCounterEntityWrapper, NullKeyEntityWrapper, TemplateEntity, UnmodifiableEntityWrapper
public interface EntityReference
Interface for classes that reference an Entity instance.
-
Method Summary
-
Method Details
-
getKey
PrimaryKey getKey() -
getModel
EntityModel getModel()
-