Uses of Interface
org.hibernate.loader.ast.spi.BatchLoaderFactory
-
Packages that use BatchLoaderFactory Package Description org.hibernate.loader.ast.internal -
-
Uses of BatchLoaderFactory in org.hibernate.loader.ast.internal
Classes in org.hibernate.loader.ast.internal that implement BatchLoaderFactory Modifier and Type Class Description class
StandardBatchLoaderFactory
StandardBatchLoaderFactory
implementationMethods in org.hibernate.loader.ast.internal that return BatchLoaderFactory Modifier and Type Method Description BatchLoaderFactory
BatchLoaderFactoryInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.loader.ast.internal that return types with arguments of type BatchLoaderFactory Modifier and Type Method Description Class<BatchLoaderFactory>
BatchLoaderFactoryInitiator. getServiceInitiated()
-