Uses of Interface
org.hibernate.sql.model.ast.builder.TableUpdateBuilder
-
Packages that use TableUpdateBuilder Package Description org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation events -
-
Uses of TableUpdateBuilder in org.hibernate.sql.model.ast.builder
Classes in org.hibernate.sql.model.ast.builder that implement TableUpdateBuilder Modifier and Type Class Description classAbstractTableUpdateBuilder<O extends MutationOperation>Base support for TableUpdateBuilder implementationsclassCollectionRowDeleteByUpdateSetNullBuilder<O extends MutationOperation>Custom table update builder for one-to-many collections that handles row deletesclassTableUpdateBuilderSkippedclassTableUpdateBuilderStandard<O extends MutationOperation>Standard TableUpdateBuilder implementation
-