Uses of Interface
org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
-
Packages that use SqmMultiTableInsertStrategy 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 -
-
Uses of SqmMultiTableInsertStrategy in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return SqmMultiTableInsertStrategy Modifier and Type Method Description SqmMultiTableInsertStrategyAbstractDelegatingSessionFactoryOptions. getCustomSqmMultiTableInsertStrategy() -
Uses of SqmMultiTableInsertStrategy in org.hibernate.dialect
-
Uses of SqmMultiTableInsertStrategy in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SqmMultiTableInsertStrategy Modifier and Type Method Description default SqmMultiTableInsertStrategyEntityMappingType. getSqmMultiTableInsertStrategy() -
Uses of SqmMultiTableInsertStrategy in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return SqmMultiTableInsertStrategy Modifier and Type Method Description SqmMultiTableInsertStrategyAbstractEntityPersister. getSqmMultiTableInsertStrategy()SqmMultiTableInsertStrategyEntityPersister. getSqmMultiTableInsertStrategy()protected static SqmMultiTableInsertStrategyAbstractEntityPersister. interpretSqmMultiTableInsertStrategy(AbstractEntityPersister entityMappingDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess) -
Uses of SqmMultiTableInsertStrategy in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return SqmMultiTableInsertStrategy Modifier and Type Method Description SqmMultiTableInsertStrategyQueryEngineOptions. getCustomSqmMultiTableInsertStrategy()Contract for handling SQM trees representing insertion (INSERT) queries where the target of the mutation is a multi-table entity. -
Uses of SqmMultiTableInsertStrategy in org.hibernate.query.sqm.mutation.spi
Methods in org.hibernate.query.sqm.mutation.spi that return SqmMultiTableInsertStrategy Modifier and Type Method Description SqmMultiTableInsertStrategySqmMultiTableMutationStrategyProvider. createInsertStrategy(EntityMappingType rootEntityDescriptor, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess creationProcess)Determine the SqmMultiTableInsertStrategy to use for the given entity
-