Uses of Package
org.hibernate.query.sqm.mutation.spi
-
Packages that use org.hibernate.query.sqm.mutation.spi Package Description org.hibernate.boot.internal 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.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.mutation.internal.cte org.hibernate.query.sqm.mutation.internal.inline org.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.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.internal 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 (UPDATE
orDELETE
) 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.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 (UPDATE
orDELETE
) 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 (UPDATE
orDELETE
) 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 (UPDATE
orDELETE
) 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 (UPDATE
orDELETE
) 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 (UPDATE
orDELETE
) 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.internal 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 (UPDATE
orDELETE
) 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.internal 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 (UPDATE
orDELETE
) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies.SqmMultiTableMutationStrategyProvider Pluggable contract for providing customSqmMultiTableMutationStrategy
andSqmMultiTableInsertStrategy
implementations. -
Classes in org.hibernate.query.sqm.mutation.spi used by org.hibernate.query.sqm.mutation.internal.cte Class Description AbstractMutationHandler 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 (UPDATE
orDELETE
) 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.internal.inline Class Description SqmMultiTableMutationStrategy Pluggable strategy for defining how mutation (UPDATE
orDELETE
) 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.internal.temptable Class Description AbstractMutationHandler 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 (UPDATE
orDELETE
) 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 (UPDATE
orDELETE
) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies.