Uses of Class
org.castor.jdo.conf.TransactionDemarcation

Packages that use TransactionDemarcation
org.castor.jdo.conf   
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(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.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.
static TransactionDemarcation JDOConfFactory.createTransactionDemarcation()
          Deprecated. Use createLocalTransactionDemarcation() instead.
 

Methods in org.castor.jdo.util with parameters of type TransactionDemarcation
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 © 2010. All Rights Reserved.