Class RawQueryMethodMatcher
java.lang.Object
io.micronaut.data.processor.visitors.finders.RawQueryMethodMatcher
- All Implemented Interfaces:
- io.micronaut.core.order.Ordered,- MethodMatcher
Finder with custom defied query used to return a single result.
- Since:
- 2.4.0
- Author:
- Denis Stepanov
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcherMethodMatcher.MethodMatch
- 
Field SummaryFields inherited from interface io.micronaut.data.processor.visitors.finders.MethodMatcherDEFAULT_POSITIONFields inherited from interface io.micronaut.core.order.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RawQueryMethodMatcherpublic RawQueryMethodMatcher()Default constructor.
 
- 
- 
Method Details- 
getOrderpublic final int getOrder()- Specified by:
- getOrderin interface- MethodMatcher
- Specified by:
- getOrderin interface- io.micronaut.core.order.Ordered
 
- 
match- Specified by:
- matchin interface- MethodMatcher
 
 
-