Internal Website Search
11-20 of 200 resultsRefreshJPA 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"> More details are provided | |
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 AnnotationsThis section contains miscellaneous JDO annotations and associated enum types: annotations/misc"> | |
JDO Annotations for FieldsThe 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 SettingsThe following annotations are used to define JDO fetch groups and fetch plans: annotations/fetch"> | |
JDO AnnotationsJDO defines dozens of annotations that can be divided into the following groups: annotations"> | |
javax.jdo.annotations.Persistent javax.jdo.annotationsAnnotation Persistent Target: Fields (including property get methods) Annotation for defining | |
javax.jdo.annotations.Element javax.jdo.annotationsAnnotation Element Target: Fields (including property get methods) Annotation for the element |