Package com.oracle.coherence.cdi
Class WhereFilter.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<WhereFilter>
com.oracle.coherence.cdi.WhereFilter.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
WhereFilter
public static class WhereFilter.Literal
extends AnnotationLiteral<WhereFilter>
implements WhereFilter
An annotation literal for the
WhereFilter annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.WhereFilter
WhereFilter.Literal -
Method Summary
Modifier and TypeMethodDescriptionstatic WhereFilter.LiteralCreate aWhereFilter.Literal.value()The CohQL query expression.Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.annotation.Annotation
toString
-
Method Details
-
of
Create aWhereFilter.Literal.- Parameters:
sQuery- the CohQL query expression- Returns:
- a
WhereFilter.Literalwith the specified CohQL query
-
value
The CohQL query expression.- Returns:
- the CohQL query expression
-