Uses of Class
uk.ac.ebi.intact.persistence.TransactionException

Packages that use TransactionException
uk.ac.ebi.intact.persistence This package provides a persistence capability for intact. 
 

Uses of TransactionException in uk.ac.ebi.intact.persistence
 

Methods in uk.ac.ebi.intact.persistence that throw TransactionException
 void ObjectBridgeDAO.begin(int txType)
          Used to begin a transaction.
 void ObjectBridgeDAO.commit()
          Commits (finishes) a transaction.
 void ObjectBridgeDAO.remove(java.lang.Object obj)
          removes an object from persistent store.
 void ObjectBridgeDAO.rollback()
          rollback a transaction.
 void ObjectBridgeDAO.makePersistent(java.util.Collection objs)
          This method performs a simple creation for a number of objects.
 void DAO.begin(int txType)
          Used to begin a transaction.
 void DAO.commit()
          Commits (finishes) a transaction.
 void DAO.remove(java.lang.Object obj)
          removes an object from persistent store.
 void DAO.rollback()
          rollback a transaction.
 void DAO.makePersistent(java.util.Collection objs)
          This method performs an object creation operation for a collection of objects provided as parameters.
 



IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk