Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.testing.tm |
Defines a simplified JTA TransactionManager and transactional connection pool
designed for use in test suite and simple usage scenarios.
|
org.hibernate.transaction |
This package abstracts the underlying transaction mechanism
(JTA or JDBC) and provides strategies for obtaining application
server TransactionManagers.
|
Modifier and Type | Method and Description |
---|---|
protected TransactionManagerLookup |
SettingsFactory.createTransactionManagerLookup(Properties properties) |
TransactionManagerLookup |
Settings.getTransactionManagerLookup() |
Modifier and Type | Class and Description |
---|---|
class |
TransactionManagerLookupImpl
TransactionManagerLookupImpl implementation
|
Modifier and Type | Class and Description |
---|---|
class |
BESTransactionManagerLookup
A TransactionManager lookup strategy for Borland ES.
|
class |
BTMTransactionManagerLookup
TransactionManager lookup strategy for BTM
|
class |
JBossTransactionManagerLookup
A
TransactionManagerLookup lookup strategy for JBoss AS. |
class |
JBossTSStandaloneTransactionManagerLookup
Return a standalone JTA transaction manager for JBoss Transactions
Known to work for org.jboss.jbossts:jbossjta:4.14.0.Final
|
class |
JNDITransactionManagerLookup
Template implementation of
TransactionManagerLookup where the
underlying TransactionManager is available via JNDI lookup at the
specified location - JNDITransactionManagerLookup.getName() . |
class |
JOnASTransactionManagerLookup
TransactionManagerLookup strategy for JOnAS |
class |
JOTMTransactionManagerLookup
TransactionManagerLookup strategy for JOTM |
class |
JRun4TransactionManagerLookup
TransactionManagerLookup strategy for JRun4 AS |
class |
OC4JTransactionManagerLookup
TransactionManagerLookup for the OC4J (Oracle) AS. |
class |
OrionTransactionManagerLookup
TransactionManagerLookup strategy for Orion |
class |
ResinTransactionManagerLookup
TransactionManagerLookup strategy for Resin |
class |
SunONETransactionManagerLookup
TransactionManagerLookup strategy for Sun ONE Application Server 7 and above |
class |
WeblogicTransactionManagerLookup
TransactionManager lookup strategy for WebLogic
|
class |
WebSphereExtendedJTATransactionLookup
TransactionManagerLookup implementation intended for use with WebSphere
Application Server (WAS).
|
class |
WebSphereTransactionManagerLookup
TransactionManagerLookup strategy for WebSphere (versions 4, 5.0 and 5.1) |
Modifier and Type | Method and Description |
---|---|
static TransactionManagerLookup |
TransactionManagerLookupFactory.getTransactionManagerLookup(Properties props)
Generate the appropriate
TransactionManagerLookup given the
config settings being passed. |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved