Package | Description |
---|---|
tech.ibit.mybatis.sqlbuilder | |
tech.ibit.mybatis.sqlbuilder.sql.support.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
IOrderBy
定义OrderBy接口
|
Modifier and Type | Class and Description |
---|---|
class |
Criteria
查询条件(where 或 having)
|
class |
CriteriaItem
条件内容对象
|
class |
CustomOrderBy
自定义排序
|
class |
FlagCriteriaItem
标记位查询条件
|
class |
JoinOn
定义JoinOn
|
class |
OrderBy
定义排序类
|
class |
SetItem
设置项
|
Modifier and Type | Method and Description |
---|---|
default PrepareStatement |
PrepareStatementBuildSupport.getPrepareStatement(String hook,
List<? extends PrepareStatementSupplier> clauses,
String separator,
boolean useAlias)
获取 PrepareStatement
|
default PrepareStatement |
PrepareStatementBuildSupport.getPrepareStatement(String hook,
List<? extends PrepareStatementSupplier> clauses,
String separator,
String close,
boolean useAlias)
获取 PrepareStatement
|
Copyright © 2020 IBIT程序猿. All rights reserved.