Uses of Interface
org.hibernate.service.spi.ServiceRegistryAwareService
-
Packages that use ServiceRegistryAwareService Package Description org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.engine.config.internal The built-in implementation of the configuration service.org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnections.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections from a provider implemented as a service.org.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform.org.hibernate.persister.internal Built-in implementation of the SPI for integrating entity and collection persisters.org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.resource.transaction.backend.jta.internal Implementations ofTransactionCoordinatorbased on JTA.org.hibernate.testing.boot org.hibernate.testing.jdbc org.hibernate.testing.jta org.hibernate.testing.orm.jdbc org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation. -
-
Uses of ServiceRegistryAwareService in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classC3P0ConnectionProviderA connection provider that uses a C3P0 connection pool. -
Uses of ServiceRegistryAwareService in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classConfigurationServiceImplThe standardConfigurationServiceimplementation. -
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classDriverManagerConnectionProviderImplA connection provider that uses theDriverManagerdirectly 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 ServiceRegistryAwareService Modifier and Type Class Description classDataSourceBasedMultiTenantConnectionProviderImpl<T>A concrete implementation of theMultiTenantConnectionProvidercontract 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 Modifier and Type Class Description classDialectFactoryImplStandard implementation of theDialectFactoryservice. -
Uses of ServiceRegistryAwareService in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classJdbcServicesImplStandard implementation of theJdbcServicescontract -
Uses of ServiceRegistryAwareService in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classAbstractJtaPlatformclassAtomikosJtaPlatformclassBitronixJtaPlatformclassBorlandEnterpriseServerJtaPlatformclassJBossAppServerJtaPlatformJtaPlatform definition for JBoss Application Server.classJBossStandAloneJtaPlatformReturn 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+classJOnASJtaPlatformJTA platform implementation for JOnASclassJOTMJtaPlatformclassJRun4JtaPlatformJtaPlatformimplementation for JRun4 ASclassOC4JJtaPlatformJtaPlatformimplementation for the OC4J (Oracle) AS.classOrionJtaPlatformJtaPlatformimplementation for OrionclassResinJtaPlatformJtaPlatformimplementation for ResinclassSapNetWeaverJtaPlatformJtaPlatformimplementation for SAP NetWeaverclassSunOneJtaPlatformJtaPlatformimplementation for Sun ONE Application Server 7 and aboveclassWeblogicJtaPlatformJtaPlatformimplementation for WeblogicclassWebSphereExtendedJtaPlatformJTA platform implementation intended for use with WebSphere Application Server (WAS).classWebSphereJtaPlatformJTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)classWebSphereLibertyJtaPlatformJTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclassWildFlyStandAloneJtaPlatformReturn 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 ServiceRegistryAwareService Modifier and Type Class Description classPersisterFactoryImplThe standard HibernatePersisterFactoryimplementation -
Uses of ServiceRegistryAwareService in org.hibernate.proxool.internal
Classes in org.hibernate.proxool.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classProxoolConnectionProviderA connection provider that uses a Proxool connection pool. -
Uses of ServiceRegistryAwareService in org.hibernate.resource.transaction.backend.jta.internal
Classes in org.hibernate.resource.transaction.backend.jta.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classJtaTransactionCoordinatorBuilderImplConcrete builder for JTA-based TransactionCoordinator instances. -
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 classJtaAwareConnectionProviderImplAConnectionProviderimplementation intended for testing Hibernate/JTA interaction.classTestingJtaPlatformImplA test-specific implementation of the JtaPlatform contract for testing JTA-based functionality. -
Uses of ServiceRegistryAwareService in org.hibernate.testing.orm.jdbc
Classes in org.hibernate.testing.orm.jdbc that implement ServiceRegistryAwareService Modifier and Type Class Description classPreparedStatementSpyConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatementmethod calls.classTimeZoneConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets a default TimeZone which is different than the current default one. -
Uses of ServiceRegistryAwareService in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement ServiceRegistryAwareService Modifier and Type Class Description classHibernateSchemaManagementToolThe standard Hibernate implementation ofSchemaManagementToolfor performing schema management.
-