Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ include::{example-dir-envers}/QueryAuditTest.java[tags=revisions-of-entity-query
The second additional feature you can use in queries for revisions is the ability to _maximize_/_minimize_ a property.

For example, if you want to select the smallest possible revision at which the value of the `createdOn`
attribute was larger then a given value,
attribute was larger than a given value,
you can run the following query:

[[revisions-of-entity-query-minimize-example]]
Expand Down
Loading