See: Description
Class | Description |
---|---|
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.
|
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.
|
This is a generic bundle that contains many of the utilities needed for any sort of database connector, such as query builders, connection wrappers, and other SQL utilities.
Note: The "Framework Version" listed is the minimum required framework version for that version of the connector. Newer framework versions are backwards compatible and will support previous connectors.
Copyright © 2018–2025. All rights reserved.