|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TransactionDemarcation | |
| org.castor.jdo.conf | XML objects for loading the Castor JDO configuration file. |
| org.castor.jdo.util | |
| Uses of TransactionDemarcation in org.castor.jdo.conf |
| Methods in org.castor.jdo.conf that return TransactionDemarcation | |
TransactionDemarcation |
JdoConf.getTransactionDemarcation()
Returns the value of field 'transactionDemarcation'. |
static TransactionDemarcation |
TransactionDemarcation.unmarshal(java.io.Reader reader)
Method unmarshal |
| Methods in org.castor.jdo.conf with parameters of type TransactionDemarcation | |
void |
JdoConf.setTransactionDemarcation(TransactionDemarcation transactionDemarcation)
Sets the value of field 'transactionDemarcation'. |
| Uses of TransactionDemarcation in org.castor.jdo.util |
| Methods in org.castor.jdo.util that return TransactionDemarcation | |
static TransactionDemarcation |
JDOConfFactory.createTransactionDemarcation()
Deprecated. Use createLocalTransactionDemarcation() instead. |
static TransactionDemarcation |
JDOConfFactory.createLocalTransactionDemarcation()
Create a transaction demarcation configuration with local transaction handling. |
static TransactionDemarcation |
JDOConfFactory.createGlobalTransactionDemarcation(java.lang.String name,
java.util.Properties props)
Create a transaction demarcation configuration with global transaction handling for transaction manager with given name using given properties. |
| Methods in org.castor.jdo.util with parameters of type TransactionDemarcation | |
static JdoConf |
JDOConfFactory.createJdoConf(Database database,
TransactionDemarcation tx)
Create a JDO configuration with given database and transaction demarcation. |
static JdoConf |
JDOConfFactory.createJdoConf(Database[] databases,
TransactionDemarcation tx)
Create a JDO configuration with given databases and transaction demarcation. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||