All Classes and Interfaces

Class
Description
Core database utilities object.
Abstract DAO class.
A single criterion.
A criterion operator.
A single ordering criterion.
Query string builder.
The interface used for all SQL connections that can have queries performed through them.
A wrapped SQL connection for ease-of-querying.
Enumeration of transaction levels.
A special consumer that takes a SQLConnection, but throws SQLExceptions.
A special consumer that takes a SQLConnection, but throws SQLExceptions.
Core database JDBC connector object.
Placing this annotation on public fields or getter/setter methods on POJOs hints at this field not being included in the resulting collection/table.
Placing this annotation on public fields or getter/setter methods on POJOs hints that this field uses a different field or column name in a collection or table.
This is a database connection pool class for a bunch of shared, managed connections.
The data encapsulation of the result of a query ResultSet.
SQLRow object.
An exception thrown to wrap a SQLException.
A special consumer that takes a SQLTransaction, but throws SQLExceptions.
A special consumer that takes a SQLTransaction, but throws SQLExceptions.
A utility class.