浏览 2126 次
锁定老帖子 主题:我要做的东西是否适合用Hibernate?
该帖已经被评为新手帖
|
|
---|---|
作者 | 正文 |
发表时间:2006-12-26
过去都是用直接用数据库连接池,看Hibernate的文档. _Hibernate may not be the best solution for data-centric applications that only use stored-procedures to implement the business logic in the database, it is most useful with object-oriented domain models and business logic in the Java-based middle-tier. 那意思是不是对于我这种以数据为中心的,不采用Hibernate好呢? 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2007-03-15
其实我感觉hibernate的应用不是看你的系统实现什么样的功能,而是说你的系统采用什么样子的架构 ???
|
|
返回顶楼 | |
发表时间:2007-03-15
普通的增删改用hibernate还是不错的
|
|
返回顶楼 | |
发表时间:2007-08-01
Hibernate may not be the best solution for data-centric applications that only use stored-procedures to
implement the business logic in the database, it is most useful with object-oriented domain models and business logic in the Java-based middle-tier. 对于那种仅仅在数据库中以存储过程实现的以数据为中心的应用来说,Hibernate也许不是最好的解决方案,她最有用的地方在于基于java的面向对象的域模型以及商业逻辑中间层。 |
|
返回顶楼 | |