Internal Website Search

51-60 of 200 resultsRefresh

Chapter 2 - JPA Entity Classes

JPA Entity classes are user defined classes whose instances can be stored in a database. To store data in an ObjectDB database using JPA you have to define entity classes that represent your application data object model. This chapter explains how to define and use entity

Eclipse Public License - v 1.0

responsibilities with respect to end users, business partners and the like. While this license

Entity Management Settings

persistable otherwise (e.g. a user defined class, which is not an entity class, mapped super class or

BIRT/ODA ObjectDB Driver

/points.odb;user=admin;password=admin).

Comparison in JPQL and Criteria API

>Instances of user defined classes (entity classes and embeddable classes) can be compared by using

UPDATE SET Queries in JPA/JPQL

to other users (who use other EntityManager instances) only after commit.

JPA Criteria API Queries

query based on fields that a user fills at runtime in a form that contains many optional fields

Working with JPA Entity Objects

Entity objects are in-memory instances of entity classes (persistable user defined classes), which can represent physical objects in the database. Managing an ObjectDB Object Database using JPA requires using entity objects

ObjectDB Overview

and indexing capabilities. Effective in heavy loaded multi-user environments.

Step 2: Entity Class and Persistence Unit

.user" value="admin"/> <property name="javax.persistence.jdbc.password" value="admin"/>