DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibjdo-api-java
Beschreibungimplementation of JSR 243: Java Data Objects 2.0
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.0-3
Sektionuniverse/libs
Prioritätextra
Installierte Größe2140 Byte
Hängt ab vondefault-jre | java1-runtime | java2-runtime
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße201070 Byte
Prüfsumme MD55f958c89392f4b5eb193e3696d8c3240
Prüfsumme SHA11246281bc1ae8e11efd1b68c5e2172def7e34bdd
Prüfsumme SHA2569cd244e3cb69948f79b71659d6743a11166c52c7765a9b16abf8dd2f85fcb629
Link zum Herunterladenlibjdo-api-java_2.0-3_all.deb
Ausführliche BeschreibungJava 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


Impressum
Linux is a registered trademark of Linus Torvalds