Class Summary |
AutoIncrementIdGenerator |
This generator works with databases that have an sql syntax that
allows the retrieval of the last id used to insert a row for a
Connection. |
Criteria |
This is a utility class that is used for retrieving different types
of values from a hashtable based on a simple name string. |
IDBroker |
This method of ID generation is used to ensure that code is
more database independent. |
IDGeneratorFactory |
A factory which instantiates IdGenerator implementations. |
LargeSelect |
This class can be used to retrieve a large result set from a
database query. |
Query |
Used to assemble an SQL SELECT query. |
SequenceIdGenerator |
This generator works with databases that have an sql syntax for
getting an id prior to inserting a row into the database. |
SqlExpression |
This class represents a part of an SQL query found in the WHERE
section. |
TableColumn |
Models a specific column in a specific table. |
UUIdGenerator |
This class generates universally unique id's in the form of a String. |