org.apache.torque.util |
Misc. utility classes.
|
Java Source File Name | Type | Comment |
BasePeer.java | Class | This is the base class for all Peer classes in the system. |
CountHelper.java | Class | |
Criteria.java | Class | This is a utility class that is used for retrieving different types
of values from a hashtable based on a simple name string. |
CriteriaTest.java | Class | Test class for Criteria. |
JoinBuilder.java | Class | Factored out code that is used to generate Join Code. |
LargeSelect.java | Class | This class can be used to retrieve a large result set from a database query.
The query is started and then rows are returned a page at a time. |
Query.java | Class | Used to assemble an SQL SELECT query. |
QueryTest.java | Class | |
SQLBuilder.java | Class | Factored out code that is used to process SQL tables. |
SqlBuilderTest.java | Class | |
SqlEnum.java | Class | A typesafe enum of SQL string fragments. |
SqlExpression.java | Class | This class represents a part of an SQL query found in the WHERE
section. |
SqlExpressionTest.java | Class | |
Transaction.java | Class | Refactored begin/commit/rollback transaction methods away from
the BasePeer .
This can be used to handle cases where transaction support is optional.
The second parameter of beginOptionalTransaction will determine with a
transaction is used or not.
If a transaction is not used, the commit and rollback methods
do not have any effect. |
UniqueList.java | Class | List with unique entries. |
UniqueListTest.java | Class | |
VillageUtils.java | Class | Some Village related code factored out of the BasePeer.
author: Henning P. |