Interface UserDefinedCriteriaContext

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface UserDefinedCriteriaContext
Represents a user-defined comparison criteria declaration.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a user-defined operation to the criteria declaration by accepting a function that configures the provided Builder.
  • Method Details

    • add

      Adds a user-defined operation to the criteria declaration by accepting a function that configures the provided Builder.
      Parameters:
      builderBlock - a Consumer used to configure the Builder for appending SQL code, expressions, or other operations