Anyframe Core

Package anyframe.core.query

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

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.
 

Package anyframe.core.query Description

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

Since:
1.0.0

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.