Modifier and Type | Class and Description |
---|---|
class |
InjectedDataSourceConnectionProvider
A specialization of
DatasourceConnectionProviderImpl which uses the DataSource specified vi
InjectedDataSourceConnectionProvider.setDataSource(javax.sql.DataSource) rather than locating it from JNDI. |
Modifier and Type | Class and Description |
---|---|
class |
BatchBuilderImpl
A builder for
Batch instances. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcServicesImpl
Standard implementation of the
JdbcServices contract |
Modifier and Type | Class and Description |
---|---|
class |
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool.
|
class |
DatasourceConnectionProviderImpl
A
ConnectionProvider that manages connections from an underlying DataSource . |
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 |
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 |
SunOneJtaPlatform
JtaPlatform implementation for Sun ONE Application Server 7 and above |
class |
TransactionManagerLookupBridge |
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)
|
Modifier and Type | Class and Description |
---|---|
class |
JtaAwareConnectionProviderImpl
A
DataSource implementation intended for testing Hibernate/JTA interaction. |
class |
TestingJtaPlatformImpl
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.