ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
3

Storing JPA Entity Objects

, the entire closure of entity objects that are reachable from that object by navigation through persistent ... and flush enables moving the temporary updates from memory to the database. Note: Flushing updates
3

Database Connection using JPA

instance obtained from the EntityManager. An EntityManager instance also functions as a factory ... } finally { em.close(); } The EntityManager instance is obtained from the owning
3

Defining a JPA Entity Class

objects from the database: package com.objectdb.tutorial; import javax.persistence.Entity ... sequential value generation. This is a very powerful feature of ObjectDB that is absent from other object oriented databases.
3

Database Transaction Replayer

is useful for two different purposes: It enables recovery from a database failure by replaying ... the objectdb.jar file. It can be run from the command line: > java -cp objectdb.jar com.objectdb
3

Setting and Tuning of JPA Queries

the cache. Setting Query Hint (Scopes) Query hints can be set in the following scopes (from global ... c FROM Country c",     hints={@QueryHint(name="javax.persistence.query.timeout", value="7000
3

ObjectDB License Agreement [ver. 2.0.4]

steps to protect the Software from any use, reproduction, or distribution except specifically ... of the Software. This agreement will terminate immediately without notice from ObjectDB Software
0

Step 6: Design a BIRT Report Table

In this final step we will add a simple table to the report: Open the [Insert Table] dialog box by dragging a Table from the [Palette] window and dropping it on the report design (.rptdesign) layout ... the third field and click OK. Fill the table with data by dragging the x and y columns from the data set
0

Step 3: Create an ObjectDB Data Source

Explorer] window and selecting New Data Source. Select ObjectDB Data Source from the list of available ... connection url: Download and save the points.odb database file (from the Quick Start tutorial
0

[ODB1] Chapter 1 - About ObjectDB

ObjectDB for Java/JDO is a powerful Object Database Management System (ODBMS) written entirely in Java. It can efficiently handle a wide range of database sizes, from a few KBs to hundreds of GBs ... remote databases and for database access of several processes simultaneously. Moving from one mode
0

javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer

: ObjectIdFieldManager This interface is used to store fields from the Object id instance. It is used by the method ... . This field was retrieved from the field of the ObjectId. Parameters: fieldNumber - the field number of the key field. value - the value of the field from the ObjectId. Since: JDO 1.0 void storeByteField(int

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