|
Anyframe Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IMappingInfo | This is a class for the role of saving the mapping info of the defined table inside the query mapping XML file. |
| IQueryInfo | This is a class for the role of saving the info about query statement defined in the query mapping xml file. |
| IQueryService | This Service simplifies the use of JDBC and helps to avoid common errors. |
| IResultSetMapper | This is a class for the role of mapping resultset to DTOs. |
| IRowCallbackHandler | This is a class for handling the task of setting the metadata from the ResultSet obtained after executing the query statment |
| ISqlParameterSource | This is a class for setting input argument which needed for executing the query statment |
| Class Summary | |
|---|---|
| AbstractDAO | This is a Wrapper class in order to use with the IQueryService API easily The approproaching logic for the data is handled by inheritting this class in each of the DAO class. |
| Exception Summary | |
|---|---|
| QueryServiceException | This is an exception class for handling the exceptions in operating QueryService. |
Provides interface for executing SQL queries or updates, initiating iteration over ResultSets And also provides exception class that is thrown when there is any problem executing the query
|
Anyframe Core | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||