Class RowMutationOperations
java.lang.Object
org.hibernate.persister.collection.mutation.RowMutationOperations
Composition of the
MutationOperation
references for a collection mapping.- Implementation Specification:
- All collection operations are achieved through
JdbcMutationOperation
which is exposed here
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ModelPart.JdbcValueBiConsumer<JdbcValueBindings,
Object> static final ModelPart.JdbcValueBiConsumer<JdbcValueBindings,
Object> -
Constructor Summary
ConstructorsConstructorDescriptionRowMutationOperations
(CollectionMutationTarget target, OperationProducer insertRowOperationProducer, RowMutationOperations.Values insertRowValues, OperationProducer updateRowOperationProducer, RowMutationOperations.Values updateRowValues, RowMutationOperations.Restrictions updateRowRestrictions, OperationProducer deleteRowOperationProducer, RowMutationOperations.Restrictions deleteRowRestrictions) -
Method Summary
Modifier and TypeMethodDescriptiongetDeleteRowOperation
(TableMapping tableMapping) getInsertRowOperation
(TableMapping tableMapping) boolean
boolean
boolean
toString()
-
Field Details
-
DEFAULT_RESTRICTOR
-
DEFAULT_VALUE_SETTER
-
-
Constructor Details
-
RowMutationOperations
public RowMutationOperations(CollectionMutationTarget target, OperationProducer insertRowOperationProducer, RowMutationOperations.Values insertRowValues, OperationProducer updateRowOperationProducer, RowMutationOperations.Values updateRowValues, RowMutationOperations.Restrictions updateRowRestrictions, OperationProducer deleteRowOperationProducer, RowMutationOperations.Restrictions deleteRowRestrictions)
-
-
Method Details
-
toString
-
hasInsertRow
public boolean hasInsertRow() -
getInsertRowValues
-
getInsertRowOperation
-
getInsertRowOperation
-
hasUpdateRow
public boolean hasUpdateRow() -
getUpdateRowOperation
-
getUpdateRowValues
-
getUpdateRowRestrictions
-
hasDeleteRow
public boolean hasDeleteRow() -
getDeleteRowRestrictions
-
getDeleteRowOperation
-
getDeleteRowOperation
-