Record Class CollectionMutationPlanContributor.RemoveBindContext
java.lang.Object
java.lang.Record
org.hibernate.action.queue.spi.decompose.collection.CollectionMutationPlanContributor.RemoveBindContext
- Record Components:
persister- The collection persister whose rows are being removed.key- The collection key identifying rows to remove.session- The active session.
- Enclosing interface:
CollectionMutationPlanContributor
public static record CollectionMutationPlanContributor.RemoveBindContext(CollectionPersister persister, Object key, SharedSessionContractImplementor session)
extends Record
Context passed to
CollectionMutationPlanContributor.bindRemoveValues(RemoveBindContext, JdbcValueBindings).- Since:
- 8.0
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveBindContext(CollectionPersister persister, Object key, SharedSessionContractImplementor session) Creates an instance of aRemoveBindContextrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.key()Returns the value of thekeyrecord component.Returns the value of thepersisterrecord component.session()Returns the value of thesessionrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
persister
-
key
-
session
-