iBATIS consists of two separate frameworks
1. Data Mapper framework: specifically for OR mapping, Executes your SQL and maps the results back to .Net domain objects
2. DAO (Data Access objects) framework: gives your application a clean and consistent way to access underlying data.
1. Data Mapper framework: specifically for OR mapping, Executes your SQL and maps the results back to .Net domain objects
2. DAO (Data Access objects) framework: gives your application a clean and consistent way to access underlying data.
No comments:
Post a Comment