Search code examples
sqlviewibatis

Is it possible to create iBatis/MyBatis artifacts for Views in SQL?


I am new to iBatis. I want to know -

  1. Is it possible to create ibatis Artifacts (.java files) for views in SQL Server 2005?
  2. Is querying those views will be same as querying the tables?

Thanks. :)


Solution

  • Yes you could, there is no difference between table and view while querying with ibatis and mybatis.