public class StringCriteria extends EvaluationCriteria<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTAINS |
static String |
ENDSWITH |
static String |
LIKE |
static String |
STARTSWITH |
| Constructor and Description |
|---|
StringCriteria(WhereFieldCollector wfc) |
| Modifier and Type | Method and Description |
|---|---|
void |
contains(String value) |
void |
endsWith(String value) |
String |
getMethod() |
String |
getValue() |
void |
like(String value) |
void |
startsWith(String value) |
eq, in, isNotNull, isNullpublic static final String CONTAINS
public static final String STARTSWITH
public static final String ENDSWITH
public static final String LIKE
public StringCriteria(WhereFieldCollector wfc)
Copyright © 2015. All rights reserved.