MCriteria.And, MCriteria.Between, MCriteria.ILike, MCriteria.Like, MCriteria.Not, MCriteria.Or, MCriteria.Simple, MCriteria.SimpleOp| Constructor and Description |
|---|
ILike(MAttribute attr,
String regexp)
Instantiates a new i like.
|
| Modifier and Type | Method and Description |
|---|---|
Criteria |
asEhcacheObject(ClassLoader loader) |
boolean |
equals(Object obj) |
MAttribute |
getAttribute()
Gets the attribute.
|
String |
getRegexp()
Gets the regexp.
|
int |
hashCode() |
String |
toString() |
public ILike(MAttribute attr, String regexp)
attr - the attrregexp - the regexppublic MAttribute getAttribute()
public String getRegexp()
public Criteria asEhcacheObject(ClassLoader loader)
asEhcacheObject in interface ModelElement<Criteria>Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.