
ObjectDB - JPA Object Database for Java
ObjectDB is the most productive software for developing Java database applications using the Java Persistence API (JPA). It is the first persistence solution that combined a powerful database with JPA support in one product, sparing the need to integrate an external JPA ORM with a …
ObjectDB Overview
ObjectDB is a powerful Object-Oriented Database Management System (ODBMS). It is compact, reliable, easy to use and extremely fast. ObjectDB provides all the standard database management services (storage and retrieval, transactions, lock management, query processing, etc.) but in a way that makes development easier and applications faster.
JPA Tutorials - ObjectDB
Tutorials for using JPA and ObjectDB in Eclipse and NetBeans (console applications, web application, Java EE 6 applications).
ObjectDB 2.9.2
ObjectDB Development Kit. The ObjectDB Development Kit includes: The ObjectDB runtime JAR (available also on Maven). The GUI ObjectDB Explorer. Sample ObjectDB databases that you can open in the Explorer. Command line tools for running the ObjectDB Server and the ObjectDB Enhancer. A sample objectdb.conf configuration file.
ObjectDB Object Database Features
ObjectDB provides a rich set of features. Many features are implemented as part of ObjectDB's support of the JPA and JDO APIs. Fundamental features of relational databases (e.g. primary keys, derived attributes, grouping queries and aggregate queries) which are usually missing from Object Oriented Databases are also supported by ObjectDB.
ObjectDB 2.9 Developer's Guide
Welcome to ObjectDB for Java/JPA Developer's Guide. Here you can learn how to develop database applications using ObjectDB and JPA (Java Persistence API). The main purpose of this guide is to make you productive with ObjectDB and JPA in a short time.
ObjectDB 1.0 Manual
Here you can learn how to develop database applications using ObjectDB and JDO (Java Data Objects), the revolutionary database programming technology by Sun Microsystems. The main purpose of this guide is to familiarise you with ObjectDB and JDO in a very short time.
Chapter 1 - Quick Tour - ObjectDB
This chapter demonstrates basic ObjectDB and JPA concepts by introducing a simple example program. After reading this chapter you should be able to write basic programs that create, open and close ObjectDB databases and perform basic CRUD operations (Create/Store, Retrieve, Update and Delete) on ObjectDB databases.
How to install ObjectDB?
How to install ObjectDB? ObjectDB is distributed as a zip file. Just download and extract the ObjectDB distribution zip file. No need to run any install or setup program. You can uninstall ObjectDB by deleting the ObjectDB directory. ObjectDB does not modify the registry or …
Chapter 4 - JPA Queries (JPQL / Criteria) - ObjectDB
Documentation on this website explains how to use JPA in the context of the ObjectDB Object Database but mostly relevant also for ORM JPA implementations, such as Hibernate (and HQL), EclipseLink, TopLink, OpenJPA and DataNucleus.