Uses of Class
net.sf.jso.transaction.JSOTransaction

Packages that use JSOTransaction
net.sf.jso.garbage   
net.sf.jso.query   
net.sf.jso.transaction   
 

Uses of JSOTransaction in net.sf.jso.garbage
 

Constructors in net.sf.jso.garbage with parameters of type JSOTransaction
JSOPartitionGarbageCollector(JSOOID aPid, int aCycle, JSOTransaction aTx, SchemaProxy aSchema)
          Constructs the partition collector.
 

Uses of JSOTransaction in net.sf.jso.query
 

Constructors in net.sf.jso.query with parameters of type JSOTransaction
CountQueryExecutor(net.sf.jso.query.QueryValidator aValidator, JSOTransaction aTx)
           
 

Uses of JSOTransaction in net.sf.jso.transaction
 

Methods in net.sf.jso.transaction that return JSOTransaction
static JSOTransaction JSOTransaction.cast(Transaction tx)
          Makes a cast from Transaction to JSOTransaction.