Uses of Package
org.hibernate.query.sqm.mutation.spi
-
Packages that use org.hibernate.query.sqm.mutation.spi Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.org.hibernate.query.sqm.mutation.spi SPI for handling SQM UPDATE and DELETE queries -
Classes in org.hibernate.query.sqm.mutation.spi used by org.hibernate.boot.spi Class Description SqmMultiTableInsertStrategy Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (UPDATEorDELETE) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies. -
Classes in org.hibernate.query.sqm.mutation.spi used by org.hibernate.dialect Class Description SqmMultiTableInsertStrategy Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (UPDATEorDELETE) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies. -
Classes in org.hibernate.query.sqm.mutation.spi used by org.hibernate.metamodel.mapping Class Description SqmMultiTableInsertStrategy Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (UPDATEorDELETE) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies. -
Classes in org.hibernate.query.sqm.mutation.spi used by org.hibernate.persister.entity Class Description SqmMultiTableInsertStrategy Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (UPDATEorDELETE) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies. -
Classes in org.hibernate.query.sqm.mutation.spi used by org.hibernate.query.spi Class Description SqmMultiTableInsertStrategy Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (UPDATEorDELETE) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies. -
Classes in org.hibernate.query.sqm.mutation.spi used by org.hibernate.query.sqm.mutation.spi Class Description SqmMultiTableInsertStrategy Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (UPDATEorDELETE) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies.