| 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 |
|---|---|
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() |
boolean |
isSkipSetValue() |
static List<Param> |
one(String key,
Object value)
|
static List<Param> |
one(String key,
Object value,
boolean syntaxSupport,
Param.Builder.WildcardMapping wildcardMapping) |
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 and
Param.Builder.DEFAULT_MAPPINGkey - value - public static List<Param> one(String key, Object value, boolean syntaxSupport, Param.Builder.WildcardMapping wildcardMapping)
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()
Copyright © 2018 Fryske Akademy. All rights reserved.