JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
J
L
M
O
P
R
S
T
U
V
E
execComplexProc(String, Integer, Parameter...)
- Method in class bap.core.dao.
BaseDao
功能描述:
调用复杂的存储过程或者函数。
execComplexProc(String, Parameter...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行没有返回值的复杂存储过程或者函数
execComplexProc(String, Integer, List<Parameter>)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行复杂存储过程或者函数
execComplexProc(String, List<Parameter>)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行没有返回值的复杂存储过程或者函数
execNoResultHql(String, Object...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行无结果集的hql
execNoResultProc(String, Object...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行无结果集,无返回值,无输出参数的存储过程
execNoResultSql(String, Object...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行无结果集的sql
execSqlWithResult(String, Object...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行sql语句
execWithListProc(String, Object...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行返回的结果仅为一个数据库表的结果集的存储过程,同时不能有返回值和输出参数。
execWithMappingEntityListProc(Class<T>, String, Object...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行返回的结果对应的是实体类对应的的一个数据库表的结果集的存储过程.
execWithUniqueResultProc(String, Object...)
- Method in class bap.core.dao.
BaseDao
功能描述:
执行返回的结果集有且只有一行一列的数据的存储过程。存储过程不能有返回值,不能有输出参数
A
B
C
D
E
F
G
I
J
L
M
O
P
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes