boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

[data repo] comparison between fields #370

Open cazacugmihai opened 7 years ago

cazacugmihai commented 7 years ago

Is there a way to compare fields to each other?

Ex:

ObjectFilter.gt("field1", "field2")

where field1 and field2 are part of the same object.