public final class CustomAutoSqlToken extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
atIn
support list and set, transfer as : in (1,2) or in ('a','b')
eg:
userid in #{userid @in} userid in #{userid@in} |
static String |
endIf |
static String |
isNotBlank
if value of parameter is not null and not empty string,will transfer.
|
static String |
isNotNull
the parameter is not null,will transfer.
|
static String |
percent
just use in like
|
static String |
toIsNULL1
when the value is null, name=#{name@toIsNULL1} -> name is null (delete one char '='
|
static String |
toIsNULL2
when the value is null, num>=#{num@toIsNULL2} -> name is null (delete two char '>=')
|
public static final String isNotNull
public static final String isNotBlank
public static final String endIf
public static final String atIn
public static final String toIsNULL1
public static final String toIsNULL2
public static final String percent
Copyright © 2024. All rights reserved.