ObjectDB ObjectDB

Issue #11: JPQL Subqueries (JPA 1.0)

Type: Feature RequestVersion: 1.4.0Priority: LowStatus: ActiveReplies: 0
#1

The JPQL (Java Persistence Query Language) supports defining subqueries, which are nested queries that are embedded in other queries.

Subqueries are currently not supported by ObjectDB, and as a workaround, you can use a sequence of two or more queries, where the results of one query serves as a parameter in the next queries.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.