0

I have a simple question and I hope I can find answer here! Can we mix hibernate model and DAO in same class? Is there a design Pattern which specify this?

Thank you

4

1 回答 1

2

我认为您指的是ActiveRecord模式,模型类具有 save()、get() 等方法。这种模式在 Django 和 Ruby n' Rails 等框架中实现。Hibernate 使用数据映射器模式代替。

于 2012-09-06T09:33:05.303 回答