| Constants |
|
| DatabaseConnection |
The DatabaseConnection wraps the JDBC connection.
|
| DatabaseFilterTranslator |
DatabaseFilterTranslator abstract class translate filters to database WHERE clause
The resource specific getAttributeName must be provided in real translator
|
| DatabaseQueryBuilder |
The Database Query builder creates the database query.
|
| DatabaseQueryBuilder.OrderBy |
The Required order by data subclass
|
| ExpectProxy<T> |
This is a Test helper class for testing expected method calls and return values of interfaces
|
| FilterWhereBuilder |
The Filter Where builder is component intended to be used within subclass of *
AbstractFilterTranslator to help create the database WHERE query clause.
|
| InsertIntoBuilder |
The update set builder create the database update statement.
|
| JNDIUtil |
Common utility methods regarding JNDI.
|
| LocalizedAssert |
Localized asserts is a set of localized asserts utility method that throws localized
exception when assert is not true.
|
| OperationBuilder |
|
| PropertiesResolver |
Resolver of properties in UNIX/ant style.
|
| SQLParam |
The SQL parameter / util class
|
| SQLUtil |
The SQL helper/util class.
|
| UpdateSetBuilder |
The update set builder create the database update statement.
|