public interface TransactionManagerLookup
Cache
to use different transactional systems.
Names of implementors of this class can be configured using
Configuration.setTransactionManagerLookupClass(java.lang.String)
.Modifier and Type | Method and Description |
---|---|
TransactionManager |
getTransactionManager()
Returns a new TransactionManager.
|
TransactionManager getTransactionManager() throws Exception
Exception
- if lookup failedCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.