Uses of Interface
org.seasar.doma.jdbc.criteria.declaration.UserDefinedCriteriaContext
Packages that use UserDefinedCriteriaContext
Package
Description
Provides classes that build the criteria query statements.
-
Uses of UserDefinedCriteriaContext in org.seasar.doma.jdbc.criteria.declaration
Method parameters in org.seasar.doma.jdbc.criteria.declaration with type arguments of type UserDefinedCriteriaContextModifier and TypeMethodDescription<EXTENSION>
voidComparisonDeclaration.extension(Function<UserDefinedCriteriaContext, EXTENSION> construct, Consumer<EXTENSION> extensionBlock) Add a declaring a user-defined extension.