About tool
Chapter 5 - Database Tools and Utilities
Describes the ObjectDB object database tools - the Explorer, the Server, the Enhancer, the Doctor and the Replayer. This chapter explains how to use the following ObjectDB tools and utilities: Database Explorer Database Server JPA / JDO Class Enhancer Database Replication and Clustering Online Backup Database D ...
Database Explorer
Explains how to run and use the ObjectDB object database Explorer to view and manage Java/JPA/JDO objects visually. ObjectDB Database Explorer is a visual GUI tool for managing ObjectDB databases. It can be used to view data in ObjectDB ...
Database Explorer
Explains how to run and use the ObjectDB object database Explorer to view and manage Java/JPA/JDO objects visually. ObjectDB Database Explorer is a visual GUI tool for managing ObjectDB databases. It can be used to view data in ObjectDB ...
Database Transaction Replayer
Explains how to use the ObjectDB object database Replayer tool to restore recorded Java/JPA/JDO actions.... in the configuration . The ObjectDB Replayer tool can apply recorded database operations on a matching database backup (if ... the ObjectDB Replayer The ObjectDB Replayer tool is bundled in the objectdb.jar file. It can be run from the ...
Database Doctor
Explains how to use the ObjectDB object database Doctor tool to diagnose and repair database files and damaged Java/JPA/JDO objects. The ObjectDB Doctor tool provides two related services: Diagnosis and validation ... ObjectDB Doctor Diagnosis The ObjectDB Doctor tool is bundled in the objectdb.jar file. It can be run from the ... directory a path to it has to be specified. The tool main class is com.objectdb.Doctor and the only command line argument ...
Database Server
Explains how to run and use the ObjectDB object database Server to manage Java/JPA/JDO databases in client-server mode. ObjectDB Server is a tool that manages ObjectDB databases in a separate dedicated process, making ... Starting the ObjectDB Server The ObjectDB Server tool is bundled in the objectdb.jar file. You can run it from the ...
BIRT/ODA ObjectDB Driver
Explains how to use the ObjectDB/JPA data source BIRT driver. The ObjectDB BIRT/ODA driver is an extension of the open source Business Intelligence and Reporting Tools (BIRT) that adds support of ObjectDB as a data source and JPQL as a data set query language. This page covers the following to ...
JPA / JDO Class Enhancer
The Enhancer is a post compilation tool that improves performance by modifying the byte code of compiled classes after compilation. ObjectDB Enhancer is a post compilation tool that improves performance by modifying the byte code of compiled classes ...
Report Generation with BIRT and JPA
Demonstrates how to use ObjectDB as a data source of the Business Intelligence and Reporting Tools (BIRT), open source report generator. This tutorial demonstrates how to create reports based on data in an ObjectDB database using the popular open source Business Intelligence and Reporting Tools (BIRT). In order to keep things as simple as possible - we will use the basic ...
Online Backup
Online Backup enables backing up an ObjectDB database while it is in active use by applications. The ability to create a backup while the system is running is essential in applications and services that have to be available 24/7/365. An ObjectDB database can be backed up by simply copying or archiving the database file while the database is offline (i.e. when it is not open in an ObjectDB server and not in use by any application), since an ObjectDB database is stored as an o ...