| Package | Description |
|---|---|
| org.modeshape.jcr | |
| org.modeshape.jcr.cache | |
| org.modeshape.jcr.cache.document | |
| org.modeshape.jcr.txn |
| Modifier and Type | Method and Description |
|---|---|
protected Transactions |
JcrRepository.RunningState.createTransactions(RepositoryConfiguration.TransactionMode mode,
SessionEnvironment.MonitorFactory monitorFactory,
TransactionManager txnMgr) |
Transactions |
JcrRepository.RepositorySessionEnvironment.getTransactions() |
| Constructor and Description |
|---|
JcrRepository.RepositorySessionEnvironment(Transactions transactions,
boolean indexingClustered) |
| Modifier and Type | Method and Description |
|---|---|
Transactions |
SessionEnvironment.getTransactions()
Get the interface for working with transactions.
|
| Constructor and Description |
|---|
TransactionalWorkspaceCaches(Transactions transactions) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoClientTransactions
An implementation of
Transactions that does not even check whether there is a current transaction and instead always
attempts to create a transaction within the SessionCache.save() calls. |
class |
SynchronizedTransactions
An implementation of
Transactions that will attempt to register a Synchronization with the current transaction. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.