Internal Website Search

161-170 of 200 resultsRefresh

ORDER BY clause (JPQL / Criteria API)

the FROM clause produces objects for examination and the WHERE clause selects which objects ... . The following query returns Country objects ordered by currencyobjects and ORDER BY

ObjectDB Overview

The ObjectDB Object Database ObjectDB is a powerful Object-Oriented ... Object-Oriented Database Management System (ODBMS). No proprietary API - managed only by ... Object Database Features for more details.

Step 2: Entity Class and Persistence Unit

To store objects in an ObjectDB database using JPA we need to define an entity class ... objects in the database was created in the project (under Java Resources: src > guest). EJB Session Bean that will manage Guest entity objects.

Step 4: Add a Controller Class

that will be added in the next tutorial step) - a new Guest entity object is constructed ... > component to display the existing Guest objects. The returned ModelAndView object defines

javax.jdo.spi.JDOImplHelper

>Class JDOImplHelper java.lang.Object ... > Object ... _PersistenceCapable.ObjectIdFieldConsumer_Object" title="Method of javax.jdo.spi.JDOImplHelper

javax.jdo.spi.StateManager

"> Object Object" title="Method of javax.jdo.spi.StateManager">getObjectFieldPersistenceCapable  pc, int field, Object currentValue)

javax.jdo.spi.StateInterrogation

that the implementation has determined the answer. For JDOHelper getXXX methods, which return an Object ... method"> Object Object" title="Method of javax.jdo.spi.StateInterrogation">getObjectId

javax.jdo.identity.ObjectIdentity

.Object Object type field. Object" title="Constructor of javax.jdo.identity.ObjectIdentity">ObjectIdentity

javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache

="hierarchy"> java.lang.Object javax.jdo.datastore.DataStoreCache ... _Object" title="Method of javax.jdo.datastore.DataStoreCache">evict (Object oid ... > - the object id of the instance to evict.

ObjectDB 1.0 Manual

how to develop database applications using ObjectDB and JDO (Java Data Objects), the revolutionary database ... > Chapter 6 - Persistent Objects Shows how to store, retrieve, update and delete database objects.