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.| Modifier and Type | Field and Description |
|---|---|
static LifecycleAwareJDBCServicesInitiator |
INSTANCE |
| Constructor and Description |
|---|
LifecycleAwareJDBCServicesInitiator() |
| Modifier and Type | Method and Description |
|---|---|
Class<org.hibernate.engine.jdbc.spi.JdbcServices> |
getServiceInitiated() |
org.hibernate.engine.jdbc.spi.JdbcServices |
initiateService(Map configurationValues,
org.hibernate.service.spi.ServiceRegistryImplementor registry) |
public static final LifecycleAwareJDBCServicesInitiator INSTANCE
public org.hibernate.engine.jdbc.spi.JdbcServices initiateService(Map configurationValues, org.hibernate.service.spi.ServiceRegistryImplementor registry)
initiateService in interface org.hibernate.boot.registry.StandardServiceInitiator<org.hibernate.engine.jdbc.spi.JdbcServices>public Class<org.hibernate.engine.jdbc.spi.JdbcServices> getServiceInitiated()
getServiceInitiated in interface org.hibernate.service.spi.ServiceInitiator<org.hibernate.engine.jdbc.spi.JdbcServices>Copyright © 2022. All rights reserved.