Package org.hibernate.engine.spi
Class AssociationKey
java.lang.Object
org.hibernate.engine.spi.AssociationKey
- All Implemented Interfaces:
Serializable
Identifies a named association belonging to a particular
entity instance. Used to record the fact that an association
is null during loading.
- Author:
- Gavin King
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociationKey(EntityKey ownerKey, String propertyName) Constructs an AssociationKey -
Method Summary
-
Constructor Details
-
AssociationKey
Constructs an AssociationKey- Parameters:
ownerKey- The EntityKey of the association ownerpropertyName- The name of the property on the owner which defines the association
-
-
Method Details