|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
| ClassFinder | |
| ConnectionFactory | |
| DbResultSet | ResultSet abstraction |
| HandlerFactory | |
| Invocation | used by interceptor to invoke implementation. default interceptor is implemented this way: public Object invoke(Method method, Object[] args, Invocation in,Properties properties) throws Throwable { return in.invoke(method,args); } |
| Language | interface for pluggins to registers executors of custom query language parser |
| Log | Used for logging and debugging |
| ProcedureInterceptor | Service provider interface to customize DAO implementation |
| ResultSetHandler | Service provider interface used to prosess results returned from SQL query |
| Class Summary | |
| BeanCollectionHandler | Transforms result set to collection of beans |
| BeanHandler | transforms row to bean |
| BeanMapHandler | |
| CollectionHandler | transforms resultset to collection of arrays |
| ColumnHandler | transform column to list |
| Db | This class is the most important in Voruta API, It is factory for data access objects |
| DbUtils | helper methods |
| Debug | |
| MapHandler | transforms row to map |
| PairHandler | |
| ProcedureDescriptor | |
| ScalarHandler | retrieves single value from result set |
| ThreadLocalConnection | |
| VectorHandler | transforms row to array |
| Exception Summary | |
| DbException | |
| DbParseException | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||