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. -
-
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 classSubselectFetch.StandardRegistrationHandlerMethods in org.hibernate.engine.spi that return SubselectFetch.RegistrationHandler Modifier and Type Method Description static SubselectFetch.RegistrationHandlerSubselectFetch. createRegistrationHandler(BatchFetchQueue batchFetchQueue, SelectStatement sqlAst, TableGroup tableGroup, JdbcParametersList jdbcParameters, JdbcParameterBindings jdbcParameterBindings)static SubselectFetch.RegistrationHandlerSubselectFetch. createRegistrationHandler(BatchFetchQueue batchFetchQueue, SelectStatement sqlAst, JdbcParametersList jdbcParameters, JdbcParameterBindings jdbcParameterBindings)
-