1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: libhibernate3-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Varun Hiremath <varun@debian.org>,
Damien Raude-Morvan <drazzib@debian.org>, Miguel Landaeta <miguel@miguel.cc>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper
Build-Depends-Indep: glassfish-javaee, libc3p0-java, libehcache-java,
liboscache-java, libproxool-java, libswarmcache-java,
libmaven-enforcer-plugin-java, libhsqldb-java, libcommons-logging-java,
libantlr-maven-plugin-java, libgeronimo-jacc-1.1-spec-java, libdom4j-java,
libjavassist-java, libantlr-java, ant, libcglib-java, libjgroups-java,
libhibernate3-java, libmaven-javadoc-plugin-java,
libgeronimo-jpa-2.0-spec-java, libmaven-install-plugin-java,
libgeronimo-validation-1.0-spec-java, libhibernate-commons-annotations-java,
libhibernate-validator-java, libmaven-antrun-plugin-java
Standards-Version: 3.9.2
Homepage: http://www.hibernate.org
Vcs-Git: git://git.debian.org/pkg-java/libhibernate3-java.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/libhibernate3-java.git
Package: libhibernate3-java
Architecture: all
Depends: ${misc:Depends}
Conflicts: libhibernate-entitymanager-java
Provides: libhibernate-annotations-java, libhibernate-entitymanager-java
Replaces: libhibernate-annotations-java, libhibernate-entitymanager-java
Description: Relational Persistence for Idiomatic Java
Hibernate is a powerful, high performance object/relational persistence
and query service. Hibernate lets you develop persistent classes
following object-oriented idiom - including association, inheritance,
polymorphism, composition, and collections. Hibernate allows you to
express queries in its own portable SQL extension (HQL), as well as in
native SQL, or with an object-oriented Criteria and Example API.
.
Unlike many other persistence solutions, Hibernate does not hide the
power of SQL from you and guarantees that your investment in relational
technology and knowledge is as valid as always.
Package: libhibernate3-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libhibernate3-java
Description: Relational Persistence for Idiomatic Java (documentation)
Hibernate is a powerful, high performance object/relational persistence
and query service. Hibernate lets you develop persistent classes
following object-oriented idiom - including association, inheritance,
polymorphism, composition, and collections. Hibernate allows you to
express queries in its own portable SQL extension (HQL), as well as in
native SQL, or with an object-oriented Criteria and Example API.
.
Unlike many other persistence solutions, Hibernate does not hide the
power of SQL from you and guarantees that your investment in relational
technology and knowledge is as valid as always.
.
This package includes the documentation.
|