Uses of Package
org.hibernate.sql.model
Packages that use org.hibernate.sql.model
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Package defining support for executing mutation SQL statements produced by an
entity persister or
collection
persister.
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
This package abstracts persistence mechanisms for entities.
Defines support for performing mutation operations originating
from persistence-context events.
Validation for HQL queries.
Package contains specialized SQL AST nodes and builders for table mutations
of model parts
originating from normal persistence-context events.
SQL AST extensions for model mutations.
Support for building
TableMutation
references for persisting entity mutation eventsExtensions to
JdbcOperation
for model mutations.-
Classes in org.hibernate.sql.model used by org.hibernate.dialectClassDescriptionMutation for a specific table as part of a logical mutation on the entity.
-
Classes in org.hibernate.sql.model used by org.hibernate.engine.jdbc.mutationClassDescriptionDescribes a table as far as Hibernate understands it from mapping detailsMarker interface for analysis of new/old values.
-
Classes in org.hibernate.sql.model used by org.hibernate.engine.jdbc.mutation.groupClassDescriptionTarget of mutations from persistence context eventsThe type of mutationDescribes a table as far as Hibernate understands it from mapping details
-
Classes in org.hibernate.sql.model used by org.hibernate.engine.jdbc.mutation.internalClassDescriptionGroup of
MutationOperation
references for a specific logical operation (target + type)Target of mutations from persistence context eventsThe type of mutationMutationOperation that is capable of being handled as a JDBCPreparedStatement
Person ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary tableExtension to MutationOperation for cases where the operation wants to handle execution itself.Describes a table as far as Hibernate understands it from mapping detailsMarker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.engine.jdbc.mutation.spiClassDescriptionGroup of
MutationOperation
references for a specific logical operation (target + type) -
Classes in org.hibernate.sql.model used by org.hibernate.generator.values.internalClassDescriptionMutation for a specific table as part of a logical mutation on the entity.
-
Classes in org.hibernate.sql.model used by org.hibernate.persister.collection
-
Classes in org.hibernate.sql.model used by org.hibernate.persister.collection.mutationClassDescriptionGroup of
MutationOperation
references for a specific logical operation (target + type)Target of mutations from persistence context eventsDescribes a table as far as Hibernate understands it from mapping detailsDetails for the mutation of a table -
Classes in org.hibernate.sql.model used by org.hibernate.persister.entity
-
Classes in org.hibernate.sql.model used by org.hibernate.persister.entity.mutationClassDescriptionMutation for a specific table as part of a logical mutation on the entity.Group of
MutationOperation
references for a specific logical operation (target + type)Target of mutations from persistence context eventsThe type of mutationDescribes a table as far as Hibernate understands it from mapping detailsDetails for the mutation of a tableMarker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.processor.validation
-
Classes in org.hibernate.sql.model used by org.hibernate.sql.modelClassDescriptionMutation for a specific table as part of a logical mutation on the entity.Group of
MutationOperation
references for a specific logical operation (target + type)Target of mutations from persistence context eventsThe type of mutationDescribes a table as far as Hibernate understands it from mapping detailsDetails for the mutation of a tableMarker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.astClassDescriptionMutation for a specific table as part of a logical mutation on the entity.Target of mutations from persistence context eventsThe type of mutationDescribes a table as far as Hibernate understands it from mapping detailsMarker interface for analysis of new/old values.
-
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.ast.builderClassDescriptionMutation for a specific table as part of a logical mutation on the entity.Target of mutations from persistence context eventsThe type of mutationDescribes a table as far as Hibernate understands it from mapping details
-
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.internalClassDescriptionMutation for a specific table as part of a logical mutation on the entity.Group of
MutationOperation
references for a specific logical operation (target + type)Target of mutations from persistence context eventsThe type of mutationDescribes a table as far as Hibernate understands it from mapping detailsMarker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.jdbcClassDescriptionMutation for a specific table as part of a logical mutation on the entity.Target of mutations from persistence context eventsThe type of mutationMutationOperation that is capable of being handled as a JDBC
PreparedStatement
Person ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary tableExtension to MutationOperation for cases where the operation wants to handle execution itself.Describes a table as far as Hibernate understands it from mapping detailsMarker interface for analysis of new/old values.