Uses of Class
org.hibernate.engine.spi.BatchFetchQueue
Packages that use BatchFetchQueue
Package
Description
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of BatchFetchQueue in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal that return BatchFetchQueue -
Uses of BatchFetchQueue in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return BatchFetchQueueModifier and TypeMethodDescriptionPersistenceContext.getBatchFetchQueue()
Get theBatchFetchQueue
, instantiating one if necessary.Methods in org.hibernate.engine.spi with parameters of type BatchFetchQueueModifier and TypeMethodDescriptionSubselectFetch.createRegistrationHandler
(BatchFetchQueue batchFetchQueue, SelectStatement sqlAst, TableGroup tableGroup, JdbcParametersList jdbcParameters, JdbcParameterBindings jdbcParameterBindings) SubselectFetch.createRegistrationHandler
(BatchFetchQueue batchFetchQueue, SelectStatement sqlAst, JdbcParametersList jdbcParameters, JdbcParameterBindings jdbcParameterBindings)