Uses of Class
com.uwyn.rife.database.DbTransactionUser

Packages that use DbTransactionUser
com.uwyn.rife.database Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. 
 

Uses of DbTransactionUser in com.uwyn.rife.database
 

Subclasses of DbTransactionUser in com.uwyn.rife.database
 class DbTransactionUserWithoutResult<DataType>
          Convenience class that offers the same facilities as the DbTransactionUser class, but makes it easier to work with transactions that don't return any results.
 

Methods in com.uwyn.rife.database with parameters of type DbTransactionUser
<ResultType>
ResultType
DbQueryManager.inTransaction(DbTransactionUser user)
          Ensures that all the instructions that are executed in the provided DbTransactionUser instance are executed inside a transaction and committed afterwards.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.