Class InternalCacheFactoryInitiator
java.lang.Object
org.hibernate.internal.util.cache.InternalCacheFactoryInitiator
- All Implemented Interfaces:
StandardServiceInitiator<InternalCacheFactory>
,ServiceInitiator<InternalCacheFactory>
public class InternalCacheFactoryInitiator
extends Object
implements StandardServiceInitiator<InternalCacheFactory>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionObtains the service role initiated by this initiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Initiates the managed service.
-
Field Details
-
INSTANCE
Singleton access
-
-
Method Details
-
initiateService
public InternalCacheFactory initiateService(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Description copied from interface:StandardServiceInitiator
Initiates the managed service.- Specified by:
initiateService
in interfaceStandardServiceInitiator<InternalCacheFactory>
- Parameters:
configurationValues
- The configuration values in effectregistry
- The service registry. Can be used to locate services needed to fulfill initiation.- Returns:
- The initiated service.
-
getServiceInitiated
Description copied from interface:ServiceInitiator
Obtains the service role initiated by this initiator. Should be unique within a registry- Specified by:
getServiceInitiated
in interfaceServiceInitiator<InternalCacheFactory>
- Returns:
- The service role.
-