| Package | Description |
|---|---|
| com.manydesigns.elements.fields.search | |
| com.manydesigns.portofino.database | |
| com.manydesigns.portofino.persistence |
| Modifier and Type | Field and Description |
|---|---|
protected TextMatchMode |
TextSearchField.matchMode |
protected TextMatchMode |
BaseCriteria.LikeCriterion.textMatchMode |
protected TextMatchMode |
BaseCriteria.IlikeCriterion.textMatchMode |
| Modifier and Type | Method and Description |
|---|---|
TextMatchMode |
TextSearchField.getMatchMode() |
TextMatchMode |
BaseCriteria.LikeCriterion.getTextMatchMode() |
TextMatchMode |
BaseCriteria.IlikeCriterion.getTextMatchMode() |
static TextMatchMode |
TextMatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextMatchMode[] |
TextMatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Criteria |
Criteria.ilike(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
Criteria |
BaseCriteria.ilike(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
Criteria |
Criteria.like(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
Criteria |
BaseCriteria.like(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
void |
TextSearchField.setMatchMode(TextMatchMode matchMode) |
| Constructor and Description |
|---|
BaseCriteria.IlikeCriterion(PropertyAccessor accessor,
Object value,
TextMatchMode textMatchMode) |
BaseCriteria.LikeCriterion(PropertyAccessor accessor,
Object value,
TextMatchMode textMatchMode) |
| Modifier and Type | Method and Description |
|---|---|
TableCriteria |
TableCriteria.ilike(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
TableCriteria |
TableCriteria.like(PropertyAccessor accessor,
String value,
TextMatchMode textMatchMode) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
QueryUtils.processTextMatchMode(TextMatchMode textMatchMode,
String value) |