Package | Description |
---|---|
org.castor.jdo.conf | |
org.castor.jdo.util |
Modifier and Type | Method and Description |
---|---|
TransactionDemarcation |
JdoConf.getTransactionDemarcation()
Returns the value of field 'transactionDemarcation'.
|
static TransactionDemarcation |
TransactionDemarcation.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
void |
JdoConf.setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
Sets the value of field 'transactionDemarcation'.
|
Modifier and Type | Method and Description |
---|---|
static TransactionDemarcation |
JDOConfFactory.createGlobalTransactionDemarcation(String name,
Properties props)
Create a transaction demarcation configuration with global transaction handling
for transaction manager with given name using given properties.
|
static TransactionDemarcation |
JDOConfFactory.createLocalTransactionDemarcation()
Create a transaction demarcation configuration with local transaction handling.
|
Modifier and Type | Method and Description |
---|---|
static JdoConf |
JDOConfFactory.createJdoConf(Database[] databases,
TransactionDemarcation tx)
Create a JDO configuration with given databases and transaction demarcation.
|
static JdoConf |
JDOConfFactory.createJdoConf(Database database,
TransactionDemarcation tx)
Create a JDO configuration with given database and transaction demarcation.
|
Copyright © 2014. All rights reserved.