Uses of Interface
org.hibernate.service.spi.ServiceRegistryAwareService
Packages that use ServiceRegistryAwareService
Package
Description
The built-in implementation of the configuration service.
Various implementations of the SPI contracts for obtaining JDBC
Connection
s.Defines SPI contracts for obtaining JDBC
Connection
s from a
provider implemented as a service.Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
Internals for supporting various aspects of JDBC interaction
A range of container-specific implementations of
JtaPlatform
.Built-in implementation of the SPI for integrating entity and collection persisters.
Implementations of
TransactionCoordinator
based on JTA.An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of ServiceRegistryAwareService in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement ServiceRegistryAwareService -
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement ServiceRegistryAwareServiceModifier and TypeClassDescriptionclass
A connection provider that uses theDriverManager
directly to open connections and provides a very rudimentary connection pool. -
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.connections.spi
Classes in org.hibernate.engine.jdbc.connections.spi that implement ServiceRegistryAwareServiceModifier and TypeClassDescriptionclass
A concrete implementation of theMultiTenantConnectionProvider
contract bases on a number of reasonable assumptions. -
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement ServiceRegistryAwareService -
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement ServiceRegistryAwareService -
Uses of ServiceRegistryAwareService in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement ServiceRegistryAwareServiceModifier and TypeClassDescriptionclass
class
class
JtaPlatform
implementation for Sun ONE Application Server 7 and aboveclass
JtaPlatform definition for JBoss Application Server.class
Return a standalone JTA transaction manager for JBoss (Arjuna) Transactions or WildFly transaction client Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA as well as WildFly 11+class
JtaPlatform
implementation for Resinclass
JtaPlatform
implementation for Weblogicclass
JTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclass
Return a standalone JTA transaction manager for WildFly transaction client Known to work for WildFly 13+ -
Uses of ServiceRegistryAwareService in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement ServiceRegistryAwareServiceModifier and TypeClassDescriptionfinal class
The standard HibernatePersisterFactory
implementation -
Uses of ServiceRegistryAwareService in org.hibernate.resource.transaction.backend.jta.internal
Classes in org.hibernate.resource.transaction.backend.jta.internal that implement ServiceRegistryAwareServiceModifier and TypeClassDescriptionclass
Concrete builder for JTA-based TransactionCoordinator instances. -
Uses of ServiceRegistryAwareService in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement ServiceRegistryAwareServiceModifier and TypeClassDescriptionclass
The standard Hibernate implementation ofSchemaManagementTool
for performing schema management.