This issue can't be edited

Because it belongs to an archived project. Jira admins can restore projects from the archive.

Support object comparison in JPQL queries for MongoDB and Neo4j

Description

See comments below for various examples of queries which should be supported.

Note that it only makes sense for MongoDB and Neo4j at the moment.

Environment

None

Activity

Show:

David CLEMENTMarch 16, 2016 at 10:30 AM
Edited

Yes, no other possibility than NPE

java.lang.NullPointerException
at org.hibernate.ogm.type.impl.ManyToOneType.getIdGridType(ManyToOneType.java:56)
at org.hibernate.ogm.type.impl.ManyToOneType.nullSafeSet(ManyToOneType.java:64)
at org.hibernate.ogm.query.parsing.impl.ParserPropertyHelper.convertToBackendType(ParserPropertyHelper.java:66)

Still there is 5.0

Honza BrazdilApril 15, 2015 at 8:30 AM
Edited

While I was trying to compare entities I got NPE.

FIY I tryied to find out why and it was because in:
Neo4jDialect.getNamedParameterValuesConvertedByGridType()
is called
gridType.nullSafeSet with last parameter (session) null
and in
ManyToOneType.getIdGridType()
is called a method on the session resulting in NPE.

Emmanuel BernardFebruary 19, 2015 at 8:53 PM

Would be a nice to have in 4.2

Emmanuel BernardDecember 3, 2014 at 2:25 PM

"select c from Customer c where c.country = :country"

query.setParameter("country", country);

Gunnar MorlingMay 22, 2014 at 10:19 AM

, Can you add an example for a query you'd like to see supported?

Fixed

Details

Assignee

Reporter

Participants

David CLEMENT
Emmanuel Bernard
Guillaume Scheibel
Guillaume Smet
Gunnar Morling
Honza Brazdil

Components

Fix versions

Priority

Created October 20, 2013 at 4:01 PM
Updated June 30, 2016 at 1:28 PM
Resolved May 20, 2016 at 4:05 PM