A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractDbUtilsHaloDao<T> - cn.tangjiabao.halodb.dbutils.dao.impl中的类
依赖DbUtils的操作的抽象类
AbstractDbUtilsHaloDao() - 类 的构造器cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
AbstractHaloDao<T> - cn.tangjiabao.halodb.core中的类
抽象的HaloDao:包含增删改查
AbstractHaloDao() - 类 的构造器cn.tangjiabao.halodb.core.AbstractHaloDao
 
ADDBEGIN - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.Instruction
 
addBegin(Object) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置查询结果的开始条数
addDays(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
ADDEND - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.Instruction
 
addEnd(Object) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置查询结果的结束条数
ADDGROUP - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.Instruction
 
addGroup(String...) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置分组参数
addHours(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
addMilliseconds(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
addMinutes(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
addMonths(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
ADDORDER - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.Instruction
 
addOrder(String...) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置排序参数
addParamNames(String, int, int) - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
addSeconds(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
addStr(String...) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
拼接字符串
addStr(Object...) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
拼接字符串
addWeeks(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
addYears(Date, int) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
analyzeAliasMap(ConcurrentHashMap<String, Boolean>, XmlUtils, HashMap<Integer, String>) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
分析aliasMap
analyzeKey(ColumnCondition, String, Object) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
分析key值
analyzeSelectColumn(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
分析查询字段语句
ArrayHandler - cn.tangjiabao.halodb.dbutils.handlers中的类
ResultSetHandler implementation that converts a ResultSet into an Object[].
ArrayHandler() - 类 的构造器cn.tangjiabao.halodb.dbutils.handlers.ArrayHandler
Creates a new instance of ArrayHandler using a BasicRowProcessor for conversion.
ArrayHandler(RowProcessor) - 类 的构造器cn.tangjiabao.halodb.dbutils.handlers.ArrayHandler
Creates a new instance of ArrayHandler.
ArrayUtils - cn.tangjiabao.halodb.utils.array中的类
列表组件
ArrayUtils() - 类 的构造器cn.tangjiabao.halodb.utils.array.ArrayUtils
 
Assert - cn.tangjiabao.halodb.utils中的类
增强的[断言]功能的工具类。
attr(String, Object[]) - 类 中的静态方法cn.tangjiabao.halodb.utils.logger.LogUtils
输出数组

B

Base - cn.tangjiabao.halodb.utils中的类
基础类
Base() - 类 的构造器cn.tangjiabao.halodb.utils.Base
 
BeanProcessor - cn.tangjiabao.halodb.dbutils.bean中的类
bean处理器
BeanProcessor() - 类 的构造器cn.tangjiabao.halodb.dbutils.bean.BeanProcessor
 
BeanUtils - cn.tangjiabao.halodb.utils.bean中的类
 
BeanUtils() - 类 的构造器cn.tangjiabao.halodb.utils.bean.BeanUtils
 
buildMessage(String, Throwable) - 类 中的静态方法cn.tangjiabao.halodb.core.exception.NestedExceptionUtils
Build a message for the given base message and root cause.
buildValueArray(ParsedSql, Map<String, Object>) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.named.NamedParameterUtils
获得sql所需参数

C

callProc(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
调用存储过程
callProc(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
callProcedure(String, Object...) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
调用存储过程
callProcedure(String, Object...) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
执行存储过程
callProcedure(String, Object...) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
执行存储过程
callProcedureList(String, Object...) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
调用存储过程
callProcedureList(String, Object...) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
执行存储过程
callProcedureList(String, Object...) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
执行存储过程
callProcList(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
调用存储过程
callProcList(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
CannotGetConnectionException - cn.tangjiabao.halodb.core.exception中的异常错误
得不到连接
CannotGetConnectionException(String, SQLException) - 异常错误 的构造器cn.tangjiabao.halodb.core.exception.CannotGetConnectionException
 
capitalize(String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
CHAR - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.CharToNum
 
CheckSpace(String) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
检查是否含空格:值不允许空格
CK - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
ClassUtils - cn.tangjiabao.halodb.utils.clazz中的类
类组件
ClassUtils() - 类 的构造器cn.tangjiabao.halodb.utils.clazz.ClassUtils
 
cn.tangjiabao.halodb.core - 程序包 cn.tangjiabao.halodb.core
 
cn.tangjiabao.halodb.core.annotation - 程序包 cn.tangjiabao.halodb.core.annotation
 
cn.tangjiabao.halodb.core.base - 程序包 cn.tangjiabao.halodb.core.base
 
cn.tangjiabao.halodb.core.bean - 程序包 cn.tangjiabao.halodb.core.bean
 
cn.tangjiabao.halodb.core.constant - 程序包 cn.tangjiabao.halodb.core.constant
 
cn.tangjiabao.halodb.core.dialect - 程序包 cn.tangjiabao.halodb.core.dialect
 
cn.tangjiabao.halodb.core.enums - 程序包 cn.tangjiabao.halodb.core.enums
 
cn.tangjiabao.halodb.core.exception - 程序包 cn.tangjiabao.halodb.core.exception
 
cn.tangjiabao.halodb.core.map - 程序包 cn.tangjiabao.halodb.core.map
 
cn.tangjiabao.halodb.core.page - 程序包 cn.tangjiabao.halodb.core.page
 
cn.tangjiabao.halodb.core.page.impl - 程序包 cn.tangjiabao.halodb.core.page.impl
 
cn.tangjiabao.halodb.core.utils.named - 程序包 cn.tangjiabao.halodb.core.utils.named
 
cn.tangjiabao.halodb.core.utils.orm - 程序包 cn.tangjiabao.halodb.core.utils.orm
 
cn.tangjiabao.halodb.core.utils.sql - 程序包 cn.tangjiabao.halodb.core.utils.sql
 
cn.tangjiabao.halodb.core.utils.xml - 程序包 cn.tangjiabao.halodb.core.utils.xml
 
cn.tangjiabao.halodb.dbutils - 程序包 cn.tangjiabao.halodb.dbutils
 
cn.tangjiabao.halodb.dbutils.bean - 程序包 cn.tangjiabao.halodb.dbutils.bean
 
cn.tangjiabao.halodb.dbutils.dao - 程序包 cn.tangjiabao.halodb.dbutils.dao
 
cn.tangjiabao.halodb.dbutils.dao.impl - 程序包 cn.tangjiabao.halodb.dbutils.dao.impl
 
cn.tangjiabao.halodb.dbutils.handlers - 程序包 cn.tangjiabao.halodb.dbutils.handlers
 
cn.tangjiabao.halodb.utils - 程序包 cn.tangjiabao.halodb.utils
 
cn.tangjiabao.halodb.utils.array - 程序包 cn.tangjiabao.halodb.utils.array
 
cn.tangjiabao.halodb.utils.bean - 程序包 cn.tangjiabao.halodb.utils.bean
 
cn.tangjiabao.halodb.utils.clazz - 程序包 cn.tangjiabao.halodb.utils.clazz
 
cn.tangjiabao.halodb.utils.convert - 程序包 cn.tangjiabao.halodb.utils.convert
 
cn.tangjiabao.halodb.utils.exception - 程序包 cn.tangjiabao.halodb.utils.exception
 
cn.tangjiabao.halodb.utils.file - 程序包 cn.tangjiabao.halodb.utils.file
 
cn.tangjiabao.halodb.utils.logger - 程序包 cn.tangjiabao.halodb.utils.logger
 
cn.tangjiabao.halodb.utils.map - 程序包 cn.tangjiabao.halodb.utils.map
 
cn.tangjiabao.halodb.utils.md5 - 程序包 cn.tangjiabao.halodb.utils.md5
 
cn.tangjiabao.halodb.utils.string - 程序包 cn.tangjiabao.halodb.utils.string
 
cn.tangjiabao.halodb.utils.template - 程序包 cn.tangjiabao.halodb.utils.template
 
cn.tangjiabao.halodb.utils.time - 程序包 cn.tangjiabao.halodb.utils.time
 
cn.tangjiabao.third.utils.string - 程序包 cn.tangjiabao.third.utils.string
 
cn.tangjiabao.third.utils.time - 程序包 cn.tangjiabao.third.utils.time
 
COLUMN - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.ColumnOrder
 
ColumnCondition - cn.tangjiabao.halodb.core.bean中的类
字段条件中转实体
ColumnCondition() - 类 的构造器cn.tangjiabao.halodb.core.bean.ColumnCondition
 
contains(Class<?>) - 异常错误 中的方法cn.tangjiabao.halodb.core.exception.NestedRuntimeException
Check whether this exception contains an exception of the given type: either it is of the given class itself or it contains a nested cause of the given type.
convertToDate(Object) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
转换成Date类型
ConvertUtils - cn.tangjiabao.halodb.utils.convert中的类
TODO 简单方式(效率高)实现类型转换,细节部分会不如ConvertUtils :ConvertUtils一次类型转换需要69ms 有点代价过高 不过多个也大概是这个时间?
ConvertUtils() - 类 的构造器cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
convertValue(Object, String, String) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
值转换成字段对应的类型
countMatches(CharSequence, CharSequence) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
countMatches(CharSequence, char) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
countMySqlResult(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
计算sql的条数
countMySqlResult(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
createBean(ResultSet, ResultSetMetaData, T, Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.dbutils.bean.BeanProcessor
创建bean
createFolder(File) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
 
cud(String, MyHashMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
执行增删改语句
cud(String, MyHashMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
执行从xml中获取更新的Sql
cud(String, MyHashMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
执行从xml获取的更新Sql

D

dateString(Date) - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
dateString() - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
DateUtils - cn.tangjiabao.halodb.utils.time中的类
日期组件
DateUtils - cn.tangjiabao.third.utils.time中的类
 
DateUtils() - 类 的构造器cn.tangjiabao.third.utils.time.DateUtils
 
DbUtilsEx - cn.tangjiabao.halodb.dbutils中的类
DbUtils扩展组件
DbUtilsEx() - 类 的构造器cn.tangjiabao.halodb.dbutils.DbUtilsEx
 
DbUtilsHaloDao<T> - cn.tangjiabao.halodb.dbutils.dao.impl中的类
普通的Dao
DbUtilsHaloDao() - 类 的构造器cn.tangjiabao.halodb.dbutils.dao.impl.DbUtilsHaloDao
 
delete(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
删除SQL
delete(HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
删除
delete(T) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
根据实体删除
delete(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
删除
delete(T) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
根据实体删除
delete(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
deleteById(Object) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
根据Id删除
deleteById(Object) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
根据Id删除
dialect - 类 中的变量cn.tangjiabao.halodb.core.AbstractHaloDao
 
Dialect - cn.tangjiabao.halodb.core.dialect中的接口
方言接口
DialectType - cn.tangjiabao.halodb.core.dialect中的枚举
方言类型
DIANINALIAS - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
doesNotContain(String, String, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的字符串中包含另一个子字符串,如果断言不准确则根据message参数抛出异常。
doesNotContain(String, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的字符串中包含另一个子字符串,如果断言不准确则抛出默认的异常。

E

Entity - cn.tangjiabao.halodb.core.bean中的类
实体信息
Entity() - 类 的构造器cn.tangjiabao.halodb.core.bean.Entity
 
EntityField - cn.tangjiabao.halodb.core.bean中的类
实体字段信息
EntityField() - 类 的构造器cn.tangjiabao.halodb.core.bean.EntityField
 
entityMap - 类 中的静态变量cn.tangjiabao.halodb.core.base.HaloCore
 
entityType - 类 中的变量cn.tangjiabao.halodb.core.base.HaloCore
 
ExceptionUtils - cn.tangjiabao.halodb.utils.exception中的类
 
ExceptionUtils() - 类 的构造器cn.tangjiabao.halodb.utils.exception.ExceptionUtils
 

F

FieldInfo - cn.tangjiabao.halodb.core.annotation中的注释类型
字段的信息,用于代码生成codegen
FileUtils - cn.tangjiabao.halodb.utils.file中的类
文件组件
FileUtils() - 类 的构造器cn.tangjiabao.halodb.utils.file.FileUtils
 
filterKey(String) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
处理key值
findById(Object) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
根据Id查询
findById(Object) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
根据Id查找
findById(Object) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
根据Id查找
findFirst(HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
查询第一条
findFirst(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
查询第一条数据
findFirst(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
查询第一条
findList(HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
查询列表
findList(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
查询列表
findList(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
查询列表
findOne(HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
查询唯一一条
findOne(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
查询唯一一条
findOne(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
查询唯一一条
findPage(IPage<T>, HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
分页查询
findPage(IPage<T>, HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
分页查找
findPage(IPage<T>, HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
分页查找
findUnique(HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
查询唯一一条
findUnique(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
查询唯一一条
findUnique(HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloViewDao
查找唯一一条
format(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.sql.SQLFormatter
 
format(Object...) - 类 中的静态方法cn.tangjiabao.halodb.utils.logger.LogUtils
美化日志输出
format(String, Object...) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
简单模板实现
format(Date) - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
format(String, Date) - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
formatOL(String, Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.logger.LogUtils
简单美化输出
forName(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.clazz.ClassUtils
 

G

generateCudSqlFromXml(String, HashMap<String, Object>) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
从xml获取可CUD的Sql
generateDeleteByIdSql(Object) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成根据Id删除Sql
generateDeleteSql(HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成删除sql
generateFindByIdSql(Object) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成根据Id查找语句
generateInsertSql(T) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成插入Sql
generateProcedureSql(String, int) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成存储过程Sql
generateQuerySql(HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成查询sql
generateUpdateEntitySql(T, String...) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成更新实体Sql
generateUpdateSql(T, HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
生成更新Sql
get(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getAd() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.HaloTime
 
getAd() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.SearchOperator
 
getAlias() - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
getAliasFromSql(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
从sql语句中获得alias
getAliasMap() - 类 中的方法cn.tangjiabao.halodb.core.bean.SelectColumn
 
getAliasMap() - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
getAndOr() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getBigDecimal(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getBoolean(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getClassLoader() - 类 中的方法cn.tangjiabao.halodb.utils.file.FileUtils
 
getClasspath() - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
getClassPath(String, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
 
getClassPath(Class<?>) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
获得类文件
getClassPath(Class<?>, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
 
getColumn(String) - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
获得字段
getColumnMappingAlias(Map<String, Boolean>, XmlUtils) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
获取字段sql中的alias
getColumnName() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getColumnName() - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
getColumnSql() - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
 
getCondition() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getConnection(DataSource) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
getConnection(DataSource) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.DbUtilsHaloDao
 
getConnection(DataSource) - 类 中的静态方法cn.tangjiabao.halodb.dbutils.DbUtilsEx
 
getCookedColumnSql() - 类 中的方法cn.tangjiabao.halodb.core.bean.SelectColumn
 
getCookedValue() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getCUDSql(String) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
替换HaloView
getDate(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getDependAliasByField(String) - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
根据field找到alias
getDependField() - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
getDesc() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.HaloTime
 
getDesc() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.HaloType
 
getDesc() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.SearchOperator
 
getDirectValue() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getDouble(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getEncoding() - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
 
getEntities() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回当页数据。
getEntities() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回当页数据。
getEntityCount() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
设置总记录数。
getEntityCount() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
设置总记录数。
getEntityName() - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
 
getEntityName() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getEntityType() - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
 
getField() - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
getFieldMap() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getFieldName() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getFieldName() - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
getFieldType(String, XmlUtils) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
获取字段的类型
getFileExt(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
取指定文件的扩展名
getFirstEntityIndex() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回当前页中第一条记录对应的序号,该序号是从0开始计算的。
getFirstEntityIndex() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回当前页中第一条记录对应的序号,该序号是从0开始计算的。
getFloat(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getFolderPath(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
创建并获得路径
getGMTTimeZone() - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
getId(T) - 类 中的方法cn.tangjiabao.halodb.core.HaloSoul
获取Id值
getIdColumnName() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getIdFieldName() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getIdModel() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getIdModel() - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
getIdName() - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
getIdType() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getIfQuery() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getInstanceEntity() - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
实例化该实体
getInteger(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getIsBaseType() - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
getIsColumn() - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
getIsId() - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
getJoin(String) - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
根据alias获得连接信息
getJoinMap() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getJoinSql(HashMap<Integer, String>) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
获得joinSql
getJoinSql() - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
getLabel(String, String) - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
根据Id获得Label的值
getLastEntityIndex() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回当前页中最后一条记录对应的序号,该序号是从0开始计算的。
getLastEntityIndex() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回当前页中最后一条记录对应的序号,该序号是从0开始计算的。
getLastModified() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getLeftBracket() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getLevel() - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
getLong(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getMD5(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.md5.MD5Util
 
getMD5(byte[]) - 类 中的静态方法cn.tangjiabao.halodb.utils.md5.MD5Util
 
getMessage() - 异常错误 中的方法cn.tangjiabao.halodb.core.exception.NestedRuntimeException
Return the detail message, including the message from the nested exception if there is one.
getMostSpecificCause() - 异常错误 中的方法cn.tangjiabao.halodb.core.exception.NestedRuntimeException
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
getName() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.HaloTime
 
getName() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.HaloType
 
getNamedParamCount() - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
getOrder(List<String>, Object, XmlUtils) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
获取排序sql的List
getOrderSql(String, XmlUtils) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
获得排序sql
getOrgColumnSql() - 类 中的方法cn.tangjiabao.halodb.core.bean.SelectColumn
 
getOrgTableSql() - 类 中的方法cn.tangjiabao.halodb.core.bean.TableSql
 
getOriginalKey() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getOriginalSql() - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
getPageCount() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回总的记录页数。
getPageCount() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回总的记录页数。
getPageNo() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回要提取的页的序号,该序号是从1开始计算的。
getPageNo() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回要提取的页的序号,该序号是从1开始计算的。
getPageSize() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回每一页的大小,即每页的记录数。
getPageSize() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回每一页的大小,即每页的记录数。
getPageSql(String, int, int) - 接口 中的方法cn.tangjiabao.halodb.core.dialect.Dialect
获取分页的sql
getPageSql(String, int, int) - 类 中的方法cn.tangjiabao.halodb.core.dialect.MySQLDialect
 
getParameterNum() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getParameters() - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
getParamIndexs(int) - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
getParamNames() - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
getParams() - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlFragment
 
getParams() - 类 中的方法cn.tangjiabao.halodb.core.bean.TableSql
 
getPattern() - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
获得可以转换的时间格式
getRightBracket() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getRootCause() - 异常错误 中的方法cn.tangjiabao.halodb.core.exception.NestedRuntimeException
Retrieve the innermost cause of this exception, if any.
getShort(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getSql() - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlFragment
 
getSql() - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
getSql(String) - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
获得Sql片段
getSqlFragment() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getStackTrace(Throwable) - 类 中的静态方法cn.tangjiabao.halodb.utils.exception.ExceptionUtils
 
getString(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
getSymbol() - 枚举 中的方法cn.tangjiabao.halodb.core.enums.SearchOperator
 
getTableAs() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getTableName() - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
getTableSql(String, Map<String, Object>) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
获取表的sql
getTargetTableSql() - 类 中的方法cn.tangjiabao.halodb.core.bean.TableSql
 
getTempFlag() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getTotalParamCount() - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
getType() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getTypeName() - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
getUnnamedParamCount() - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
getUpdateNullMap() - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
 
getUpdateSql(String) - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
获得更新的SQL
getValue() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getValues() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getView() - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
获得haloView的SQL
getViewParams() - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
 
getXml() - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
获取该实体的xmlUtils对象
getXmlByClassPath(String) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
根据classpath获取xmlUtils对象
getXmlSqlFlag() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
getXmlUtils() - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
GROUP - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.ColumnOrder
 

H

HaloBeanHandler<T> - cn.tangjiabao.halodb.dbutils.handlers中的类
ResultSetHandler implementation that converts the first ResultSet row into a JavaBean.
HaloBeanHandler(Class<? extends T>, Map<String, String>) - 类 的构造器cn.tangjiabao.halodb.dbutils.handlers.HaloBeanHandler
 
HaloBeanListHandler<T> - cn.tangjiabao.halodb.dbutils.handlers中的类
ResultSetHandler implementation that converts a ResultSet into a List of beans.
HaloBeanListHandler(Class<? extends T>, Map<String, String>) - 类 的构造器cn.tangjiabao.halodb.dbutils.handlers.HaloBeanListHandler
Creates a new instance of BeanListHandler.
HaloConstant - cn.tangjiabao.halodb.core.constant中的类
常量
HaloConstant() - 类 的构造器cn.tangjiabao.halodb.core.constant.HaloConstant
 
HaloConstant.CharToNum - cn.tangjiabao.halodb.core.constant中的类
 
HaloConstant.CharToNum() - 类 的构造器cn.tangjiabao.halodb.core.constant.HaloConstant.CharToNum
 
HaloConstant.ColumnOrder - cn.tangjiabao.halodb.core.constant中的类
 
HaloConstant.ColumnOrder() - 类 的构造器cn.tangjiabao.halodb.core.constant.HaloConstant.ColumnOrder
 
HaloConstant.Entity - cn.tangjiabao.halodb.core.constant中的类
 
HaloConstant.Entity() - 类 的构造器cn.tangjiabao.halodb.core.constant.HaloConstant.Entity
 
HaloConstant.Instruction - cn.tangjiabao.halodb.core.constant中的类
 
HaloConstant.Instruction() - 类 的构造器cn.tangjiabao.halodb.core.constant.HaloConstant.Instruction
 
HaloConstant.NumToSymbol - cn.tangjiabao.halodb.core.constant中的类
 
HaloConstant.NumToSymbol() - 类 的构造器cn.tangjiabao.halodb.core.constant.HaloConstant.NumToSymbol
 
HaloCore<T> - cn.tangjiabao.halodb.core.base中的类
需要的基础方法
HaloCore() - 类 的构造器cn.tangjiabao.halodb.core.base.HaloCore
 
HaloExclusion - cn.tangjiabao.halodb.core.annotation中的注释类型
排除字段
HaloGetMap - cn.tangjiabao.halodb.core.map中的类
获取Map,扩展类型转化
HaloGetMap() - 类 的构造器cn.tangjiabao.halodb.core.map.HaloGetMap
 
HaloGetMap(Map<String, Object>) - 类 的构造器cn.tangjiabao.halodb.core.map.HaloGetMap
 
HaloGetMapHandler - cn.tangjiabao.halodb.dbutils.handlers中的类
ResultSetHandler implementation that converts the first ResultSet row into a Map.
HaloGetMapHandler() - 类 的构造器cn.tangjiabao.halodb.dbutils.handlers.HaloGetMapHandler
 
HaloGetMapListHandler - cn.tangjiabao.halodb.dbutils.handlers中的类
ResultSetHandler implementation that converts the first ResultSet row into a Map.
HaloGetMapListHandler() - 类 的构造器cn.tangjiabao.halodb.dbutils.handlers.HaloGetMapListHandler
 
HaloId - cn.tangjiabao.halodb.core.annotation中的注释类型
标识主键
HaloMap - cn.tangjiabao.halodb.core.map中的类
设置查询参数
HaloMap() - 类 的构造器cn.tangjiabao.halodb.core.map.HaloMap
 
HaloMap(Map<String, Object>) - 类 的构造器cn.tangjiabao.halodb.core.map.HaloMap
普通map转换到HaloMap
HaloSoul<T> - cn.tangjiabao.halodb.core中的类
 
HaloSoul() - 类 的构造器cn.tangjiabao.halodb.core.HaloSoul
 
HaloTime - cn.tangjiabao.halodb.core.enums中的枚举
时间枚举
HaloType - cn.tangjiabao.halodb.core.enums中的枚举
类型枚举
handle(ResultSet) - 类 中的方法cn.tangjiabao.halodb.dbutils.handlers.ArrayHandler
Places the column values from the first row in an Object[].
handle(ResultSet) - 类 中的方法cn.tangjiabao.halodb.dbutils.handlers.HaloBeanHandler
Convert the first row of the ResultSet into a bean with the Class given in the constructor.
handle(ResultSet) - 类 中的方法cn.tangjiabao.halodb.dbutils.handlers.HaloBeanListHandler
Convert the whole ResultSet into a List of beans with the Class given in the constructor.
handle(ResultSet) - 类 中的方法cn.tangjiabao.halodb.dbutils.handlers.HaloGetMapHandler
Converts the first row in the ResultSet into a Map.
handle(ResultSet) - 类 中的方法cn.tangjiabao.halodb.dbutils.handlers.HaloGetMapListHandler
Converts the first row in the ResultSet into a Map.
HashMap<K,V> - cn.tangjiabao.halodb.utils.map中的类
支持链式调用的HashMap
HashMap() - 类 的构造器cn.tangjiabao.halodb.utils.map.HashMap
 
HashMap(Map<? extends K, ? extends V>) - 类 的构造器cn.tangjiabao.halodb.utils.map.HashMap
 
hasText(String, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
 
hasText(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
 

I

IHaloDao<T> - cn.tangjiabao.halodb.dbutils.dao中的接口
HaloDao接口
IHaloViewDao<T> - cn.tangjiabao.halodb.dbutils.dao中的接口
 
INCID - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.Entity
 
initEntityInfo(Class<?>) - 类 中的方法cn.tangjiabao.halodb.core.base.HaloCore
初始化实体信息
insert(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
插入SQL
insert(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
Instance(Object...) - 异常错误 中的静态方法cn.tangjiabao.halodb.core.exception.MyRuntimeException
 
instance(Class<?>) - 类 中的静态方法cn.tangjiabao.halodb.utils.bean.BeanUtils
 
instanceBean(T, Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.dbutils.bean.BeanProcessor
初始化bean
IPage<T> - cn.tangjiabao.halodb.core.page中的接口
分页接口
isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定Class类型是另一个Class的子类型,如果断言不准确则根据message参数抛出异常。
isAssignable(Class<?>, Class<?>) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定Class类型是另一个Class的子类型,如果断言不准确则根据message参数抛出异常。
isBaseType(Class<?>) - 类 中的静态方法cn.tangjiabao.halodb.utils.clazz.ClassUtils
判断一个类是否为基本数据类型。
isBlank(CharSequence) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
isEmpty(Object[]) - 类 中的静态方法cn.tangjiabao.halodb.utils.array.ArrayUtils
 
isEmpty(CharSequence) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
isEnglish(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
是否为英文
isInstanceOf(Class<?>, Object, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的对象是某Class类型的实例,如果断言不准确则根据message参数抛出异常。
isInstanceOf(Class<?>, Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的对象是某Class类型的实例,如果断言不准确则根据message参数抛出异常。
isNotBlank(CharSequence) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
isNotEmpty(CharSequence) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
isNotNull(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
 
isNull(Object, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的对象的值为null,如果断言不准确则根据message参数抛出异常。
isNull(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的对象的值为null,如果断言不准确则抛出默认的异常。
isNull(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
 
isSeparatorsChar(char) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.named.NamedParameterUtils
 
isTrue(boolean, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的expression的值为true,如果断言不准确则根据message参数抛出异常。
isTrue(boolean) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的expression的值为true,如果断言不准确则抛出默认的异常。
iterator() - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回当页数据的迭代器。
iterator() - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回当页数据的迭代器。

J

Join - cn.tangjiabao.halodb.core.bean中的类
关联join信息实体
Join() - 类 的构造器cn.tangjiabao.halodb.core.bean.Join
 

L

LinkedHashMap<K,V> - cn.tangjiabao.halodb.utils.map中的类
LinkedHashMap链式实现 按存放循序排列
LinkedHashMap() - 类 的构造器cn.tangjiabao.halodb.utils.map.LinkedHashMap
 
LinkedHashMap(Map<? extends K, ? extends V>) - 类 的构造器cn.tangjiabao.halodb.utils.map.LinkedHashMap
 
load(File) - 类 中的方法cn.tangjiabao.halodb.core.utils.xml.XmlUtils
 
logger - 类 中的变量cn.tangjiabao.halodb.utils.Base
 
LogUtils - cn.tangjiabao.halodb.utils.logger中的类
日志组件
LogUtils() - 类 的构造器cn.tangjiabao.halodb.utils.logger.LogUtils
 

M

main(String[]) - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
MD5Util - cn.tangjiabao.halodb.utils.md5中的类
 
MD5Util() - 类 的构造器cn.tangjiabao.halodb.utils.md5.MD5Util
 
MyHashMap - cn.tangjiabao.halodb.utils.map中的类
支持链式调用的HashMap
MyHashMap() - 类 的构造器cn.tangjiabao.halodb.utils.map.MyHashMap
 
MyHashMap(Map<String, Object>) - 类 的构造器cn.tangjiabao.halodb.utils.map.MyHashMap
 
MyLinkedHashMap - cn.tangjiabao.halodb.utils.map中的类
支持链式调用的LinkedHashMap
MyLinkedHashMap() - 类 的构造器cn.tangjiabao.halodb.utils.map.MyLinkedHashMap
 
MyLinkedHashMap(Map<String, Object>) - 类 的构造器cn.tangjiabao.halodb.utils.map.MyLinkedHashMap
 
MyRuntimeException - cn.tangjiabao.halodb.core.exception中的异常错误
自定义RuntimeException
MyRuntimeException(String) - 异常错误 的构造器cn.tangjiabao.halodb.core.exception.MyRuntimeException
 
MYSPACE - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
MYSPACECHAR - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
MySQLDialect - cn.tangjiabao.halodb.core.dialect中的类
mysql方言
MySQLDialect() - 类 的构造器cn.tangjiabao.halodb.core.dialect.MySQLDialect
 

N

NamedParameterUtils - cn.tangjiabao.halodb.core.utils.named中的类
带参数sql处理工具类
NamedParameterUtils() - 类 的构造器cn.tangjiabao.halodb.core.utils.named.NamedParameterUtils
 
NestedExceptionUtils - cn.tangjiabao.halodb.core.exception中的类
Helper class for implementing exception classes which are capable of holding nested exceptions.
NestedExceptionUtils() - 类 的构造器cn.tangjiabao.halodb.core.exception.NestedExceptionUtils
 
NestedRuntimeException - cn.tangjiabao.halodb.core.exception中的异常错误
Handy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeException(String) - 异常错误 的构造器cn.tangjiabao.halodb.core.exception.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message.
NestedRuntimeException(String, Throwable) - 异常错误 的构造器cn.tangjiabao.halodb.core.exception.NestedRuntimeException
Construct a NestedRuntimeException with the specified detail message and nested exception.
newFolder(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
创建文件夹
newInstance(Class<? extends T>) - 类 中的方法cn.tangjiabao.halodb.dbutils.bean.BeanProcessor
实例化bean
newOutFile(File) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
过滤输出文件:如果没有路径文件夹 创建之
newOutFile(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.file.FileUtils
 
NotAllowDBColumnException - cn.tangjiabao.halodb.core.exception中的异常错误
不允许使用数据库字段!
NotAllowDBColumnException(String) - 异常错误 的构造器cn.tangjiabao.halodb.core.exception.NotAllowDBColumnException
 
notEmpty(String, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的字符串非空,如果断言不准确则根据message参数抛出异常。
notEmpty(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的字符串非空,如果断言不准确则抛出默认的异常。
notEmpty(Object[], String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的数组非空,如果断言不准确则根据message参数抛出异常。
notEmpty(Object[]) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的数组非空,如果断言不准确则抛出默认的异常。
notEmpty(Collection<?>, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的集合对象非空,如果断言不准确则根据message参数抛出异常。
notEmpty(Collection<?>) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的集合对象非空,如果断言不准确则抛出默认的异常。
notEmpty(Map<?, ?>, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的Map对象非空,如果断言不准确则根据message参数抛出异常。
notEmpty(Map<?, ?>) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的Map对象非空,如果断言不准确则抛出默认的异常。
notNull(Object, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的对象的值不是null,如果断言不准确则根据message参数抛出异常。
notNull(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.Assert
断言给定的对象的值不是null,如果断言不准确则抛出默认的异常。
NULLStr - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
NUM - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.CharToNum
 
NUMREPLACE - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.NumToSymbol
 
NUMS - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.NumToSymbol
 

O

ORDER - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.ColumnOrder
 
OrmUtil - cn.tangjiabao.halodb.core.utils.orm中的类
Orm组件
OrmUtil() - 类 的构造器cn.tangjiabao.halodb.core.utils.orm.OrmUtil
 

P

PageImpl<T> - cn.tangjiabao.halodb.core.page.impl中的类
分页数据的包装类。
PageImpl(int, int) - 类 的构造器cn.tangjiabao.halodb.core.page.impl.PageImpl
 
parse(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
parse(String, String) - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
parseDate(String, String...) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
parseDate(String, Locale, String...) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
parseDateStrictly(String, String...) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
parseDateStrictly(String, Locale, String...) - 类 中的静态方法cn.tangjiabao.third.utils.time.DateUtils
 
ParsedSql - cn.tangjiabao.halodb.core.utils.named中的类
此类封装NamedParameterSql
ParsedSql(String) - 类 的构造器cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
parseE(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.time.DateUtils
 
parserSqlStatement(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.named.NamedParameterUtils
对带参数sql的统计式封装,便于后续肢解拼装(恐怖啊。。。。。)
prepareCall(Connection, String) - 类 中的方法cn.tangjiabao.halodb.dbutils.ProcRunner
 
ProcRunner - cn.tangjiabao.halodb.dbutils中的类
Based on the DbUtil hierarchy, this class allows us to call stored procedures from DbUtil.
ProcRunner() - 类 的构造器cn.tangjiabao.halodb.dbutils.ProcRunner
 
ProcRunner(DataSource) - 类 的构造器cn.tangjiabao.halodb.dbutils.ProcRunner
 
ProcRunner(boolean) - 类 的构造器cn.tangjiabao.halodb.dbutils.ProcRunner
 
ProcRunner(DataSource, boolean) - 类 的构造器cn.tangjiabao.halodb.dbutils.ProcRunner
 
put(String, Object) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
put(String, Object) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
不允许使用!
put(String, Object) - 类 中的方法cn.tangjiabao.halodb.utils.map.MyHashMap
 
put(String, Object) - 类 中的方法cn.tangjiabao.halodb.utils.map.MyLinkedHashMap
 

Q

queryList(String, Object[], Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
查询列表
queryList(String, Object[], Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
queryOne(String, Object[], Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
查询唯一的一行
queryOne(String, Object[], Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
queryProc(Connection, String, ResultSetHandler<T>, Object...) - 类 中的方法cn.tangjiabao.halodb.dbutils.ProcRunner
 
queryProc(Connection, String, ResultSetHandler<T>) - 类 中的方法cn.tangjiabao.halodb.dbutils.ProcRunner
 
queryProc(String, ResultSetHandler<T>, Object...) - 类 中的方法cn.tangjiabao.halodb.dbutils.ProcRunner
 
queryProc(String, ResultSetHandler<T>) - 类 中的方法cn.tangjiabao.halodb.dbutils.ProcRunner
 
queryUnique(String, Object[], Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
查询唯一
queryUnique(String, Object[], Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 

R

remove(String, String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
replace(String, String, String, int) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
replaceEach(String, String[], String[]) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
RX - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 

S

save(T) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
保存
save(T) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
保存
SearchOperator - cn.tangjiabao.halodb.core.enums中的枚举
条件枚举
SelectColumn - cn.tangjiabao.halodb.core.bean中的类
查询字段实体
SelectColumn() - 类 的构造器cn.tangjiabao.halodb.core.bean.SelectColumn
 
set(String, Object) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloGetMap
 
set(String, Object) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置参数
set(K, V) - 类 中的方法cn.tangjiabao.halodb.utils.map.HashMap
 
set(K, V) - 类 中的方法cn.tangjiabao.halodb.utils.map.LinkedHashMap
 
set(String, Object) - 类 中的方法cn.tangjiabao.halodb.utils.map.MyHashMap
 
set(String, Object) - 类 中的方法cn.tangjiabao.halodb.utils.map.MyLinkedHashMap
 
setAlias(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
setAliasMap(Map<String, Boolean>) - 类 中的方法cn.tangjiabao.halodb.core.bean.SelectColumn
 
setAliasMap(Map<String, String>) - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
setAll(Map<String, Object>) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
普通map设置到HaloMap
setAndOr(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setClassLoader(ClassLoader) - 类 中的方法cn.tangjiabao.halodb.utils.file.FileUtils
 
setClasspath(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
setColumnName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setColumnName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
setColumnSql(String) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置columnSql(xml里的columnSql的Id)
setCondition(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setCookedColumnSql(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.SelectColumn
 
setCookedValue(List<Object>) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setDataSource(DataSource) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
setDependField(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
setDialect(Dialect) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
 
setDirectValue(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setEntities(Collection<T>) - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
设置当页数据。
setEntities(Collection<T>) - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
设置当页数据。
setEntityCount(int) - 类 中的方法cn.tangjiabao.halodb.core.page.impl.PageImpl
返回总记录数。
setEntityCount(int) - 接口 中的方法cn.tangjiabao.halodb.core.page.IPage
返回总记录数。
setEntityName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setField(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
setFieldMap(Map<String, EntityField>) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setFieldName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setFieldName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
setIdColumnName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setIdFieldName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setIdModel(Integer) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setIdModel(Integer) - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
setIdName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
setIdType(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setIfQuery(boolean) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setIsBaseType(Boolean) - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
setIsColumn(Boolean) - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
setIsId(Boolean) - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
setJoinMap(Map<String, Join>) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setJoinSql(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
setLastModified(long) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setLeftBracket(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setLevel(Integer) - 类 中的方法cn.tangjiabao.halodb.core.bean.Join
 
setNamedParamCount(int) - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
setOrgColumnSql(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.SelectColumn
 
setOrgTableSql(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.TableSql
 
setOriginalKey(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setParameterNum(int) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setParameters(Object[]) - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
setParams(List<Object>) - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlFragment
 
setParams(List<Object>) - 类 中的方法cn.tangjiabao.halodb.core.bean.TableSql
 
setRightBracket(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
sets(String, Object...) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置数组
setSql(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlFragment
 
setSql(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.SqlParmeter
 
setSqlFragment(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setTableAs(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setTableName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.Entity
 
setTargetTableSql(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.TableSql
 
setTempFlag(Boolean) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setTotalParamCount(int) - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
setType(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setTypeName(String) - 类 中的方法cn.tangjiabao.halodb.core.bean.EntityField
 
setUnnamedParamCount(int) - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
setUpdateNullFields(String...) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置更新为null的字段
setValue(Object) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setValues(List<?>) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setViewParam(String, Object) - 类 中的方法cn.tangjiabao.halodb.core.map.HaloMap
设置halo视图的参数
setXmlSqlFlag(boolean) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
setXmlUtils(XmlUtils) - 类 中的方法cn.tangjiabao.halodb.core.bean.ColumnCondition
 
SPACE - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
SPACECHAR - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
split(String, char) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
split(String, String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
SQLFLAG - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
SQLFormatter - cn.tangjiabao.halodb.core.utils.sql中的类
美化sql
SQLFormatter() - 类 的构造器cn.tangjiabao.halodb.core.utils.sql.SQLFormatter
 
SqlFragment - cn.tangjiabao.halodb.core.bean中的类
sql片段实体
SqlFragment() - 类 的构造器cn.tangjiabao.halodb.core.bean.SqlFragment
 
SqlParmeter - cn.tangjiabao.halodb.core.bean中的类
sql和参数
SqlParmeter() - 类 的构造器cn.tangjiabao.halodb.core.bean.SqlParmeter
 
StringUtils - cn.tangjiabao.halodb.utils.string中的类
字符串组件
StringUtils() - 类 的构造器cn.tangjiabao.halodb.utils.string.StringUtils
 
StringUtils - cn.tangjiabao.third.utils.string中的类
 
StringUtils() - 类 的构造器cn.tangjiabao.third.utils.string.StringUtils
 
StrList(List<String>, String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
 
StrNums(String, String, int) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
 
substituteNamedParams(ParsedSql, Map<String, Object>) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.named.NamedParameterUtils
获得不带参数的sql,即替换参数为?
substringAfter(String, String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
substringAfterLast(String, String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
substringBefore(String, String, int) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
 
substringBefore(String[], String, int) - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
 
substringBefore(String, String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
substringBeforeLast(String, String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 

T

TABLEFLAG - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
TableSql - cn.tangjiabao.halodb.core.bean中的类
表的sql
TableSql() - 类 的构造器cn.tangjiabao.halodb.core.bean.TableSql
 
TAPESPT - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant
 
toBigDecimal(String) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toBigDecimal(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toBoolean(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toByte(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toDate(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toDouble(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toEntity(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
数据库表名转实体名
toFiled(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
数据库字段名转实体类字段名
toFloat(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toInteger(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toLong(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toObject(Object, Class<?>) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toShort(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toSql(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
Hql转成sql
toString() - 类 中的方法cn.tangjiabao.halodb.core.utils.named.ParsedSql
 
toString(Object) - 类 中的静态方法cn.tangjiabao.halodb.utils.convert.ConvertUtils
 
toStringAllOperator() - 枚举 中的静态方法cn.tangjiabao.halodb.core.enums.SearchOperator
 
toUp(String) - 类 中的静态方法cn.tangjiabao.halodb.core.utils.orm.OrmUtil
_转大写
Tpl - cn.tangjiabao.halodb.utils.template中的类
简单模板实现
Tpl() - 类 的构造器cn.tangjiabao.halodb.utils.template.Tpl
 
tplByArgs(String, String...) - 类 中的静态方法cn.tangjiabao.halodb.utils.template.Tpl
数字替换{0}
tplByMap(String, Map<String, Object>) - 类 中的静态方法cn.tangjiabao.halodb.utils.template.Tpl
字符串占位符替换
trim(String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
trimToEmpty(String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 
trimToNull(String) - 类 中的静态方法cn.tangjiabao.third.utils.string.StringUtils
 

U

UNAUTO - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.Entity
 
update(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
更新SQL
update(T, HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
更新不为null的列
update(T, String...) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
根据Id更新(可设置更新为NULL值得字段)
update(T) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
根据Id更新
update(T, HaloMap) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
更新
update(T, String...) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
更新
update(T) - 接口 中的方法cn.tangjiabao.halodb.dbutils.dao.IHaloDao
更新
update(String, Object[]) - 类 中的方法cn.tangjiabao.halodb.dbutils.dao.impl.AbstractDbUtilsHaloDao
 
updateNotB(T, HaloMap) - 类 中的方法cn.tangjiabao.halodb.core.AbstractHaloDao
 
UUID - 类 中的静态变量cn.tangjiabao.halodb.core.constant.HaloConstant.Entity
 
uuid() - 类 中的静态方法cn.tangjiabao.halodb.utils.string.StringUtils
生成不带_的uuid

V

valueOf(String) - 枚举 中的静态方法cn.tangjiabao.halodb.core.dialect.DialectType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.tangjiabao.halodb.core.enums.HaloTime
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.tangjiabao.halodb.core.enums.HaloType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.tangjiabao.halodb.core.enums.SearchOperator
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.tangjiabao.halodb.core.dialect.DialectType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.tangjiabao.halodb.core.enums.HaloTime
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.tangjiabao.halodb.core.enums.HaloType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.tangjiabao.halodb.core.enums.SearchOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WHITESPACE - 类 中的静态变量cn.tangjiabao.halodb.core.utils.sql.SQLFormatter
 

X

XmlUtils - cn.tangjiabao.halodb.core.utils.xml中的类
xml组件
XmlUtils(File) - 类 的构造器cn.tangjiabao.halodb.core.utils.xml.XmlUtils
 
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2015. All rights reserved.