public final class EntityKey
extends java.lang.Object
implements java.io.Serializable
EntityUniqueKey,
Serialized Form| Constructor and Description |
|---|
EntityKey(java.io.Serializable id,
EntityPersister persister,
EntityMode entityMode)
Construct a unique identifier for an entity class instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getEntityName() |
java.io.Serializable |
getIdentifier()
Get the user-visible identifier
|
int |
hashCode() |
boolean |
isBatchLoadable() |
java.lang.String |
toString() |
public EntityKey(java.io.Serializable id,
EntityPersister persister,
EntityMode entityMode)
public boolean isBatchLoadable()
public java.io.Serializable getIdentifier()
public java.lang.String getEntityName()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.