Module org.seasar.doma.core
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.
Represents a user-defined comparison criteria declaration.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Consumer<UserDefinedCriteriaContext.Builder> builderBlock) Adds a user-defined operation to the criteria declaration by accepting a function that configures the providedBuilder.
-
Method Details
-
add
Adds a user-defined operation to the criteria declaration by accepting a function that configures the providedBuilder.- Parameters:
builderBlock- aConsumerused to configure theBuilderfor appending SQL code, expressions, or other operations
-