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