Package | Description |
---|---|
tech.ibit.mybatis.sqlbuilder.sql | |
tech.ibit.mybatis.sqlbuilder.sql.impl | |
tech.ibit.mybatis.sqlbuilder.sql.support.impl | |
tech.ibit.mybatis.utils |
Modifier and Type | Interface and Description |
---|---|
interface |
CountSql
定义计数接口
|
interface |
DeleteSql
DeleteSql
|
interface |
QuerySql<T>
定义搜索接口
|
interface |
UpdateSql
UpdateSql
|
Modifier and Type | Class and Description |
---|---|
class |
CountSqlImpl
CountSql实现
|
class |
DeleteSqlImpl
DeleteSql实现
|
class |
QuerySqlImpl<T>
QuerySql实现
|
class |
UpdateSqlImpl
UpdateSql实现
|
Modifier and Type | Class and Description |
---|---|
class |
WhereSupportImpl<T>
WhereSupport实现
|
Modifier and Type | Method and Description |
---|---|
static void |
MapperUtils.addExactKeywords(WhereSupport<?> sql,
String keyword,
List<Column> searchColumns,
List<Column> exactSearchColumns)
增加精确搜索关键字
|
static void |
MapperUtils.addKeywords(WhereSupport<?> sql,
String keyword,
List<Column> searchColumns)
增加关键字查询参数
|
Copyright © 2020 IBIT程序猿. All rights reserved.