Ebean 和 playframework
在2.0中Ebean应该成为默认的持久层。和 经过几天的 hibernate 挫折后,我开始关注 Ebean。我 发现 yabe 的例子确实令人印象深刻。然而我有一堆 问题:
有人在商业项目中使用play-module吗?
该模块是否适用于 play 1.2?
支持哪些数据库平台?我找到了一个特殊的班级 Hsql。
数据库表是否有更新支持,或者总是有 删除并创建?
如果有人可以提供一些相关信息,那就太好了。
In play 2.0 Ebean should become the default persistence layer. And
after a few days of hibernate frustration I started a look on Ebean. I
found the yabe example really impressive. However I had a bunch of
questions:
Does anybody use the play-module in a commercial project?
Does the module works with play 1.2?
What databases-platforms are supported? I found a special-class for
Hsql.Is there any update-support for database-tables or is it always
drop and create?
Would be great if any one can give some information about.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
关于你的问题:
On your questions:
还没有。
我试过了,不行。
ebean 支持的所有内容。
为此,请使用 liquibase 模块。
Not yet.
I've tried, it does not.
All that ebean supports.
Use the liquibase module for this.