Skip to content

Conversation

christophstrobl
Copy link
Member

This allows to obtain the raw Json representation of the query for eg. debug usage.
We also updated the toString method to return a full Mongo Shell compatible representation of the query including projections, order, skip and limit.

where(p.lastname.eq("Matthews")).orderBy(p.firstname.asc()).offset(1).limit(5);
find({"lastname" : "Matthews"}).sort({"firstname" : 1}).skip(1).limit(5)

christophstrobl and others added 3 commits July 31, 2019 10:43
This allows to obtain the raw Json representation of the query for eg. debug usage.
We also updated the toString method to return a full Mongo Shell compatible representation of the query including projections, order, skip and limit.
Add support for DBRef encoding. Update Javadoc.
mp911de pushed a commit that referenced this pull request Aug 1, 2019
This allows to obtain the raw Json representation of the query for eg. debug usage.
We also updated the toString method to return a full Mongo Shell compatible representation of the query including projections, order, skip and limit.

Original pull request: #774.
mp911de added a commit that referenced this pull request Aug 1, 2019
Add support for DBRef encoding. Update Javadoc.

Original pull request: #774.
@mp911de
Copy link
Member

mp911de commented Aug 1, 2019

That's merged now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants