This commit is contained in:
kamhung
2015-11-20 16:32:12 +08:00
parent ac4fde73be
commit 2107f73774

View File

@@ -33,14 +33,6 @@ public @interface FilterColumn {
*/
long least() default 1;
/**
* LIKE、NOT LIKE时是否区分大小写, 由IGNORECASELIKE、IGNORECASENOTLIKE代替
* <p>
* @return
*/
@Deprecated
boolean ignoreCase() default false;
/**
* express的默认值根据字段类型的不同而不同:
* 数组 --> IN