Uses of Class
org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
Packages that use TableUpdateBuilderStandard
Package
Description
Defines support for performing mutation operations originating
from persistence-context events.
Support for building
TableMutation
references for persisting entity mutation events-
Uses of TableUpdateBuilderStandard in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type TableUpdateBuilderStandardModifier and TypeMethodDescriptionprotected voidDeleteCoordinatorSoft.applyNonVersionOptLocking(OptimisticLockStyle lockStyle, TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session) protected voidDeleteCoordinatorSoft.applyOptimisticLocking(TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session) protected voidDeleteCoordinatorSoft.applyVersionBasedOptLocking(TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder) -
Uses of TableUpdateBuilderStandard in org.hibernate.sql.model.ast.builder
Subclasses of TableUpdateBuilderStandard in org.hibernate.sql.model.ast.builderModifier and TypeClassDescriptionclassCustom table update builder for one-to-many collections that handles row deletes