Uses of Interface
org.hibernate.sql.model.ast.TableDelete
Packages that use TableDelete
Package
Description
SQL AST extensions for model mutations.
Support for building
TableMutation
references for persisting entity mutation events-
Uses of TableDelete in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement TableDelete -
Uses of TableDelete in org.hibernate.sql.model.ast.builder
Subclasses with type arguments of type TableDelete in org.hibernate.sql.model.ast.builderModifier and TypeClassDescriptionclassStandard TableDeleteBuilder implementation used when Hibernate generates the delete statementSubinterfaces with type arguments of type TableDelete in org.hibernate.sql.model.ast.builderModifier and TypeInterfaceDescriptioninterfaceTableMutationBuilderimplementation fordeletestatements.Methods in org.hibernate.sql.model.ast.builder that return TableDeleteModifier and TypeMethodDescriptionCollectionRowDeleteBuilder.buildMutation()TableDeleteBuilderSkipped.buildMutation()TableDeleteBuilderStandard.buildMutation()