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:

  1. To facilitate testing of SQL Queries while adding them to the query files.
  2. To speed up the development by generation of code for Value objects.
  3. To speed up the development by generating Result Mapping Information for SQL Queries.
  4. To facilitate easy creation of the Query Configuration XML files for Query service of Anyframe II framework
  5. To facilitate easy addition , modification and removal of Query Id's through user friendly wizard pages from DBIO Multipage Editor.
  6. To provide user friendly views , editors and context menus using DBIO perspective to easily use DBIO plug-in features.
  7. To check the duplication of Query Id's across all the Query Configuration XML file in the same project.
  8. To provide possible resolutions for Duplicate query Id error markers
  9. 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.
  10. To facilitate easy navigation to the respective Query Id in the Query Configuration XML file from DAO's