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 -
-
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, List<JdbcParameter> jdbcParameters, JdbcParameterBindings jdbcParameterBindings)
static SubselectFetch.RegistrationHandler
SubselectFetch. createRegistrationHandler(BatchFetchQueue batchFetchQueue, SelectStatement sqlAst, TableGroup tableGroup, List<JdbcParameter> jdbcParameters, JdbcParameterBindings jdbcParameterBindings)
-