Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » engine » [javadoc | source]
org.hibernate.engine
public final class: CollectionKey [javadoc | source]
java.lang.Object
   org.hibernate.engine.CollectionKey

All Implemented Interfaces:
    Serializable

Uniquely identifies a collection instance in a particular session.
Constructor:
 public CollectionKey(CollectionPersister persister,
    Serializable key,
    EntityMode em) 
Method from org.hibernate.engine.CollectionKey Summary:
deserialize,   equals,   generateHashCode,   getKey,   getRole,   hashCode,   serialize,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.CollectionKey Detail:
 static CollectionKey deserialize(ObjectInputStream ois,
    SessionImplementor session) throws ClassNotFoundException, IOException 
    Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
 public boolean equals(Object other) 
 public int generateHashCode() 
 public Serializable getKey() 
 public String getRole() 
 public int hashCode() 
  void serialize(ObjectOutputStream oos) throws IOException 
    Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
 public String toString()