Class LifecycleAwareJDBCServicesInitiator
java.lang.Object
org.broadleafcommerce.common.persistence.transaction.LifecycleAwareJDBCServicesInitiator
- All Implemented Interfaces:
org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.engine.jdbc.spi.JdbcServices>
,org.hibernate.service.spi.ServiceInitiator<org.hibernate.engine.jdbc.spi.JdbcServices>
public class LifecycleAwareJDBCServicesInitiator
extends Object
implements org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.engine.jdbc.spi.JdbcServices>
StandardServiceInitiator
implementation for introducing the custom JdbcServices
implementation
to the Hibernate service registry.- Author:
- Jeff Fischer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<org.hibernate.engine.jdbc.spi.JdbcServices>
org.hibernate.engine.jdbc.spi.JdbcServices
initiateService
(Map configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LifecycleAwareJDBCServicesInitiator
public LifecycleAwareJDBCServicesInitiator()
-
-
Method Details
-
initiateService
public org.hibernate.engine.jdbc.spi.JdbcServices initiateService(Map configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry) - Specified by:
initiateService
in interfaceorg.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.engine.jdbc.spi.JdbcServices>
-
getServiceInitiated
- Specified by:
getServiceInitiated
in interfaceorg.hibernate.service.spi.ServiceInitiator<org.hibernate.engine.jdbc.spi.JdbcServices>
-