Uses of Interface
org.hibernate.sql.model.ast.builder.TableUpdateBuilder
Packages that use TableUpdateBuilder
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 TableUpdateBuilder in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type TableUpdateBuilderModifier and TypeMethodDescriptionprotected voidMergeCoordinatorStandard.forEachUpdatable(AttributeMapping attributeMapping, TableUpdateBuilder<?> tableUpdateBuilder) protected voidUpdateCoordinatorStandard.forEachUpdatable(AttributeMapping attributeMapping, TableUpdateBuilder<?> tableUpdateBuilder) -
Uses of TableUpdateBuilder in org.hibernate.sql.model.ast.builder
Classes in org.hibernate.sql.model.ast.builder that implement TableUpdateBuilderModifier and TypeClassDescriptionclassAbstractTableUpdateBuilder<O extends MutationOperation>Base support for TableUpdateBuilder implementationsclassCustom table update builder for one-to-many collections that handles row deletesclassTableMergeBuilder<O extends MutationOperation>classclassTableUpdateBuilderStandard<O extends MutationOperation>Standard TableUpdateBuilder implementation