You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/10/08 12:35:31 UTC

[GitHub] [commons-lang] garydgregory commented on issue #398: Add ComparableUtils

garydgregory commented on issue #398: Add ComparableUtils
URL: https://github.com/apache/commons-lang/pull/398#issuecomment-539491520
 
 
   This now reminds me of JPA's [`CriteriaBuilder`](https://docs.oracle.com/javaee/7/api/javax/persistence/criteria/CriteriaBuilder.html) and the work I did writing [_Java Persistence with Hibernate, Second Edition_](https://www.manning.com/books/java-persistence-with-hibernate-second-edition) where `CriteriaBuilder` includes shorthand methods like `le` for `lessThanOrEqualTo`, `lt` for `lessThan`, and so on. We should not implement `CriteriaBuilder` of course but rather get inspiration from it.
   
   Thoughts?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services