Uses of Interface
org.hibernate.sql.model.MutationOperationGroup
-
Packages that use MutationOperationGroup Package Description org.hibernate.engine.jdbc.mutation.spi org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events. -
-
Uses of MutationOperationGroup in org.hibernate.engine.jdbc.mutation.spi
Methods in org.hibernate.engine.jdbc.mutation.spi with parameters of type MutationOperationGroup Modifier and Type Method Description MutationExecutorMutationExecutorService. createExecutor(BatchKeyAccess batchKeySupplier, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)Create an executor for the givenoperationGroup, potentially using batching -
Uses of MutationOperationGroup in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return MutationOperationGroup Modifier and Type Method Description protected MutationOperationGroupUpdateRowsCoordinatorStandard. getOperationGroup() -
Uses of MutationOperationGroup in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type MutationOperationGroup Modifier and Type Method Description protected voidDeleteCoordinator. applyId(Object id, Object rowId, MutationExecutor mutationExecutor, MutationOperationGroup operationGroup, SharedSessionContractImplementor session)protected voidInsertCoordinator. decomposeForInsert(MutationExecutor mutationExecutor, Object id, Object[] values, MutationOperationGroup mutationGroup, boolean[] propertyInclusions, TableInclusionChecker tableInclusionChecker, SharedSessionContractImplementor session)protected voidUpdateCoordinatorStandard. decomposeForUpdate(Object id, Object rowId, Object[] values, UpdateCoordinatorStandard.UpdateValuesAnalysisImpl valuesAnalysis, MutationExecutor mutationExecutor, MutationOperationGroup jdbcOperationGroup, UpdateCoordinatorStandard.DirtinessChecker dirtinessChecker, SharedSessionContractImplementor session)Constructors in org.hibernate.persister.entity.mutation with parameters of type MutationOperationGroup Constructor Description UpdateCoordinatorStandard(AbstractEntityPersister entityPersister, SessionFactoryImplementor factory, MutationOperationGroup staticUpdateGroup, BatchKey batchKey, MutationOperationGroup versionUpdateGroup, BatchKey versionUpdateBatchkey)
-