File: control

package info (click to toggle)
geronimo-jpa-2.0-spec 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 816 kB
  • ctags: 1,096
  • sloc: java: 2,379; xml: 123; sh: 12; makefile: 4
file content (68 lines) | stat: -rw-r--r-- 3,089 bytes parent folder | download
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
59
60
61
62
63
64
65
66
67
68
Source: geronimo-jpa-2.0-spec
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Build-Depends: debhelper (>= 9),
               default-jdk,
               libgeronimo-osgi-support-java,
               libmaven-bundle-plugin-java,
               libmaven-javadoc-plugin-java,
               libosgi-compendium-java,
               libosgi-core-java,
               maven-debian-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/geronimo-jpa-2.0-spec.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-jpa-2.0-spec.git

Package: libgeronimo-jpa-2.0-spec-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}, libgeronimo-jpa-2.0-spec-java-doc (= ${binary:Version})
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.

Package: libgeronimo-jpa-2.0-spec-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Suggests: ${maven:DocOptionalDepends}, libgeronimo-jpa-2.0-spec-java (= ${binary:Version})
Description: Documentation for libgeronimo-jpa-2.0-spec-java
 Documentation for the Java Persistence API that 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.