|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionManagerLookup | |
|---|---|
| org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
| org.hibernate.test.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. |
| Uses of TransactionManagerLookup in org.hibernate.cfg |
|---|
| Methods in org.hibernate.cfg that return TransactionManagerLookup | |
|---|---|
protected TransactionManagerLookup |
SettingsFactory.createTransactionManagerLookup(Properties properties)
|
TransactionManagerLookup |
Settings.getTransactionManagerLookup()
|
| Uses of TransactionManagerLookup in org.hibernate.test.tm |
|---|
| Classes in org.hibernate.test.tm that implement TransactionManagerLookup | |
|---|---|
class |
TransactionManagerLookupImpl
TransactionManagerLookupImpl implementation |
| Uses of TransactionManagerLookup in org.hibernate.transaction |
|---|
| Methods in org.hibernate.transaction that return TransactionManagerLookup | |
|---|---|
static TransactionManagerLookup |
TransactionManagerLookupFactory.getTransactionManagerLookup(Properties props)
Generate the appropriate TransactionManagerLookup given the
config settings being passed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||