| Package | Description |
|---|---|
| cn.cliveyuan.robin.base.condition |
| Modifier and Type | Method and Description |
|---|---|
SqlLike |
Criterion.getSqlLike() |
static SqlLike |
SqlLike.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlLike[] |
SqlLike.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedCriteria.addLikeCriterion(SqlKeyword sqlKeyword,
SqlLike sqlLike,
Object value,
R column) |
| Constructor and Description |
|---|
Criterion(String condition,
Object value,
SqlLike sqlLike) |
Criterion(String condition,
Object value,
String typeHandler,
SqlLike sqlLike) |
Copyright © 2021. All rights reserved.