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 void
DeleteCoordinatorSoft.applyNonVersionOptLocking
(OptimisticLockStyle lockStyle, TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session) protected void
DeleteCoordinatorSoft.applyOptimisticLocking
(TableUpdateBuilderStandard<MutationOperation> tableUpdateBuilder, Object[] loadedState, SharedSessionContractImplementor session) protected void
DeleteCoordinatorSoft.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 TypeClassDescriptionclass
Custom table update builder for one-to-many collections that handles row deletes