Introduction
The DBIO plugin is an Eclipse plugin to accelerate the development and maintenance of Query Configuration Files used in ANYFRAME II Framework. Main uses of the plugin are:
- To facilitate testing of SQL Queries while adding them to the query files.
- To speed up the development by generation of code for Value objects.
- To speed up the development by generating Result Mapping Information for SQL Queries.
- To facilitate easy creation of the Query Configuration XML files for Query service of Anyframe II framework
- To facilitate easy addition , modification and removal of Query Id's through user friendly wizard pages from DBIO Multipage Editor.
- To provide user friendly views , editors and context menus using DBIO perspective to easily use DBIO plug-in features.
- To check the duplication of Query Id's across all the Query Configuration XML file in the same project.
- To provide possible resolutions for Duplicate query Id error markers
- To facilitate easy additions of Query Id's in DAO's through a DBIO content assist which lists all the Query Id's from the project.
- To facilitate easy navigation to the respective Query Id in the Query Configuration XML file from DAO's