| BeanBuilder |
Converts a ResultSet into Fauxjo beans.
|
| FauxjoException |
An Exception that is specific to the Fauxjo library.
|
| Home |
Base implementation of a data access object.
|
| HomeGroup |
Groups a number of Home objects together into a common ConnectionSupplier.
|
| ResultSetIterator |
Iterator of a ResultSet that knows how to convert each row in the ResultSet to a
Fauxjo bean.
|
| ResultSetIterator.Builder |
|
| SqlTypeMapping |
Mapping between all SQL types and a Java type.
|
| StatementCache |
Caches PreparedStatements and CallableStatements per Connection, local to the Thread.
|
| StatementCache.Config |
|
| StatementCacheListener |
Receive events related to caching PreparedStatements or CallableStatements.
|
| StatementCacheListener.EvictType |
|
| StatementCacheListener.StmtType |
|
| Table |
Java representation and helper methods for a database table.
|