I am new to iBatis. I want to know -
- Is it possible to create ibatis Artifacts (.j开发者_开发知识库ava files) for views in SQL Server 2005?
- Is querying those views will be same as querying the tables?
Thanks. :)
Yes you could, there is no difference between table and view while querying with ibatis and mybatis.
精彩评论