Uses of Class
org.hibernate.engine.spi.BatchFetchQueue
-
Packages that use BatchFetchQueue Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi 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 Modifier and Type Method Description BatchFetchQueue
StatefulPersistenceContext. getBatchFetchQueue()
-
Uses of BatchFetchQueue in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return BatchFetchQueue Modifier and Type Method Description BatchFetchQueue
PersistenceContext. getBatchFetchQueue()
Get theBatchFetchQueue
, instantiating one if necessary.Methods in org.hibernate.engine.spi with parameters of type BatchFetchQueue Modifier and Type Method Description static SubselectFetch.RegistrationHandler
SubselectFetch. createRegistrationHandler(BatchFetchQueue batchFetchQueue, SelectStatement sqlAst, TableGroup tableGroup, JdbcParametersList jdbcParameters, JdbcParameterBindings jdbcParameterBindings)
static SubselectFetch.RegistrationHandler
SubselectFetch. createRegistrationHandler(BatchFetchQueue batchFetchQueue, SelectStatement sqlAst, JdbcParametersList jdbcParameters, JdbcParameterBindings jdbcParameterBindings)
-