Uses of Interface
org.hibernate.sql.model.ast.builder.TableInsertBuilder
Packages that use TableInsertBuilder
Package
Description
Contains a framework of strategies for retrieving database-generated ids.
This package abstracts persistence mechanisms for entities.
Support for building
TableMutation
references for persisting entity mutation events-
Uses of TableInsertBuilder in org.hibernate.action.queue.spi.decompose.entity
Method parameters in org.hibernate.action.queue.spi.decompose.entity with type arguments of type TableInsertBuilderModifier and TypeMethodDescriptiondefault voidGraphEntityMutationTarget.addDiscriminatorToInsertGroup(Function<String, TableInsertBuilder> insertGroupBuilder) Add discriminator column to the insert operation buildervoidGraphEntityMutationTarget.addSoftDeleteToInsertGroup(Function<String, TableInsertBuilder> insertGroupBuilder) Add soft-delete column to the insert operation builder -
Uses of TableInsertBuilder in org.hibernate.id.insert
Classes in org.hibernate.id.insert that implement TableInsertBuilder -
Uses of TableInsertBuilder in org.hibernate.persister.entity
Method parameters in org.hibernate.persister.entity with type arguments of type TableInsertBuilderModifier and TypeMethodDescriptionvoidJoinedSubclassEntityPersister.addDiscriminatorToInsertGroup(Function<String, TableInsertBuilder> insertGroupBuilder) voidSingleTableEntityPersister.addDiscriminatorToInsertGroup(Function<String, TableInsertBuilder> insertGroupBuilder) voidAbstractEntityPersister.addSoftDeleteToInsertGroup(Function<String, TableInsertBuilder> insertGroupBuilder) -
Uses of TableInsertBuilder in org.hibernate.sql.model.ast.builder
Classes in org.hibernate.sql.model.ast.builder that implement TableInsertBuilderModifier and TypeClassDescriptionclassBase support for TableInsertBuilder implementationsclassStandard TableInsertBuilder