Uses of Interface
org.hibernate.engine.spi.SubselectFetch.RegistrationHandler
-
Packages that use SubselectFetch.RegistrationHandler Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of SubselectFetch.RegistrationHandler in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement SubselectFetch.RegistrationHandler Modifier and Type Class Description static class
SubselectFetch.StandardRegistrationHandler
Methods in org.hibernate.engine.spi that return SubselectFetch.RegistrationHandler 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)
-
Uses of SubselectFetch.RegistrationHandler in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SubselectFetch.RegistrationHandler Modifier and Type Method Description protected static SqmJdbcExecutionContextAdapter
ConcreteSqmSelectQueryPlan. listInterpreterExecutionContext(String hql, DomainQueryExecutionContext executionContext, JdbcOperationQuerySelect jdbcSelect, SubselectFetch.RegistrationHandler subSelectFetchKeyHandler)
-