ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
221

JPA Reference (JavaDoc)

This reference contains the API documentation (similar to JavaDoc) of the Java Persistence API (JPA) 2.0. The content is derived from the original JPA documentation (in the EclipseLink JPA 2 RI ... into the following sections: The purpose of these documentation pages is to serve as a reference. In
210

ObjectDB API Reference

All about ObjectDB API Reference in Java/JPA database - explanations, examples, references, links and related information.
134

Soft Reference Object Cache Recommendation

[] and instruct ObjectDB to use soft reference for its Level One (L1) object data cache. I disable the L2 cache ... [] and uses a soft reference to make that array eligible for GC when the JVM does a full GC. private byte ... called to manipulate the softReferenceData in my JdoBlob2 instances, so there is a strong reference
30

Database Explorer

navigation. Because every reference between two database objects is represented by a parent-child ... to construct and store the new entity objects. Editing Values and References You can edit simple field ... the new value. Use the Edit > Edit Multi Line String command to edit a multi-line string. Reference
28

Retrieving JPA Entity Objects

accessed. The getReference method is useful when a reference to an entity object is required but not its content, such as when a reference to it has to be set from another entity object. Retrieval by ... , which is usually unacceptable. A persistent reference field can be excluded from this automatic cascaded
24

Storing JPA Entity Objects

an Employee instance with a reference to an Address instance: Employee employee = new Employee ... instance. To avoid a dangling reference in the database, an IllegalStateException is thrown on commit if a persisted entity object has to be stored in the database in a transaction and it references
21

JDO Reference (JavaDoc)

This reference contains the API documentation (similar to JavaDoc) of JDO 2.2. The content is derived from the original JDO documentation with some additions and notes. The most basic JDO types are: All the other JDO types are organized into the following sections:
4

[ODB1] Chapter 4 - JDO Metadata

, arrays and references to user defined classes are excluded by default. The default-fetch-group attribute ... attribute is relevant for persistent reference fields. It indicates whether or not the content of the referred object should be stored as part of the referring object, as an embedded object. Embedded
2

[ODB1] Chapter 6 - Persistent Objects

prevents broken references in the database and simplifies development. The JDO specification limits ... . An embedded object cannot be shared by references from multiple objects. In addition, embedded ... or queried directly (an embedded object can only be retrieved using a reference from its containing
2

[ODB1] Chapter 9 - ObjectDB Explorer

the browser window is in navigation among objects. Because every reference between two database objects ... the "Edit Multi Line String" command to edit a multi line string. Use the "Set Reference" command to set a reference field to a new object, to an exiting object or to null. You can add objects or

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