Internal Website Search

71-80 of 200 resultsRefresh

Database Management Settings

as the background index activation is completed, ObjectDB can start using the new indexes

SELECT clause (JPQL / Criteria API)

Country AS c WHERE c.name LIKE 'I%' Both Italy and Ireland (whose name starts with 'I') use

Database Replication and Clustering

under a special root directory, $replication, under the server data root directory. Starting a new

Auto Generated Values

> attribute is that if you want sequence numbers to start with 1 in the

Obtaining a JPA Database Connection

ObjectDB, any valid database file path (absolute or relative) is also accepted. Any string that starts

Step 1: Create a Java Project

We start by creating a new NetBeans Project: Open the [New Project] dialog box, e.g. by using File > New Project... Select Java > Java Application and click Next.

Step 1: Create a Java EE 6 Web Project

We start by creating a new Java EE dynamic web project in Eclipse: Open the [New Project] dialog box, e.g. by using File > New > Project... Select Web > Dynamic Web Project and click

Step 1: Install BIRT and ObjectDB Driver

We start by installing the BIRT development environment and the ObjectDB data source driver. Installing BIRT Choose one of the following options to install the BIRT development environment: Download and install the

Step 3: Add a Main Class

explanation of the code can be found in the start/crud">Quick Tour chapter

Step 3: Add a Main Class

it closes the database. A detailed explanation of the code is provided in the start