是否可以为 SQL 中的视图创建 iBatis/MyBatis 工件?
我是 iBatis 的新手。我想知道 -
- 是否可以为 SQL Server 2005 中的视图创建 ibatis Artifacts(.java 文件)?
- 查询这些视图与查询表相同吗?
谢谢。 :)
I am new to iBatis. I want to know -
- Is it possible to create ibatis Artifacts (.java files) for views in SQL Server 2005?
- Is querying those views will be same as querying the tables?
Thanks. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以,使用 ibatis 和 mybatis 查询时,表和视图没有区别。
Yes you could, there is no difference between table and view while querying with ibatis and mybatis.