Uses of Interface
org.hibernate.sql.model.ast.builder.TableUpdateBuilder
Packages that use TableUpdateBuilder
Package
Description
Support for building
TableMutation
references for persisting entity mutation events-
Uses of TableUpdateBuilder in org.hibernate.generator.values.internal
Classes in org.hibernate.generator.values.internal that implement 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