Package | Description |
---|---|
net.ymate.platform.persistence.jdbc.base | |
net.ymate.platform.persistence.jdbc.base.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
IBatchUpdateOperator
数据库批量更新操作者接口定义
|
interface |
IProcedureOperator<T>
数据库存储过程操作器接口定义
|
interface |
IQueryOperator<T>
数据库查询操作器接口定义
|
interface |
IUpdateOperator
数据库更新操作器接口定义
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperator
数据库操作器接口抽象实现
|
Modifier and Type | Method and Description |
---|---|
IOperator |
AbstractOperator.addParameter(Object parameter) |
IOperator |
IOperator.addParameter(Object parameter)
添加SQL参数,若参数为NULL则将默认向SQL传递NULL值对象
|
IOperator |
AbstractOperator.addParameter(SQLParameter parameter) |
IOperator |
IOperator.addParameter(SQLParameter parameter)
添加SQL参数,若参数为NULL则忽略
|
Modifier and Type | Class and Description |
---|---|
class |
BatchUpdateOperator
数据库批量更新操作器实现
|
class |
DefaultProcedureOperator<T>
数据库存储过程操作器接口实现
|
class |
DefaultQueryOperator<T>
数据库查询操作器接口实现
|
class |
DefaultUpdateOperator
数据库更新操作器接口实现
|
Modifier and Type | Method and Description |
---|---|
IOperator |
BatchUpdateOperator.addParameter(Object parameter) |
IOperator |
BatchUpdateOperator.addParameter(SQLParameter parameter) |
Copyright © 2022. All rights reserved.