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
|
Source: geronimo-jpa-2.0-spec
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
libgeronimo-osgi-support-java,
libmaven-bundle-plugin-java,
libosgi-compendium-java,
libosgi-core-java,
maven-debian-helper
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/geronimo-jpa-2.0-spec.git
Vcs-Browser: https://salsa.debian.org/java-team/geronimo-jpa-2.0-spec
Package: libgeronimo-jpa-2.0-spec-java
Architecture: all
Depends: ${maven:Depends},${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API
The Java Persistence API is the Java API for the management of persistence
and object/relational mapping for Java EE and Java SE environments.
.
The goal of this specification is to provide an object/relational mapping
facility for the Java application developer using a Java domain model
to manage a relational database.
.
Persistence in this context covers three areas:
- The API itself, defined in the javax.persistence package.
- The Java Persistence Query Language (JPQL).
- Object/relational metadata.
.
The Java Persistence 2.0 specification addresses improvements in the areas of
domain modeling, object/relational mapping, EntityManager and Query
interfaces, and the Java Persistence query language. It adds an API for
criteria queries, a metamodel API, and support for validation.
.
This package contains only API of JSR-317 spec. Apache OpenJPA and
EclipseLink are implementations of this spec.
|