Internal Website Search

51-60 of 200 resultsRefresh

ObjectDB Website - Terms and Conditions of Use

of these terms, you are prohibited from using or accessing this site. The materials contained in this web site ... > Permission is granted to temporarily download one copy of the materials (information or ... >modify or copy the materials; use the materials for any commercial purpose, or

ObjectDB License Agreement [ver. 2.0.4]

Please read carefully this software license agreement. By downloading, installing or ... to these terms and conditions - do not download, install or use the software. This agreement ... and conditions of this agreement prevails over any conflicting or

Logical Operators in JPQL and Criteria API

> OR || and the other operand is either TRUE or NULL, the result is NULL (unknown). as part of its JDO support. Binary OR (||) Operator The following query

JPA Persistable Types

and Serializable types (user or system defined). Note: should have a public or final methods or final instance variables. ObjectDB

Database Explorer

clicking explorer.jar or by running explorer.exe (on Windows) or explorer ... the [Query] tabbed window or select an element for viewing (an entity class in the [Schema] tabbed window, a bookmark in the [Database] tabbed window or an object in a currently open

Eclipse Distribution License - v 1.0

reserved. Redistribution and use in source and binary forms, with or without modification ... , this list of conditions and the following disclaimer in the documentation and/or other materials ... , Inc. nor the names of its contributors may be used to endorse or promote products derived from this software

[ODB1] Chapter 5 - JDO Connections

(local or remote), and connections to that database are obtained using its or its relative path. or client server mode should be used to access

[ODB1] Chapter 3 - Persistent Classes

>persistent objects or persistent instances. Objects that do not represent anything in ... objects or transient instances. The JDO specification refers to persistent classes as or private). 3.2  Persistent Fields and Types

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by ... ;/lib/odbse.jar com.objectdb.Server Or on Windows: > java -cp < ... (for instance, using the & character at the end of the command line), or starting the server automatically

[ODB1] Chapter 7 - JDOQL Queries

The following query retrieves all the people whose age is 18 or older: age field in class Person or if the field exists ... (); The complete code for printing all the people whose age is 18 or older (using