ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
7

criteria api / embedded objects / where order

criteria api / embedded objects / where order
5

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) with some additions and notes. The four most basic JPA types are: All the other JPA types are organized
5

JPA / JDO Class Enhancer

\*"/> </java> Enhancement API The ObjectDB Enhancer can also be invoked from Java code: com.objectdb ... API and invocation of the Enhancer from Java code is useful, for instance, in implementing custom
5

Can I use ObjectDB to access a relational database?

To access relational databases using the Java Persistence API (JPA) you will need an Object Relational Mapping (ORM) tool, such as Hibernate, TopLink, EclipseLink, Open JPA or DataNucleus. The DataNucleus ORM implementation supports also the Java Data Objects (JDO) API. ObjectDB is a full featured
5

ObjectDB Overview

Features 100% pure Java Object-Oriented Database Management System (ODBMS). No proprietary API - managed only by standard Java APIs (JPA 2 / JDO 2). Extremely fast - faster than any other JPA / JDO product
1

Step 1: Create a Maven Web Project

>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId
1

Step 1: Create a Maven Web Project

>    <artifactId>servlet-api</artifactId>    <version>2.5</version>    <scope>provided</scope>   </dependency>   <dependency>    <groupId>javax.servlet.jsp</groupId>    <artifactId>jsp-api</artifactId
0

[ODB1] Chapter 6 - Persistent Objects

. But, because these classes are not described in the JDO metadata files, the enhancer identifies them as not
0

javax.jdo.spi.JDOImplHelper

is a helper class for JDO implementations. It contains methods to register metadata for persistence ... persistenceCapableSuperclass, PersistenceCapable pc) Register metadata by class. Register metadata by ... - the StateInterrogation to remove Since: JDO 1.0 void unregisterClass(Class pcClass) Unregister metadata by
0

What is the Java Data Objects (JDO)?

The Java Data Objects (JDO) is another standard for accessing persistent data in databases, using plain old Java objects (POJO) to represent the object model. Unlike Java Persistence API (JPA ... , and it is probably the most popular Java API for object databases today.

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