| BeanBuilder<T> |
Converts a ResultSet into Fauxjo beans.
|
| Home<T> |
Base implementation of a data access object.
|
| HomeGroup |
Groups a number of Home objects together into a common ConnectionSupplier.
|
| HomeGroupCache<T extends HomeGroup> |
Delegate class to be used in a HomeGroup class to
manage its instances.
|
| ResultSetIterator<T> |
Iterator of a ResultSet that knows how to convert each row in the ResultSet to a
Fauxjo bean.
|
| SqlTypeMapping |
Mapping between all SQL types and a Java type.
|
| StatementCache |
Caches PreparedStatements and CallableStatements per Connection, local to the Thread.
|
| StatementCache.WrappedPreparedStatement |
Block from actually doing close.
|
| StatementCache.WrappedResultSet |
Override getStatement to return proxied Statement vs real Statement.
|
| Table<T> |
Java representation and helper methods for a database table.
|
| Table.ColumnInfo |
|