| Modifier and Type | Class and Description |
|---|---|
static class |
Param.AndOr |
static class |
Param.Builder
helps building a list of Param, by default supports a bit of syntax in
String values: "is [not] null/empty" and ! at the beginning of a value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Param.AndOr |
getAndOr() |
String |
getNot() |
String |
getOperator() |
String |
getParamKey()
for native queries this key should be a numeric positional parameter
|
Class |
getParamType() |
Object |
getParamValue() |
String |
getPropertyPath() |
int |
hashCode() |
boolean |
isCaseInsensitive() |
boolean |
isSkipSetValue() |
static List<Param> |
one(String key,
Object value)
call
#one(java.lang.String, java.lang.Object, boolean, org.fryske_akademy.ejb.Param.Builder.WildcardMapping)
with true, Param.Builder.DEFAULT_MAPPING and false |
static List<Param> |
one(String key,
Object value,
boolean syntaxSupport,
Param.Builder.WildcardMapping wildcardMapping,
boolean caseInsensitive) |
String |
toString() |
public static List<Param> one(String key, Object value)
#one(java.lang.String, java.lang.Object, boolean, org.fryske_akademy.ejb.Param.Builder.WildcardMapping)
with true, Param.Builder.DEFAULT_MAPPING and falsekey - value - public static List<Param> one(String key, Object value, boolean syntaxSupport, Param.Builder.WildcardMapping wildcardMapping, boolean caseInsensitive)
key - value - syntaxSupport - wildcardMapping - caseInsensitive - Builder#Builder(boolean,
org.fryske_akademy.ejb.Param.Builder.WildcardMapping, boolean)public String getPropertyPath()
public String getParamKey()
public String getOperator()
public Object getParamValue()
public String getNot()
public Param.AndOr getAndOr()
public boolean isSkipSetValue()
public Class getParamType()
public boolean isCaseInsensitive()
Copyright © 2018 Fryske Akademy. All rights reserved.