|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||