Uses of Package
org.hibernate.sql.model.ast.builder
Packages that use org.hibernate.sql.model.ast.builder
Package
Description
Contains a framework of strategies for efficient retrieval of
database-generated values.
Contains a framework of strategies for retrieving database-generated ids.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
Support for building
TableMutation
references for persisting entity mutation events-
Classes in org.hibernate.sql.model.ast.builder used by org.hibernate.generator.values
-
Classes in org.hibernate.sql.model.ast.builder used by org.hibernate.generator.values.internalClassDescriptionSpecialization of TableMutationBuilder for mutations which contain a restriction.Base support for TableMutationBuilder implementationsBase support for TableUpdateBuilder implementationsCommon operations of
TableUpdateBuilder
andTableInsertBuilder
.SpecializedTableMutationBuilder
implementation for building mutations which have awhere
clause.Generalized contract for buildingTableMutation
instancesTableMutationBuilder
implementation forupdate
statements. -
Classes in org.hibernate.sql.model.ast.builder used by org.hibernate.id.insertClassDescriptionBase support for TableInsertBuilder implementationsBase support for TableMutationBuilder implementationsCommon operations of
TableUpdateBuilder
andTableInsertBuilder
.TableMutationBuilder
implementation forinsert
statements.Generalized contract for buildingTableMutation
instances -
Classes in org.hibernate.sql.model.ast.builder used by org.hibernate.persister.entity
-
Classes in org.hibernate.sql.model.ast.builder used by org.hibernate.persister.entity.mutationClassDescriptionBase support for TableUpdateBuilder implementationsBuilder (pattern) for
TableMutation
referencesSpecializedTableMutationBuilder
implementation for building mutations which have awhere
clause.Standard TableUpdateBuilder implementation -
Classes in org.hibernate.sql.model.ast.builder used by org.hibernate.sql.model.ast.builderClassDescriptionSpecialization of TableMutationBuilder for mutations which contain a restriction.Base support for TableInsertBuilder implementationsBase support for TableMutationBuilder implementationsBase support for TableUpdateBuilder implementationsCommon operations of
TableUpdateBuilder
andTableInsertBuilder
.SpecializedTableMutationBuilder
implementation for building mutations which have awhere
clause.TableMutationBuilder
implementation fordelete
statements.Standard TableDeleteBuilder implementation used when Hibernate generates the delete statementTableMutationBuilder
implementation forinsert
statements.Generalized contract for buildingTableMutation
instancesTableMutationBuilder
implementation forupdate
statements.Standard TableUpdateBuilder implementation