Class ReactiveBatchLoaderFactoryInitiator
java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveBatchLoaderFactoryInitiator
- All Implemented Interfaces:
org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.loader.ast.spi.BatchLoaderFactory>,org.hibernate.service.spi.ServiceInitiator<org.hibernate.loader.ast.spi.BatchLoaderFactory>
public class ReactiveBatchLoaderFactoryInitiator
extends Object
implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.loader.ast.spi.BatchLoaderFactory>
Initiator for
ReactiveStandardBatchLoaderFactory-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReactiveBatchLoaderFactoryInitiatorSingleton access -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.hibernate.loader.ast.spi.BatchLoaderFactory>org.hibernate.loader.ast.spi.BatchLoaderFactoryinitiateService(Map<String, Object> configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
ReactiveBatchLoaderFactoryInitiator
public ReactiveBatchLoaderFactoryInitiator()
-
-
Method Details
-
initiateService
public org.hibernate.loader.ast.spi.BatchLoaderFactory initiateService(Map<String, Object> configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry) - Specified by:
initiateServicein interfaceorg.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.loader.ast.spi.BatchLoaderFactory>
-
getServiceInitiated
- Specified by:
getServiceInitiatedin interfaceorg.hibernate.service.spi.ServiceInitiator<org.hibernate.loader.ast.spi.BatchLoaderFactory>
-