ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
232

ObjectDB Object Database Features

Databases are also supported by ObjectDB. The combination of Object Database features ... . Up to 9,223,372,036,854,775,808 entity objects per database file. Unlimited database connections (limited ... (the ObjectDB Doctor). Standard Persistence APIs ObjectDB is the only Object-Oriented Database with built
223

ObjectDB - Object Database for Java (JPA/JDO)

. Using a relational database management system (RDBMS) to store and retrieve Java objects requires slow conversions between graphs of Java objects and flat database table rows. Object Relational Mapping ... is an extremely easy to use pure Java Object Database, which supports JPA with no mapping
217

Is ObjectDB better than competing object databases?

. However, you should consider the following points when doing your own objective comparison of object databases: ObjectDB is unique in supporting the standard APIs. It is the only object database with built in support ... Data Objects (JDO) API than competing object databases. By using a standard API such as JPA
137

Database Explorer

the approach of traditional visual database tools. Every row in the table represents a single object ... a single database object. This type of viewer is useful for viewing data of a simple object model. In ... . A Tree window displays objects as a tree. Every database object is represented by a tree node
136

Retrieving JPA Entity Objects

The Java Persistence API (JPA) provides various ways to retrieve objects from the database ... of the database. The persistence context serves as a cache of retrieved entity objects. If a requested ... with data that is retrieved from the database (or from the L2 cache - if enabled). The new entity object
129

Working with JPA Entity Objects

), which can represent physical objects in the database. Managing an ObjectDB Object Database using JPA ... database objects. Entity Object Life Cycle The life cycle of entity objects consists of four states ... the database. An entity object becomes Managed when it is persisted to the database
129

Storing JPA Entity Objects

New entity objects can be stored in the database either explicitly by invoking the persist method ... and changes its state to Managed. The new entity object is stored in the database when the transaction ... of an entity class. Only instances of entity classes can be stored in the database independently. Objects
129

CRUD Database Operations with JPA

Given an EntityManager, em, that represents a JPA connection to the object database, we can use it to store, retrieve, update and delete database objects. Storing New Entity Objects The following code fragment stores 1,000 Point objects in the database: em.getTransaction().begin(); for (int
122

Database Management Settings

" /> Removing ObjectDB evaluation restrictions (of 10 entity classes and 1,000,000 entity objects per database ... The <database> configuration element specifies back end (database engine) settings ... <database> element: <database> <size initial="256kb" resize="256kb" page="2kb" /> <recovery
16

[ODB1] Chapter 6 - Persistent Objects

This chapter describes how to use ObjectDB to manage database objects. 6.1 Making Objects ... database content, or a transient object, i.e. not related to any database. Storing Objects Explicitly ... the assignment of names to objects in the database and the storing of instances of any persistent type

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