Package | Description |
---|---|
org.hibernate.cache.infinispan | |
org.hibernate.cache.infinispan.tm | |
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.configuration.cache |
Classes related to eviction.
|
org.infinispan.transaction.lookup |
Interfaces and implementations of lookup classes to locate and/or instantiate JTA
TransactionManager s. |
Modifier and Type | Method and Description |
---|---|
protected TransactionManagerLookup |
InfinispanRegionFactory.createTransactionManagerLookup(Settings settings,
Properties properties) |
Modifier and Type | Class and Description |
---|---|
class |
HibernateTransactionManagerLookup
HibernateTransactionManagerLookup.
|
Modifier and Type | Field and Description |
---|---|
protected TransactionManagerLookup |
Configuration.TransactionType.transactionManagerLookup
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransactionManagerLookup |
Configuration.getTransactionManagerLookup()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setTransactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
Deprecated.
|
FluentConfiguration.TransactionConfig |
FluentConfiguration.TransactionConfig.transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
Deprecated.
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
|
FluentConfiguration.TransactionConfig |
Configuration.TransactionType.transactionManagerLookup(TransactionManagerLookup transactionManagerLookup)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.TransactionConfig |
FluentConfiguration.TransactionConfig.transactionManagerLookupClass(Class<? extends TransactionManagerLookup> transactionManagerLookupClass)
Deprecated.
Fully qualified class name of a class that looks up a reference to a
TransactionManager . |
FluentConfiguration.TransactionConfig |
Configuration.TransactionType.transactionManagerLookupClass(Class<? extends TransactionManagerLookup> transactionManagerLookupClass)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TransactionManagerLookup |
TransactionConfiguration.transactionManagerLookup()
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
|
Modifier and Type | Method and Description |
---|---|
TransactionConfigurationBuilder |
TransactionConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup tml)
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyTransactionManagerLookup
Returns an instance of
DummyTransactionManager . |
class |
GenericTransactionManagerLookup
A transaction manager lookup class that attempts to locate a TransactionManager.
|
class |
JBossStandaloneJTAManagerLookup
JTA standalone TM lookup.
|
class |
JBossTransactionManagerLookup
Uses JNDI to look-up the
TransactionManager instance from "java:/TransactionManager". |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.