public final class EntityKey
extends java.lang.Object
implements java.io.Serializable
EntityUniqueKey
,
Serialized FormConstructor 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.