Internal Website Search

71-80 of 200 resultsRefresh

Defining a JPA Entity Class

the ability to store Point objects in the database and retrieve Point

What is ObjectDB?

ObjectDB is an Object Oriented Database Management System (ODBMS). It provides all the standard database management services (storage and retrieval, transactions, lock management, query processing, etc.), but it uses an object oriented model to store and manage data. You can easily

JPA Query API

the above code, the same JPQL query which retrieves all the Country objects in

ObjectDB 2.9 Developer's Guide

;   Shows how to use JPA to store, retrieve, update and delete database objects

Deleting JPA Entity Objects

In order to delete an object from the database it has to first be retrieved (no matter

Getting Started with JPA

This tutorial demonstrates how to create and run a simple JPA application. The demonstrated application uses JPA to store and retrieve simple Point entity objects, where each Point has two persistent fields - x and y

Step 5: Add a JSP Page

of all the guests that have already signed (which are retrieved from the request's "guests"

Step 5: Add a JSP Page

of all the guests that have already signed (which are retrieved from the request's "guests"

Step 5: Add a JSP Page

a list of all the guests that have already signed (which are retrieved from the request's 

Step 4: Add a Servlet Class

in the database. All the Guest entity objects are retrieved from