Uses of Interface
org.hibernate.sql.model.ast.LogicalTableUpdate
Packages that use LogicalTableUpdate
Package
Description
SQL AST and builders used with flushed-based mutations (persist, merge, etc.).
Support for building
TableMutation
references for persisting entity mutation events-
Uses of LogicalTableUpdate in org.hibernate.sql.model.ast
Subinterfaces of LogicalTableUpdate in org.hibernate.sql.model.astModifier and TypeInterfaceDescriptioninterfaceTableUpdate<O extends MutationOperation>Models an update to a model (entity or collection) table, triggered from flushClasses in org.hibernate.sql.model.ast that implement LogicalTableUpdateModifier and TypeClassDescriptionclassAbstractTableUpdate<O extends MutationOperation>Base support for TableUpdate implementations -
Uses of LogicalTableUpdate in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return LogicalTableUpdateModifier and TypeMethodDescriptionCollectionRowDeleteByUpdateSetNullBuilder.buildMutation()TableMergeBuilder.buildMutation()TableUpdateBuilder.buildMutation()TableUpdateBuilderSkipped.buildMutation()TableUpdateBuilderStandard.buildMutation()