Class Summary |
BasePeer |
This is the base class for all Peer classes in the system. |
Criteria |
This is a utility class that is used for retrieving different types
of values from a hashtable based on a simple name string. |
LargeSelect |
This class can be used to retrieve a large result set from a database query. |
Query |
Used to assemble an SQL SELECT query. |
SqlEnum |
A typesafe enum of SQL string fragments. |
SqlExpression |
This class represents a part of an SQL query found in the WHERE
section. |
Transaction |
Refactored begin/commit/rollback transaction methods away from
the BasePeer . |