Examples of using The java persistence in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Shaun Smith from Oracle gave a presentation on OSGi and the Java Persistence API.
The Java Persistence API has the following key features: Entities are POJOs.
E Eager Load- EJB 3.0-Eager Load is one of the both fetching strategies defined in the Java Persistence API.
The Java Persistence API(JPA) is the standard for using persistence in Java projects.
The Java Persistence API will become the standard persistence model for Java EE and Java SE.
J Java Persistence API- EJB 3.0- Within EJB 3.0(JSR220 in the Java Community Process) the Java Persistence API was developed.
X technology and the Java Persistence API, but that are rarely supported by“plain” servlet containers.
RESTful Web Services, Persistence, and Entity Classes RESTful web services in Java rely on the Java Persistence API to communicate with a database.
Thus the Java Persistence API is also available to developers which don't need/use EJB components in their applications.
Using the Java Persistence Query Language(JPQL), your applications remain portable across different database vendors.
This package contains the contracts between a persistence provider and the managed classes andthe clients of the Java Persistence API(JPA).
The Java Persistence API enables you to use persistence in web applications without the need to create an EJB module.
This package contains the classes and interfaces that define the contracts between a persistence provider and the managed classes andthe clients of the Java Persistence API(JPA).
An important characteristic of the Java Persistence API is that it can be used for arbitrary POJOs and is not limited to EJB components only.
While some of the other covered frameworks"may" be standards-based(built on standards), the Java object-relational mappingpersistence framework that is itself a standard is the Java Persistence API.
F Fetching-Strategy- EJB 3.0- In the Java Persistence API which was specified within EJB 3.0- two fetching strategies are defined: Lazy Load and Eager Load.
The Java Persistence API is the Java API for the management of persistence and object/relational mapping in Jakarta EE and Java SE environments.
The Java Persistence API can also be used outside of EJB components, for example, in web applications and application clients, and also outside the Java EE platform, in Java SE applications.
The Java Persistence API(JPA) is an object-relational mapping(ORM) technology that enables applications to manage data between Java objects and a relational database in a way that is transparent to the developer.
The Java SDK includes implementations of the Java Data Objects(JDO) and Java Persistence API(JPA) interfaces for modeling and persisting data.
Query Language to JPQL(Java Persistence Query Language).
Java Persistence support: Generates Java entity classes from existing DB schemas.