org.hibernate.engine
Class CollectionKey
java.lang.Object
   org.hibernate.engine.CollectionKey
org.hibernate.engine.CollectionKey
- All Implemented Interfaces: 
- Serializable
- public final class CollectionKey- extends Object- implements Serializable
Uniquely identifies a collection instance in a particular session.
- Author:
- Gavin King
- See Also:
- Serialized Form
 
 
 
CollectionKey
public CollectionKey(CollectionPersister persister,
                     Serializable key,
                     EntityMode em)
equals
public boolean equals(Object other)
- 
 
- 
 
getHashCode
public int getHashCode()
- 
 
- 
 
hashCode
public int hashCode()
- 
 
- 
 
getRole
public String getRole()
- 
 
- 
 
getKey
public Serializable getKey()
- 
 
- 
 
toString
public String toString()
- 
 
-