Internal Website Search

11-20 of 200 resultsRefresh

JPA Annotations for Mapping (ORM)

The following JPA annotations and enums are designated for mapping a JPA object model to a relational database, and are not required by ObjectDB: annotations/orm"> ObjectDB silently ignores all the above annotations.

JPA Annotations for Java EE

The following JPA annotations are in use to integrate JPA into a Java EE application and are managed by the Java EE container: annotations/ee">

JPA Annotations for Access Modes

Persistence fields can either be accessed by JPA directly (as fields) or indirectly (as properties and get/set methods). JPA 2 provides an annotation and an enum for setting the access mode: annotations/access">

JDO Annotations for Mapping (ORM)

The following JDO annotations and enums are designated for mapping a JDO object model to a relational database, and are not required by ObjectDB: annotations/orm"> ObjectDB silently ignores all the above annotations.

Miscellaneous JDO Annotations

This section contains miscellaneous JDO annotations and associated enum types: annotations/misc">

JDO Annotations for Fields

The way a field of a persistable class is managed by JDO can be set by the following annotations and enum types: annotations/field">

JDO Annotations for Fetch Settings

The following annotations are used to define JDO fetch groups and fetch plans: annotations/fetch">

JDO Annotations

JDO defines dozens of annotations that can be divided into the following groups: annotations">

javax.jdo.annotations.Persistent

javax.jdo.annotationsAnnotation Persistent Annotation for defining

javax.jdo.annotations.Element

javax.jdo.annotationsAnnotation Element Annotation for the element