Showing posts with label .net orm. Show all posts
Showing posts with label .net orm. Show all posts

Monday, October 29, 2012

The iBATIS frameworks

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.