Uses of Interface
org.hibernate.service.spi.ServiceRegistryAwareService
-
Packages that use ServiceRegistryAwareService Package Description org.hibernate.engine.jdbc.connections.internal org.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.engine.transaction.jta.platform.internal org.hibernate.testing.boot org.hibernate.testing.jdbc org.hibernate.testing.jta -
-
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ServiceRegistryAwareService Modifier and Type Class Description classorg.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl -
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.connections.spi
Classes in org.hibernate.engine.jdbc.connections.spi that implement ServiceRegistryAwareService Modifier and Type Class Description classDataSourceBasedMultiTenantConnectionProviderImplA concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions. -
Uses of ServiceRegistryAwareService in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ServiceRegistryAwareService Modifier and Type Class Description classorg.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform -
Uses of ServiceRegistryAwareService in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ServiceRegistryAwareService Modifier and Type Class Description classBasicTestingJdbcServiceImplImplementation of theJdbcServicescontract for use by tests. -
Uses of ServiceRegistryAwareService in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement ServiceRegistryAwareService Modifier and Type Class Description classConnectionProviderDelegateThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties.classSharedDriverManagerConnectionProviderImplA special connection provider that is shared across test runs for better performance.classSQLServerSnapshotIsolationConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server. -
Uses of ServiceRegistryAwareService in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement ServiceRegistryAwareService Modifier and Type Class Description classTestingJtaPlatformImplA test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
-