public class ExistsByFinder extends DynamicFinder
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String[] | PREFIXESThe prefixes used. | 
OPERATOR_AND, OPERATOR_OR, OPERATORSpatternDEFAULT_POSITION| Constructor and Description | 
|---|
| ExistsByFinder()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MethodMatchInfo | buildInfo(MethodMatchContext matchContext,
         io.micronaut.inject.ast.ClassElement queryResultType,
         QueryModel query)Build the  MethodMatchInfo. | 
| boolean | isMethodMatch(io.micronaut.inject.ast.MethodElement methodElement,
             MatchContext matchContext)Checks whether the given method is a match. | 
buildMatchInfo, hasQueryAnnotationapplyForUpdate, applyJoinSpecs, applyOrderBy, buildRawQuery, getInterceptorElement, getInterceptorElement, getOperationType, isPage, isSlice, joinSpecsAtMatchContext, matchForUpdate, matchOrder, matchProjections, resolveFindInterceptor, resolveInterceptorType, resolveInterceptorTypeByOperationType, resolveReactiveInterceptorTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrderpublic boolean isMethodMatch(io.micronaut.inject.ast.MethodElement methodElement,
                             MatchContext matchContext)
DynamicFinderisMethodMatch in interface MethodCandidateisMethodMatch in class DynamicFindermethodElement - The method elementmatchContext - The match context. Never null.@Nullable protected MethodMatchInfo buildInfo(@NonNull MethodMatchContext matchContext, @NonNull io.micronaut.inject.ast.ClassElement queryResultType, @Nullable QueryModel query)
AbstractPatternBasedMethodMethodMatchInfo.buildInfo in class AbstractPatternBasedMethodmatchContext - The match contextqueryResultType - The query result typequery - The query