ObjectDB Database Search

1-50 of 200 results

Apache License, Version 2.0, January 2004

or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor ... the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or

Eclipse Public License - v 1.0

Contributor: i) changes to the Program, and ii) additions to the Program; where such changes and/or additions to the Program originate from and are distributed by that particular Contributor ... anyone acting on such Contributor's behalf. Contributions do not include additions to the Program

Query Parameters in JPA

Parameters (?index) In addition to named parameters, which use the :name format, JPQL also supports ordinal ... of a simple country name, altering the query and potentially compromising the system. In addition ... parameters. In addition , there are nine methods for extracting parameter values from a query

Setting and Tuning of JPA Queries

and throw a LockTimeoutException if the lock cannot be acquired. Query hints Additional You can apply additional settings to queries by using hints. Supported query hints ObjectDB supports the following

JPA Persistable Types

fields . In addition , only entity class instances preserve their identity and are stored ... ` or instances of persistable types. In addition to the collection and map classes that are fully

FROM clause (JPQL / Criteria API)

an additional type of identification variable, a join variable, which represents a more limited ... range variable that serves as a root and additional join variables that are bound to path expressions

Numbers in JPQL and Criteria Queries

: + ( addition ), - (subtraction), * (multiplication), and / (division). ObjectDB also supports the modulo ... = country. get ("population"); Expression param = cb. parameter (Integer.class); // Addition

ObjectDB License

(for which licenses have been purchased) does not require additional separate licenses. Purchase ... organization in one building, and in addition also covers installation of ObjectDB on: Home computers

JPA Query API

a TypedQuery instance, you must pass the expected result type as an additional argument, as shown for q2 ... The following pages explain how to define and run queries in JPA: In addition , the following pages describe the syntax of the JPA Query Language (JPQL):

JPA Criteria Query Expressions

of a query parameter used for binding runtime values. Advanced expressions Additional interfaces

ObjectDB License Agreement [ver. 2.0.4]

prevail over any conflicting or additional terms of any oral or written quote, acknowledgement

Detached JPA Entities

an entity. In addition , when a managed entity is serialized and then deserialized, the deserialized

Strings in JPQL and Criteria Queries

(path, "a%"); // additional methods take also an escape character // LENGTH(str) Expression length

Collections in JPQL and Criteria Queries

provides an additional method for checking if a specified element is contained in a collection. JPA

Logical Operators in JPQL and Criteria API

or large Additional factory methods are available that accept a variable number of predicates

JPA Query Expressions (JPQL / Criteria)

: * (multiplication), / (division), + ( addition ), and - (subtraction) Comparison operators

JPA Extended API Reference Guide

dynamically, build type-safe queries, and optimize database fetching. Lists additional dynamic

JPA Queries

; EntityManagerFactory or   EntityManager  using the getCriteriaBuilder method. Additional

JPA Class Enhancer

commas or spaces. In addition , a class loader for loading classes for enhancement can be specified as

Privacy Policy

to provide Us additional Personal Data that you are allowed to share with Us using private support tickets

What are the main benefits of using ObjectDB?

multiple values (even for a simple data structure such as a collection of strings). In addition

Defining a JPA Entity Class

class is an ordinary Java class. The only JPA-specific addition is the @Entity annotation

Database Schema Evolution

Modifications to entity classes that do not change their persistent field definitions (their schema) are transparent to ObjectDB. This includes adding, removing, or modifying constructors, methods, and non-persistent fields. However, ObjectDB detects additions , deletions, and modifications

Is ObjectDB a NoSQL Database?

, but they are easier to use in object oriented languages such as Java. In addition , unlike most other NoSQL databases

Running JPA Queries

addition , the Query interface defines a method for running DELETE and UPDATE queries: Query

jakarta.persistence.LockModeType

successfully. Lock modes must always prevent the phenomena P1 and P2. In addition , obtaining a lock ... (JPA) 1.0 Synthetic Public Static Methods: values(), valueOf(String) Additional JDK methods inherited ... .Enum/valueOf(Class,String) Additional JDK methods inherited from java.lang.Object java.lang.Object

jakarta.persistence.PersistenceUnitTransactionType

(), valueOf(String) Additional JDK methods inherited from java.lang.Enum java.lang.Enum/clone(), java.lang ... (), java.lang.Enum/toString(), java.lang.Enum/valueOf(Class,String) Additional JDK methods inherited ... (long), java.lang.Object/wait(long,int), java.lang.Object/wait0(long) Additional JDK methods

jakarta.persistence.FlushModeType

) Additional JDK methods inherited from java.lang.Enum java.lang.Enum/clone(), java.lang.Enum ... .lang.Enum/toString(), java.lang.Enum/valueOf(Class,String) Additional JDK methods inherited from ... ), java.lang.Object/wait(long,int), java.lang.Object/wait0(long) Additional JDK methods inherited from

jakarta.persistence.GenerationType

(JPA) 1.0 Synthetic Public Static Methods: values(), valueOf(String) Additional JDK methods ... .Enum/valueOf(Class,String) Additional JDK methods inherited from java.lang.Object java.lang.Object ... ), java.lang.Object/wait0(long) Additional JDK methods inherited from java.lang.constant.Constable

jakarta.persistence.InheritanceType

(), valueOf(String) Additional JDK methods inherited from java.lang.Enum java.lang.Enum/clone(), java.lang ... /readObjectNoData(), java.lang.Enum/toString(), java.lang.Enum/valueOf(Class,String) Additional JDK methods ... /wait(long), java.lang.Object/wait(long,int), java.lang.Object/wait0(long) Additional JDK methods

jakarta.persistence.ConstraintMode

(String) Additional JDK methods inherited from java.lang.Enum java.lang.Enum/clone(), java.lang.Enum ... (), java.lang.Enum/toString(), java.lang.Enum/valueOf(Class,String) Additional JDK methods inherited ... (long), java.lang.Object/wait(long,int), java.lang.Object/wait0(long) Additional JDK methods inherited

jakarta.persistence.DiscriminatorType

) 1.0 Synthetic Public Static Methods: values(), valueOf(String) Additional JDK methods inherited from ... /valueOf(Class,String) Additional JDK methods inherited from java.lang.Object java.lang.Object/clone ... .lang.Object/wait0(long) Additional JDK methods inherited from java.lang.constant.Constable java.lang

jakarta.persistence.FetchType

. Since: Jakarta Persistence (JPA) 1.0 Synthetic Public Static Methods: values(), valueOf(String) Additional ... /toString(), java.lang.Enum/valueOf(Class,String) Additional JDK methods inherited from java.lang.Object ... .Object/wait(long,int), java.lang.Object/wait0(long) Additional JDK methods inherited from java.lang

jakarta.persistence.EnumType

(String) Additional JDK methods inherited from java.lang.Enum java.lang.Enum/clone(), java.lang.Enum ... (), java.lang.Enum/toString(), java.lang.Enum/valueOf(Class,String) Additional JDK methods inherited from ... (long), java.lang.Object/wait(long,int), java.lang.Object/wait0(long) Additional JDK methods inherited

jakarta.persistence.criteria.Predicate.BooleanOperator

Persistence (JPA) 1.0 Synthetic Public Static Methods: values(), valueOf(String) Additional JDK methods ... .lang.Enum/valueOf(Class,String) Additional JDK methods inherited from java.lang.Object java.lang ... ,int), java.lang.Object/wait0(long) Additional JDK methods inherited from java.lang.constant

[ODB1] Chapter 6 - Persistent Objects

of persistent types is available at section 3.2 ). ObjectDB provides an additional storing method ... cannot be shared by references from multiple objects. In addition , embedded objects of persistent ... a JDOUserException if the name is already in use. In addition to the naming issue

[ODB1] Chapter 2 - A Quick Tour

collections) can be stored only as fields of persistent classes. In addition , objects are stored ... Source Code In addition to the two files from the previous section ( Person.java and package.jdo ... enhancer. To use it, an additional main class, named eMain (enhancer Main) is defined:   1

[ODB1] Chapter 9 - ObjectDB Explorer

is equivalent to the following command: $ java -Xms16m -Xmx512m -jar odbfe.jar In addition , any JVM ... window in "Tools | Options | General | Display"). Additional information about working with viewer ... the number of objects to construct and their type. Additional information is required for specific

Step 4: Run the Application

directory. Running the application again will use the existing database file to store an additional

Spring MVC and JPA Tutorial

an ObjectDB database. This tutorial is available in the following versions: In addition , the demonstrated application is available as a Maven project:

Step 6: Set the Spring XML

to the Spring dispatcher servlet. Additional spring configuration is set in another XML file

Step 6: Set the Spring XML

above routes web requests with .html suffix to the Spring dispatcher servlet. Additional spring

Step 1: Create a Java EE 6 Web Project

and the Download additional server adapters link. Follow the instructions and specify the path

JPA Tutorials

by step instructions on how to create the sample applications. In addition , the sample applications

Java EE Web Tutorial

. This tutorial is available in the following versions: In addition the demonstrated application is available as a Maven project:

Step 4: Run the Application

the existing database file to store an additional 1000 objects. You can view the content of the database file

JPA Web Application Tutorial

. This tutorial is available in the following versions: In addition the demonstrated application is available as a Maven project:

Getting Started with JPA

versions: In addition the demonstrated application is available as a Maven project:

[ODB1] Chapter 3 - Persistent Classes

support for additional types is to define new persistent classes. For example, the class java.awt ... because it might require loading additional data and objects from the database (as part of transparent ... to a project that applies on the fly enhancement: package test; /** Additional main - On the Fly JDO Enhancer

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition , the server supports accessing ... itself grants the user permission to view the directory content (using the Explorer). Additional permissions