Uses of Interface
org.hibernate.sql.model.ast.builder.TableDeleteBuilder
Packages that use TableDeleteBuilder
Package
Description
This package abstracts persistence mechanisms for entities.
Support for building
TableMutation
references for persisting entity mutation events-
Uses of TableDeleteBuilder in org.hibernate.action.queue.spi.decompose.entity
Methods in org.hibernate.action.queue.spi.decompose.entity with parameters of type TableDeleteBuilderModifier and TypeMethodDescriptiondefault voidGraphEntityMutationTarget.addDiscriminatorToDelete(TableDeleteBuilder tableDeleteBuilder) Add discriminator column to the delete operation builder (for the primary table). -
Uses of TableDeleteBuilder in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type TableDeleteBuilderModifier and TypeMethodDescriptionvoidJoinedSubclassEntityPersister.addDiscriminatorToDelete(TableDeleteBuilder tableDeleteBuilder) voidSingleTableEntityPersister.addDiscriminatorToDelete(TableDeleteBuilder tableDeleteBuilder) -
Uses of TableDeleteBuilder in org.hibernate.sql.model.ast.builder
Classes in org.hibernate.sql.model.ast.builder that implement TableDeleteBuilderModifier and TypeClassDescriptionclassCustom table delete builder for many-to-many collection join tables that handles row deletesclassclassStandard TableDeleteBuilder implementation used when Hibernate generates the delete statement.