-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g
EclipseLink in Oracle Fusion Middleware 11g provides a complete implementation of JPA 1.0. EclipseLink implements all the mandatory features, some of the optional features and some additional features.
An annotation annotates a Java class/method/property with metadata that is compiled into the Java class file in which the annotation is specified. The compiled metadata is interpreted at runtime by the JPA persistence provider (EclipseLink JPA) to manage the persistence implementation. Each annotation has a default value. Annotations can be applied at three levels: class level, method level, and field level. EclipseLink JPA also defines some proprietary annotations in the org.eclipselink.annotations package.
The XML mapping metadata file is used to specify object relational mapping (ORM) metadata. The default ORM metadata file is META-INF/orm.xml, which is based on XML Schema http://java.sun.com/xml/ns/persistence/orm_1_0.xsd. In orm.xml...
Change the font size
Change margin width
Change background colour