Uses of Interface
de.mathema.pride.TransactionListener

Packages that use TransactionListener
de.mathema.pride This package provides the implementation of the PriDE persistence layer for JAVA. 
 

Uses of TransactionListener in de.mathema.pride
 

Classes in de.mathema.pride that implement TransactionListener
 class PreparedInsert
           
 class PreparedOperation
          Abstract base class for convenient usage of prepared statements.
 class PreparedUpdate
           
 

Methods in de.mathema.pride with parameters of type TransactionListener
 void Database.addListener(TransactionListener l)
          Add a transaction listener to this database object
 void Database.removeListener(TransactionListener l)
          Remove a transaction listener from this database object