Modifier and Type | Class and Description |
---|---|
class |
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationServiceImpl
The standard ConfigurationService implementation
|
Modifier and Type | Class and Description |
---|---|
class |
DriverManagerConnectionProviderImpl
A connection provider that uses the
DriverManager directly to open connections and provides
a very rudimentary connection pool. |
Modifier and Type | Class and Description |
---|---|
class |
DataSourceBasedMultiTenantConnectionProviderImpl
A concrete implementation of the
MultiTenantConnectionProvider contract bases on a number of
reasonable assumptions. |
Modifier and Type | Class and Description |
---|---|
class |
DialectFactoryImpl
Standard implementation of the
DialectFactory service. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcServicesImpl
Standard implementation of the
JdbcServices contract |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJtaPlatform |
class |
BitronixJtaPlatform |
class |
BorlandEnterpriseServerJtaPlatform |
class |
JBossAppServerJtaPlatform
JtaPlatform definition for JBoss Application Server.
|
class |
JBossStandAloneJtaPlatform
Return a standalone JTA transaction manager for JBoss Transactions
Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA
|
class |
JOnASJtaPlatform
JTA platform implementation for JOnAS
|
class |
JOTMJtaPlatform |
class |
JRun4JtaPlatform
JtaPlatform implementation for JRun4 AS |
class |
OC4JJtaPlatform
JtaPlatform implementation for the OC4J (Oracle) AS. |
class |
OrionJtaPlatform
JtaPlatform implementation for Orion |
class |
ResinJtaPlatform
JtaPlatform implementation for Resin |
class |
SapNetWeaverJtaPlatform
JtaPlatform implementation for SAP NetWeaver |
class |
SunOneJtaPlatform
JtaPlatform implementation for Sun ONE Application Server 7 and above |
class |
WeblogicJtaPlatform
JtaPlatform implementation for Weblogic |
class |
WebSphereExtendedJtaPlatform
JTA platform implementation intended for use with WebSphere Application Server (WAS).
|
class |
WebSphereJtaPlatform
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)
|
class |
WebSphereLibertyJtaPlatform
JTA platform implementation intended for use with WebSphere Liberty and OpenLiberty
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultIdentifierGeneratorFactory
Basic templated support for
IdentifierGeneratorFactory implementations. |
Modifier and Type | Class and Description |
---|---|
class |
PersisterFactoryImpl
The standard Hibernate
PersisterFactory implementation |
Modifier and Type | Class and Description |
---|---|
class |
ProxoolConnectionProvider
A connection provider that uses a Proxool connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTestingJdbcServiceImpl
Implementation of the
JdbcServices contract for use by tests. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionProviderDelegate
This
ConnectionProvider extends any other ConnectionProvider
that would be used by default taken the current configuration properties. |
class |
SQLServerSnapshotIsolationConnectionProvider
This
ConnectionProvider extends 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. |
Modifier and Type | Class and Description |
---|---|
class |
TestingJtaPlatformImpl
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateSchemaManagementTool
The standard Hibernate implementation for performing schema management.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.