Package 

Class JPAWhereBuilder


  • 
    public final class JPAWhereBuilder<T extends Object>
    
                        

    Running block with this class as its receiver will allow you to write expressions like this: Person::age lt 25.

    Containing these functions in this class will prevent polluting of the KProperty1 interface and also makes it type-safe?