org.hibernate.engine
Class EntityUniqueKey
java.lang.Object
org.hibernate.engine.EntityUniqueKey
- Serializable
public class EntityUniqueKey
extends java.lang.Object
implements Serializable
Used to uniquely key an entity instance in relation to a particular session
by some unique property reference, as opposed to identifier.
Uniqueing information consists of the entity-name, the referenced
property name, and the referenced property value.
equals
public boolean equals(Object other)
getEntityName
public String getEntityName()
getKey
public Object getKey()
getUniqueKeyName
public String getUniqueKeyName()
hashCode
public int hashCode()
toString
public String toString()