public final class

CollectionKey

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.engine.CollectionKey

Class Overview

Uniquely identifies a collection instance in a particular session.

Summary

Public Constructors
CollectionKey(CollectionPersister persister, Serializable key, EntityMode em)
Public Methods
boolean equals(Object other)
int generateHashCode()
Serializable getKey()
String getRole()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CollectionKey (CollectionPersister persister, Serializable key, EntityMode em)

Public Methods

public boolean equals (Object other)

public int generateHashCode ()

public Serializable getKey ()

public String getRole ()

public int hashCode ()

public String toString ()