public class Param extends Object implements Serializable
building
a jpql query, adds spaces where needed.| 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" and ! at the beginning of a value.
|
| Modifier and Type | Method and Description |
|---|---|
Param.AndOr |
getAndOr() |
String |
getNot() |
String |
getOperator() |
String |
getParamKey() |
Serializable |
getParamValue() |
String |
getPropertyPath() |
boolean |
isSkipSetValue() |
String |
toString() |
public String getPropertyPath()
public String getParamKey()
public String getOperator()
public Serializable getParamValue()
public String getNot()
public Param.AndOr getAndOr()
public boolean isSkipSetValue()
Copyright © 2018 Fryske Akademy. All rights reserved.