Uses of Class
com.jfw.database.Transaction

Packages that use Transaction
com.jfw.authentication Manage user authentication, authorization and profiling. 
com.jfw.database Interact with a database. 
com.jfw.examples Examples of use of JFW classes. 
 

Uses of Transaction in com.jfw.authentication
 

Constructors in com.jfw.authentication with parameters of type Transaction
UserAddDB(Transaction transaction)
          Create an instance.
UserGroupAddDB(Transaction transaction)
          Create an instance.
UserGroupServiceAddDB(Transaction transaction)
          Create an instance.
 

Uses of Transaction in com.jfw.database
 

Constructors in com.jfw.database with parameters of type Transaction
QueryGateway(Transaction transaction)
          Use the Transaction for get the Connection to use.
StoredProcedureGateway(java.util.HashMap inputParams, Transaction transaction)
          Use the Transaction for get the Connection to use.
 

Uses of Transaction in com.jfw.examples
 

Constructors in com.jfw.examples with parameters of type Transaction
Update1(Transaction transaction)
           
Update2(Transaction transaction)