ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
117

Type.PersistenceType.MAPPED_SUPERCLASS

Enum Constant javax.persistence.metamodel.Type.PersistenceType MAPPED_SUPERCLASS Mapped superclass Since: JPA 2.0
64

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: ObjectDB silently ignores all the above annotations.
61

Is ObjectDB better than Object Relational Mapping (ORM)?

All about Is ObjectDB better than Object Relational Mapping (ORM)? in Java/JPA database - explanations, examples, references, links and related information.
47

JPA Persistable Types

, Mapped superclasses, Embeddable classes. Simple Java data types: Primitive types, Wrappers, String ... Superclasses In JPA, classes that are declared as mapped superclasses have some of the features of entity ... superclasses are treated by ObjectDB as ordinary entity classes. Mapped superclasses are really
34

JPA Persistence Unit

, embeddable classes and mapped superclasses) with related settings. Defining a persistence unit ... , embeddable classes and mapped superclasses), which are referred to by JPA as managed classes, as ... .Provider</provider> <mapping-file>META-INF/mappingFile.xml</mapping-file> <jar-file
30

JPA Named Queries

is attached to exactly one entity class or mapped superclass - usually to the most relevant entity ... that named queries may be attached to any entity class or mapped superclass. Therefore, to be able ... can be defined in JPA XML mapping files instead of using the @NamedQuery annotation. ObjectDB supports JPA XML
28

JPA Entity Fields

Fields of persistable user defined classes (entity classes, embeddable classes and mapped superclasses) can be classified into the following five groups: Transient fields Persistent fields Inverse (Mapped By) fields Primary key (ID) fields Version field The first three groups (transient, persistent
6

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: ObjectDB silently ignores all the above annotations.
4

[ODB1] Chapter 4 - JDO Metadata

> <package name="test"> <class name="B" /> <class name="C" persistence-capable-superclass="B ... > element can have one or more of the following optional attributes: persistence-capable-superclass The persistence-capable-superclass attribute usually specifies the direct super class
3

InheritanceStrategy.SUPERCLASS_TABLE

Enum Constant javax.jdo.annotations.InheritanceStrategy SUPERCLASS_TABLE Since: JDO 2.1

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support