Package: libjdo-api-java (2.0-1) [universe]
Links for libjdo-api-java
Ubuntu Resources:
Download Source Package libjdo-api-java:
Maintainer:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainer (usually from Debian):
- Torsten Werner
It should generally not be necessary for users to contact the original maintainer.
Similar packages:
implementation of JSR 243: Java Data Objects 2.0
Java Data Objects (JDO) is a standard way to access persistent data in databases, using plain old Java objects (POJO) to represent persistent data. The approach separates data manipulation (done by accessing Java data members in the Java domain objects) from database manipulation (done by calling the JDO interface methods). This separation of concerns leads to a high degree of independence of the Java view of data from the database view of the data.
Interfaces are defined for the user's view of persistence:
- PersistenceManager: the component responsible for the life cycle of persistent instances, Query factory, and Transaction access - Query: the component responsible for querying the datastore and returning persistent instances or values - Transaction: the component responsible for initiating and completing transactions
JDO is being developed as a Java Specification Request in the Java Community Process. The original JDO 1.0 is JSR-12 http://www.jcp.org/en/jsr/detail?id=12 and the current JDO 2.0 is JSR-243 http://www.jcp.org/en/jsr/detail?id=243
Homepage: http://db.apache.org/jdo/
Other Packages Related to libjdo-api-java
|
|
|
-
- dep: java-gcj-compat
- Java runtime environment using GIJ
- or java1-runtime
- virtual package provided by gij-4.1, jamvm, java-gcj-compat, kaffe-jthreads, kaffe-pthreads, sablevm
- or java2-runtime
- virtual package provided by gij-4.1, java-gcj-compat, openjdk-6-jre, sun-java5-jre, sun-java6-jre
Download libjdo-api-java
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| all | 197.9 kB | 2,140.0 kB | [list of files] |