Internal Website Search

61-70 of 183 resultsRefresh

JPA Named Queries

A named query is a statically defined query with a predefined unchangeable query string. Using named queries instead of dynamic queries may improve code organization by separating the JPQL query strings from the Java code. It also enforces the use of query 

What are the main benefits of using ObjectDB?

processes JPQL (JPA Query Language) and JDOQL (JDO Query Language) queries directly, where ORM tools

JPA Annotations for SQL Queries

The following JPA annotations are designated for SQL queries on relational databases: ObjectDB supports only the preferred JPA query language, JPQL, and silently ignores all the above annotations.

ObjectDB 2.9 Developer's Guide

;Explains how to use the JPA Query Language (JPQL).

Is ObjectDB a NoSQL Database?

of rich complex queries, using two standard Java query languages: JPQL (Java Persistence Query

JPA 2 Annotations

JPA defines dozens of annotations that can be divided into the following groups: Annotations for JPA aware classes: JPQL Queries"> Annotations for fields in JPA

javax.persistence.Query

> Learn how to define and use JPA/JPQL queries in ... "> ObjectDB Notes: Learn how to define and use JPA/JPQL queries in

javax.persistence.Parameter

and use JPA/JPQL queries in Chapter 4 of the ObjectDB/JPA

javax.persistence.criteria.Join

JPA criteria API's Join in jpql/from">Chapter 4

Step 4: Create an ObjectDB Data Set

> The database in this tutorial contains Point entity objects. We will use a simple JPQL query