Uses of Package
org.hibernate.sql.model
-
Packages that use org.hibernate.sql.model Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.mutation Package defining support for executing mutation SQL statements produced by an entity persister or collection persister.org.hibernate.engine.jdbc.mutation.group org.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.jdbc.mutation.spi org.hibernate.generator.values.internal org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation eventsorg.hibernate.sql.model.internal org.hibernate.sql.model.jdbc Extensions toJdbcOperation
for model mutations. -
Classes in org.hibernate.sql.model used by org.hibernate.dialect Class Description MutationOperation Mutation 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.mutation Class Description TableMapping Describes a table as far as Hibernate understands it from mapping detailsValuesAnalysis Marker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.engine.jdbc.mutation.group Class Description MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationTableMapping Describes a table as far as Hibernate understands it from mapping details -
Classes in org.hibernate.sql.model used by org.hibernate.engine.jdbc.mutation.internal Class Description MutationOperationGroup Group ofMutationOperation
references for a specific logical operation (target + type)MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationPreparableMutationOperation MutationOperation that is capable of being handled as a JDBCPreparedStatement
Person ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary tableSelfExecutingUpdateOperation Extension to MutationOperation for cases where the operation wants to handle execution itself.TableMapping Describes a table as far as Hibernate understands it from mapping detailsValuesAnalysis Marker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.engine.jdbc.mutation.spi Class Description MutationOperationGroup Group ofMutationOperation
references for a specific logical operation (target + type) -
Classes in org.hibernate.sql.model used by org.hibernate.generator.values.internal Class Description MutationOperation Mutation for a specific table as part of a logical mutation on the entity. -
Classes in org.hibernate.sql.model used by org.hibernate.id Class Description MutationTarget Target of mutations from persistence context events -
Classes in org.hibernate.sql.model used by org.hibernate.persister.collection Class Description MutationTarget Target of mutations from persistence context events -
Classes in org.hibernate.sql.model used by org.hibernate.persister.collection.mutation Class Description MutationOperationGroup Group ofMutationOperation
references for a specific logical operation (target + type)MutationTarget Target of mutations from persistence context eventsTableMapping Describes a table as far as Hibernate understands it from mapping detailsTableMapping.MutationDetails Details for the mutation of a table -
Classes in org.hibernate.sql.model used by org.hibernate.persister.entity Class Description MutationTarget Target of mutations from persistence context events -
Classes in org.hibernate.sql.model used by org.hibernate.persister.entity.mutation Class Description MutationOperation Mutation for a specific table as part of a logical mutation on the entity.MutationOperationGroup Group ofMutationOperation
references for a specific logical operation (target + type)MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationTableMapping Describes a table as far as Hibernate understands it from mapping detailsTableMapping.MutationDetails Details for the mutation of a tableValuesAnalysis Marker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.processor.validation Class Description MutationTarget Target of mutations from persistence context events -
Classes in org.hibernate.sql.model used by org.hibernate.sql.model Class Description EntityMutationOperationGroup MutationOperation Mutation for a specific table as part of a logical mutation on the entity.MutationOperationGroup Group ofMutationOperation
references for a specific logical operation (target + type)MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationTableMapping Describes a table as far as Hibernate understands it from mapping detailsTableMapping.MutationDetails Details for the mutation of a tableValuesAnalysis Marker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.ast Class Description MutationOperation Mutation for a specific table as part of a logical mutation on the entity.MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationTableMapping Describes a table as far as Hibernate understands it from mapping detailsValuesAnalysis Marker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.ast.builder Class Description MutationOperation Mutation for a specific table as part of a logical mutation on the entity.MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationTableMapping Describes a table as far as Hibernate understands it from mapping details -
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.internal Class Description EntityMutationOperationGroup MutationOperation Mutation for a specific table as part of a logical mutation on the entity.MutationOperationGroup Group ofMutationOperation
references for a specific logical operation (target + type)MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationTableMapping Describes a table as far as Hibernate understands it from mapping detailsValuesAnalysis Marker interface for analysis of new/old values. -
Classes in org.hibernate.sql.model used by org.hibernate.sql.model.jdbc Class Description MutationOperation Mutation for a specific table as part of a logical mutation on the entity.MutationTarget Target of mutations from persistence context eventsMutationType The type of mutationPreparableMutationOperation MutationOperation that is capable of being handled as a JDBCPreparedStatement
Person ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary tableSelfExecutingUpdateOperation Extension to MutationOperation for cases where the operation wants to handle execution itself.TableMapping Describes a table as far as Hibernate understands it from mapping detailsValuesAnalysis Marker interface for analysis of new/old values.