B C E G I M Q S T U
B
- BaseEO - com.louie.mapper中的类
-
抽象mapper
- BaseEO() - 类 的构造器com.louie.mapper.BaseEO
-
- bean - 类 中的变量com.louie.mapper.EOUtility
-
- buildInsert() - 类 中的方法com.louie.mapper.EOUtility
-
构建插入语句
- buildSelect(String) - 类 中的方法com.louie.mapper.EOUtility
-
创建查询语句
- buildUpdate(String) - 类 中的方法com.louie.mapper.EOUtility
-
构建更新语句
没有传入更新条件时默认以id为条件
C
- Column - com.louie.mapper中的注释类型
-
Created by Administrator on 2016/5/4.
- com.louie.mapper - 程序包 com.louie.mapper
-
E
- EOUtility - com.louie.mapper中的类
-
实体工具类
- EOUtility(BaseEO) - 类 的构造器com.louie.mapper.EOUtility
-
G
- Generate - com.louie.mapper中的注释类型
-
Created by Administrator on 2016/5/4.
- getAttributeValue(String) - 类 中的方法com.louie.mapper.EOUtility
-
get方法取值
- getColumn(String) - 类 中的方法com.louie.mapper.EOUtility
-
获取单列的数据库字段及实体类型
- getColums() - 类 中的方法com.louie.mapper.EOUtility
-
获取bean的属性字段和数据库字段对应关系以及实体中的数据类型
- getKey() - 类 中的方法com.louie.mapper.QType
-
- gettableName() - 类 中的方法com.louie.mapper.EOUtility
-
获取表名
标注不为空则取标注 否则取类名
- getType() - 类 中的方法com.louie.mapper.QType
-
I
- Id - com.louie.mapper中的注释类型
-
Created by Administrator on 2016/5/4.
- insertSQL() - 类 中的方法com.louie.mapper.BaseEO
-
构建插入语句
- isGenerate(String) - 类 中的方法com.louie.mapper.EOUtility
-
判断是否是自增
- isLazyField(Annotation[]) - 类 中的方法com.louie.mapper.EOUtility
-
本来是准备做懒加载判断的 现在改成临时字段处理
M
- mapRow(ResultSet, int) - 类 中的方法com.louie.mapper.BaseEO
-
spring的rowmapper实现
Q
- QType - com.louie.mapper中的类
-
- QType(String, Type) - 类 的构造器com.louie.mapper.QType
-
S
- selectSQL(String) - 类 中的方法com.louie.mapper.BaseEO
-
构建单表查询语句
- setAttributeValue(String, Object) - 类 中的方法com.louie.mapper.EOUtility
-
调用set方法赋值
- setKey(String) - 类 中的方法com.louie.mapper.QType
-
- setType(Type) - 类 中的方法com.louie.mapper.QType
-
T
- Table - com.louie.mapper中的注释类型
-
Created by Administrator on 2016/5/4.
- Transient - com.louie.mapper中的注释类型
-
Created by Administrator on 2016/5/4.
U
- updateSQL(String) - 类 中的方法com.louie.mapper.BaseEO
-
构建更新语句
B C E G I M Q S T U
Copyright © 2016. All rights reserved.