Preface
Oracle TopLink provides specific annotations (Oracle TopLink extensions) in addition to supporting the standard Java Persistence Architecture (JPA) annotations. You can use these Oracle TopLink extensions to take advantage of Oracle TopLink's extended functionality and features within your JPA entities.
TopLink uses (and includes) EclipseLink as its default JPA provider.
Audience
This document is intended for application developers who want to develop applications using Oracle TopLink with Java Persistence Architecture (JPA). This document does not include details about related common tasks, but focuses on Oracle TopLink functionality.
Developers should be familiar with the concepts and programming practices of
-
Java SE and Java EE.
-
Java Persistence Architecture 2.2 specification (
http://jcp.org/en/jsr/detail?id=338
) -
EclipseLink (
http://www.eclipse.org/eclipselink
) -
Eclipse IDE (
http://www.eclipse.org
)
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc
.
Access to Oracle Support
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info
or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs
if you are hearing impaired.
Conventions
The following text conventions are used in this document:
Convention | Meaning |
---|---|
boldface |
Boldface type indicates graphical user interface elements associated with an action, or terms defined in text or the glossary. |
italic |
Italic type indicates book titles, emphasis, or placeholder variables for which you supply particular values. |
|
Monospace type indicates commands within a paragraph, URLs, code in examples, text that appears on the screen, or text that you enter. |