Record Class CollectionJdbcOperations.InsertRowPlan
java.lang.Object
java.lang.Record
org.hibernate.action.queue.spi.decompose.collection.CollectionJdbcOperations.InsertRowPlan
- Enclosing class:
CollectionJdbcOperations
public static record CollectionJdbcOperations.InsertRowPlan(MutationOperation jdbcOperation, CollectionJdbcOperations.Values values)
extends Record
- Since:
- 8.0
-
Constructor Summary
ConstructorsConstructorDescriptionInsertRowPlan(MutationOperation jdbcOperation, CollectionJdbcOperations.Values values) Creates an instance of aInsertRowPlanrecord 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.Returns the value of thejdbcOperationrecord component.final StringtoString()Returns a string representation of this record class.values()Returns the value of thevaluesrecord component.
-
Constructor Details
-
InsertRowPlan
Creates an instance of aInsertRowPlanrecord class.- Parameters:
jdbcOperation- the value for thejdbcOperationrecord componentvalues- the value for thevaluesrecord component
-
-
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). -
jdbcOperation
Returns the value of thejdbcOperationrecord component.- Returns:
- the value of the
jdbcOperationrecord component
-
values
Returns the value of thevaluesrecord component.- Returns:
- the value of the
valuesrecord component
-