Class Summary |
EntityQueryWrapper |
Wraps a hibernate query and adds checks so that unsaved items aren't
added to the query as parameters. |
ExecuteUpdateWork |
A JDBC work implementation that executes an update/insert/delete
query and returns the number of rows that was affected by the query. |
MultiUpdateWork |
A JDBC Work implementation that executes multiple queries that
doesn't return any result. |
QueryWrapper |
A simple wrapper around hibernate queries which simply forwards
all calls to a parent query. |
ResultSetWork<R> |
A work implementation that executes an SQL query on the connection,
and returns a value that is picked by a subclass from the resulting
ResultSet . |
TableExistsWork |
A work implementation that checks if a given table exists
in the database or not. |
TableInfoWork |
A work implementation that loads database metadata for a table
and returns it as a TableInfo object. |