- java.lang.Object
-
- org.hibernate.engine.spi.AssociationKey
-
- All Implemented Interfaces:
- java.io.Serializable
public final class AssociationKey
extends java.lang.Object
implements java.io.Serializable
Identifies a named association belonging to a particular
entity instance. Used to record the fact that an association
is null during loading.
- See Also:
- Serialized Form
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
equals(java.lang.Object that) |
int |
hashCode() |
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.