Outils pour utilisateurs

Outils du site


glossaire:jdo

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
glossaire:jdo [08/04/2011 14:04] – créée cyrilleglossaire:jdo [19/05/2012 00:18] (Version actuelle) – modification externe 127.0.0.1
Ligne 3: Ligne 3:
 ===== Java Data Objects ===== ===== Java Data Objects =====
  
-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.+JDO est un standard informatique basé sur Java permettant l'accès aux données de façon transparente et unifiée.
  
-Interfaces are defined for the user'view of persistence:+JDO is a standard way to access persistent data in databases, using plain old Java objects ([[/glossaire/POJO|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     * 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+    * Query: the component responsible for querying the datastore and returning persistent instances or values, [[/glossaire/JDOQL|Java Data Objects Query Langage (JDOQL)]]
     * Transaction: the component responsible for initiating and completing transactions     * Transaction: the component responsible for initiating and completing transactions
  
 Voir: Voir:
   * [[wpfr>Java_Data_Objects]], [[wp>Java_Data_Objects]]   * [[wpfr>Java_Data_Objects]], [[wp>Java_Data_Objects]]
-  * [[/glossaire/JPA|Java Persistence API (JPA)]]+  * [[/glossaire/JDOQL|Java Data Objects Query Langage (JDOQL)]], [[/glossaire/JPA|Java Persistence API (JPA)]], [[/glossaire/JPA|Java Persistence API (JPA)]]
   * EclipseLink, Enterprise JavaBeans (EJB), Hibernate, OpenJPA, TopLink, DataNucleus   * EclipseLink, Enterprise JavaBeans (EJB), Hibernate, OpenJPA, TopLink, DataNucleus
glossaire/jdo.1302264254.txt.gz · Dernière modification : 19/05/2012 00:15 (modification externe)

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki