Package org.hibernate.sql.model
Interface EntityMutationOperationGroup
- All Superinterfaces:
MutationOperationGroup
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntityMutationOperationGroup
Attempt to cast to the frequently uses subtype EntityMutationOperationGroup; returns null if this is not possible.default GeneratedValuesMutationDelegate
The model-part being mutated.Methods inherited from interface org.hibernate.sql.model.MutationOperationGroup
forEachOperation, getMutationType, getNumberOfOperations, getOperation, getOperation, getSingleOperation, hasMatching
-
Method Details
-
getMutationTarget
EntityMutationTarget getMutationTarget()The model-part being mutated. N.B. it returns a widened type compared to the same method in the super interface.- Specified by:
getMutationTarget
in interfaceMutationOperationGroup
-
asEntityMutationOperationGroup
Description copied from interface:MutationOperationGroup
Attempt to cast to the frequently uses subtype EntityMutationOperationGroup; returns null if this is not possible.- Specified by:
asEntityMutationOperationGroup
in interfaceMutationOperationGroup
- Returns:
-
getMutationDelegate
-