Jump to letter: [
ABCDEGHIJKMNOPRSTWX
]
hibernate3: Relational persistence and query service
- Summary
- Hibernate is a powerful, ultra-high performance
object/relational persistence and query service
for Java. Hibernate lets you develop persistent
objects following common Java idiom - including
association, inheritance, polymorphism, composition
and the Java collections framework. Extremely
fine-grained, richly typed object models are
possible. The Hibernate Query Language, designed
as a "minimal" object-oriented extension to SQL,
provides an elegant bridge between the object and
relational worlds. Hibernate is now the most
popular ORM solution for Java.
Changelog
- * Fri Aug 5 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:3.0.5-1jpp
-
- change name to hibernate3 and upgrade to 3.0.5
- * Mon Sep 13 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:2.1.6-1jpp
-
- Drop saxpath requirements
- Require jaxen >= 0:1.1
- Upgrade to 2.1.6
- Activate clover task (clover10)
- * Wed Aug 25 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:2.1.4-4jpp
-
- Build with ant-1.6.2
- Drop ant-optional BuildReq
- Relax some versioned dependencies