Blogger templates

Your Ad Here

Video

Blogroll

Blogger news

Advantages of IBATIS

Few advantages of using IBATIS:
  • Suppports Stored procedures: iBATIS encapsulates SQL in the form of stored procedures so that business logic is kept out of the database, and the application is easier to deploy and test, and is more portable.
  • Supports Inline SQL: No precompiler is needed, and you have full access to all of the features of SQL.
  • Supports Dynamic SQL: iBATIS provides features for dynamically building SQL queries based on parameters.
  • Supports O/RM: iBATIS supports many of the same features as an O/RM tool, such as lazy loading, join fetching, caching, runtime code generation, and inheritance.



    Next : Ibatis vs Hibernate 
 

Most Reading

Stats