Internal Website Search

41-50 of 183 resultsRefresh

JPQL keyword in entity - what to do?

Hi, I have a problem with entity that is using one of JPQL keywords as one of the fields. It's a 'type' field. When I try to build a query that looks for example like ... an ObjectDB bug since you should be able to use JPQL keywords as field names. Please try

member visiting in jpql

supported by JDOQL / JPQL queries. You may maintain an ordinary int

JPQL Error

> When I try to run jpql, it gives this error [ObjectDB 2.8.1

Possible issue for JPQL IS EMPTY expression

Possible issue for JPQL IS EMPTY comparison expression: SELECT e FROM MyEntity e WHERE e.collection-valued IS EMPTY throws javax.persistence.PersistenceException: Invalid operand type  for operator IS EMPTY (error 756) Thanks.

Will Entire JPQL Supported by ObjectDb?

Advance , Jana janu019 Janardhana Some JPQL features are not supported yet by

find repeated records by JPQL

Hi, I know a single command in MySQL can find repeated records: Select * from TTT t where id in (select id from TTT s group id having count(id)>1) I dont know how to do this using JPQL, but I use query from 430,000 records

JPQL: Update fails using external object param

JOIN, and unfortunately JOIN is not supported in JPQL UPDATE queries. A better error

JPQL Update & Delete (JPA 1.0)

JPQL (Java Persistence Query Language) supports updating and deleting database objects by queries. Currently ObjectDB supports only JPQL SELECT (retrieval) queries.Delete queries are supported for JDOQL (JDO Query Language). support Support spring-data-jpa

JPQL Subqueries (JPA 1.0)

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

JPQL Case Statements (JPA 2.0)

JPQL 2.0 adds support of CASE statements for conditional expressions in queries, similarly to switch/case/default in Java, and based on the SQL syntax. Case statements are currently not supported by ObjectDB. support Support I wish to express also my interest in