ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
9

JPA Query API

and q2. When building a TypedQuery instance the expected result type has to be passed as an additional ... : In addition, the syntax of the JPA Query Language (JPQL) is described in:
9

Schema Update

to the new package name. In addition, whether or not a new-name attribute is specified, a <package> element ... is specified in the <package> element the name value of the <package> element is used. In addition
9

JPA Annotations for Fields

The way a field of a persistable class is managed by JPA can be set by the following annotations: Additional annotations (and enum) are designated for enum fields: Other additional annotations (and enum) are designated for date and calendar fields: Chapter 2 of the ObjectDB manual explains how to use all the above annotations.
9

FROM clause (JPQL / Criteria API)

an additional type of identification variable, a join variable, which represent a more limited ... to have a single range variable that serves as a root and additional join variables that are bound to path
9

General Settings and Logging

(respectively) in addition to writing to the log file. The <log-archive> element <log-archive path ... configuration above, represents the entire ObjectDB system. Additional <logger> elements
9

Defining a JPA Entity Class

is an ordinary Java class. The only unique JPA addition is the @Entity annotation, which marks the class as ... object is persisted. Chapter 2 provides additional information on how to define entity classes
1

[ODB1] Chapter 3 - Persistent Classes

other system types. The only way to add support for additional types is to define new persistent classes ... is accessed because it might require loading additional data and objects from the database (as ... enhancement: package test; /** Additional main - On the Fly JDO Enhancer */ public class eMain
1

[ODB1] Chapter 1 - About ObjectDB

, records and SQL in addition to the application's classes and objects. ObjectDB is JDO Compliant ... and Microsoft SQL Server. In addition, by using JDO you are backed up by a large community that's expanding ... , but has some additional restrictions and limitations. This developer's guide is for all ObjectDB
0

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing ... the Explorer). Additional permissions are granted using the <permissions> sub element
0

[ODB1] Chapter 5 - JDO Connections

above may throw an IOException if the jdo.properties file is not found. In addition ... values should be specified in order to change the default. In addition, the PersistenceManagerFactory

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