org.hibernate.engine
Class EntityKey
java.lang.Object
org.hibernate.engine.EntityKey
- All Implemented Interfaces:
- Serializable
- public final class EntityKey
- extends Object
- implements Serializable
Uniquely identifies of an entity instance in a particular session.
Consisting of the user-visible identifier and the identifier space (eg. tablename).
- Author:
- Gavin King
- See Also:
- Serialized Form
EntityKey
public EntityKey(Serializable id,
EntityPersister persister,
EntityMode entityMode)
- Construct a unique identifier for an entity class instance
isBatchLoadable
public boolean isBatchLoadable()
getIdentifier
public Serializable getIdentifier()
- Get the user-visible identifier
getEntityName
public String getEntityName()
equals
public boolean equals(Object other)
hashCode
public int hashCode()
toString
public String toString()