|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| BasePeer.ProcessCallback | Inner Interface that defines the Callback method for the Record Processing |
| SQLBuilder.QueryCallback | Inner Interface that defines the Callback method for the buildQuery Criterion evaluation |
| SQLBuilder.TableCallback | Inner Interface that defines the Callback method for the Table creation loop. |
| Class Summary | |
| BasePeer | This is the base class for all Peer classes in the system. |
| CountHelper | |
| Criteria | This is a utility class that is used for retrieving different types of values from a hashtable based on a simple name string. |
| Criteria.Join | Data object to describe a join between two tables, for example table_a LEFT JOIN table_b ON table_a.id = table_b.a_id The class is immutable. |
| JoinBuilder | Factored out code that is used to generate Join Code. |
| LargeSelect | This class can be used to retrieve a large result set from a database query. |
| Query | Used to assemble an SQL SELECT query. |
| Query.FromElement | This class describes an Element in the From-part of a SQL clause. |
| SQLBuilder | Factored out code that is used to process SQL tables. |
| 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.
|
| UniqueList | List with unique entries. |
| VillageUtils | Some Village related code factored out of the BasePeer. |
Misc. utility classes.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||