Uses of Class
org.hibernate.engine.spi.LoadQueryInfluencers

Packages that use LoadQueryInfluencers
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
 
Support for defining result set mappings used in NativeQuery, ProcedureCall, and StoredProcedureQuery.
Package for the SQM-backed Query implementation details
 
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
Package for the translation of SQM into SQL AST
 
Package defining support for creating and consuming a SQL AST.
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.