Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Field and Description |
---|---|
static RepositoryConfiguration.TransactionMode |
RepositoryConfiguration.Default.TRANSACTION_MODE
The default value of the
RepositoryConfiguration.FieldName.TRANSACTION_MODE field is ' '. |
Modifier and Type | Method and Description |
---|---|
RepositoryConfiguration.TransactionMode |
RepositoryConfiguration.getTransactionMode() |
static RepositoryConfiguration.TransactionMode |
RepositoryConfiguration.TransactionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryConfiguration.TransactionMode[] |
RepositoryConfiguration.TransactionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Transactions |
JcrRepository.RunningState.createTransactions(String cacheName,
RepositoryConfiguration.TransactionMode mode,
TransactionManager txnMgr) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.