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

Packages that use LoadQueryInfluencers
Package
Description
Internal package containing dialect-specific extensions of AbstractSqlAstTranslator.
This package defines some central internal SPI abstractions used throughout the implementation of 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.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
SPI for execution of SQL statements via JDBC.