You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException
at org.grails.datastore.mapping.model.AbstractPersistentEntity.isIdentityName(AbstractPersistentEntity.java:292)
at org.grails.datastore.bson.query.BsonQuery.getPropertyName(BsonQuery.java:698)
at org.grails.datastore.bson.query.BsonQuery.getPropertyName(BsonQuery.java:694)
The text was updated successfully, but these errors were encountered:
This issue is WIP - I apologize for the lack of detail at this point. I will be adding to it presently.
I have a simple POGO class that has an embedded property
I would like to generate a query on an embedded field:
Fails with
The text was updated successfully, but these errors were encountered: