Interface | Description |
---|---|
JavaxPersistenceConfigurer |
Interface that allows us to load and process javax.persistance annotations only if available.
|
Class | Description |
---|---|
BaseDaoEnabled<T,ID> |
Base class that your data elements can extend which allow them to refresh, update, etc.
|
IOUtils |
Utility class
|
JavaxPersistenceImpl |
Class for isolating the detection of the javax.persistence annotations.
|
TransactionManager |
Provides basic transaction support for a
ConnectionSource . |
WrappedConnectionSource |
Wrapped connection source that uses proxy objects to track database connections and compiled statements.
|
WrappedDatabaseConnection |
A wrapped database connection returned by
WrappedConnectionSource . |
WrappedStatement |
Wrapped statement so we can ensure we properly close all statements.
|
Miscellaneous classes.
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.