Yes, the Java framework allows you to do this: Play! framework This is a structure similar to Django, but completely written using Java. http://www.playframework.org/documentation/1.0.1/model
For example, you can write something like:
User.find("age< ?", 30).fetch();
In addition, it is not related to hibernation, you can use other technologies, such as Google App Engine data warehouse or Amazon Simple DB throw Siena
source share