跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractDaoSingleton<T> - cn.sylinx.hbatis.ext中的类
 
AbstractDaoSingleton() - 类 的构造器cn.sylinx.hbatis.ext.AbstractDaoSingleton
 
add(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
add(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
addElsifNode(ELSIF) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
addIfEndBlock(IfEndBlock) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
addIfEndBlock(IfEndBlock) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
addIfEndBlock(IfEndBlock) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
addJdbcResource(JdbcResourceWrapper) - 枚举 中的方法cn.sylinx.hbatis.ds.JdbcResourceManager
添加数据源
addObject(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
addObject(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
apply(Connection) - 类 中的方法cn.sylinx.hbatis.ds.JdbcBlock
 
apply(R) - 接口 中的方法cn.sylinx.hbatis.ds.ResourceBlock
资源执行
apply(Object...) - 类 中的静态方法cn.sylinx.hbatis.kit.Tuple
创建Tuple对象
applyBlock(Connection) - 类 中的方法cn.sylinx.hbatis.ds.JdbcBlock
执行快
ArrayTypeHandler - cn.sylinx.hbatis.type中的类
 
ArrayTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ArrayTypeHandler
 
AttributeColumnMapping - cn.sylinx.hbatis.db.mapper.anno中的注释类型
属性和表列的映射关系

B

BaseConst - cn.sylinx.hbatis.ext.common中的类
 
BaseConst() - 类 的构造器cn.sylinx.hbatis.ext.common.BaseConst
 
BaseDbOper - cn.sylinx.hbatis.db.common中的接口
基本的数据库操作
BaseModel - cn.sylinx.hbatis.ext.model中的类
basemodel
BaseModel() - 类 的构造器cn.sylinx.hbatis.ext.model.BaseModel
 
BaseTypeHandler<T> - cn.sylinx.hbatis.type中的类
 
BaseTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.BaseTypeHandler
 
batch(List<String>) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
批量执行语句
batch(String, Object[][]) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
批量执行语句
batch(String, Object[][], int) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
批量执行语句
batch(List<String>, int) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
批量执行语句
batch(List<String>) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
batch(String, Object[][]) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
batch(String, Object[][], int) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
batch(List<String>, int) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
BigDecimalTypeHandler - cn.sylinx.hbatis.type中的类
 
BigDecimalTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.BigDecimalTypeHandler
 
BigIntegerTypeHandler - cn.sylinx.hbatis.type中的类
 
BigIntegerTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.BigIntegerTypeHandler
 
BlobByteObjectArrayTypeHandler - cn.sylinx.hbatis.type中的类
 
BlobByteObjectArrayTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.BlobByteObjectArrayTypeHandler
 
BlobInputStreamTypeHandler - cn.sylinx.hbatis.type中的类
 
BlobInputStreamTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.BlobInputStreamTypeHandler
 
BlobTypeHandler - cn.sylinx.hbatis.type中的类
 
BlobTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.BlobTypeHandler
 
BlockException - cn.sylinx.hbatis.exception中的异常错误
块执行错误
BlockException() - 异常错误 的构造器cn.sylinx.hbatis.exception.BlockException
 
BlockException(String) - 异常错误 的构造器cn.sylinx.hbatis.exception.BlockException
 
BlockException(String, Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.BlockException
 
BlockException(Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.BlockException
 
BooleanTypeHandler - cn.sylinx.hbatis.type中的类
 
BooleanTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.BooleanTypeHandler
 
buildDeleteMapper(T) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
buildDeleteSQL(T, DeleteMapper<T>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
组装删除SQL
buildFirstQueryModel(ResultSet, QueryMapper<T>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
获取第一条记录
buildInserMapper(T) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
buildInsertSQL(T, InsertMapper<T>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
通过VO生成插入语句
buildQueryMapper(Class<T>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
通过类注解获取QueryMapper对象
buildQueryModel(ResultSet, QueryMapper<T>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
获取查询结果
buildUpdateMapper(T) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
buildUpdateSQL(T, UpdateMapper<T>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
通过VO生成更新语句
ByteArrayTypeHandler - cn.sylinx.hbatis.type中的类
 
ByteArrayTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ByteArrayTypeHandler
 
ByteObjectArrayTypeHandler - cn.sylinx.hbatis.type中的类
 
ByteObjectArrayTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ByteObjectArrayTypeHandler
 
ByteTypeHandler - cn.sylinx.hbatis.type中的类
 
ByteTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ByteTypeHandler
 

C

CacheKeyGenerator - cn.sylinx.hbatis.db.cache中的类
缓存键生成器
CacheKeyGenerator() - 类 的构造器cn.sylinx.hbatis.db.cache.CacheKeyGenerator
 
CacheKit - cn.sylinx.hbatis.plugin.ehcache中的类
 
CacheKit() - 类 的构造器cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
CacheQuery - cn.sylinx.hbatis.db.cache中的接口
缓存查询支持接口
CharacterTypeHandler - cn.sylinx.hbatis.type中的类
 
CharacterTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.CharacterTypeHandler
 
classForName(String) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
加载类
classForName(String, ClassLoader) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
加载类
classForName(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the Class of the classname
ClassLoaderWrapper - cn.sylinx.hbatis.io中的类
classloader包装
ClasspathResourceScanner - cn.sylinx.hbatis.io中的类
类资源扫描器
ClasspathResourceScanner(String) - 类 的构造器cn.sylinx.hbatis.io.ClasspathResourceScanner
构造器
ClasspathResourceScanner(String, boolean) - 类 的构造器cn.sylinx.hbatis.io.ClasspathResourceScanner
构造器
ClasspathResourceScanner(String, String) - 类 的构造器cn.sylinx.hbatis.io.ClasspathResourceScanner
构造器
ClasspathResourceScanner(String, String, boolean) - 类 的构造器cn.sylinx.hbatis.io.ClasspathResourceScanner
构造器
ClasspathResourceScanner(String, String, boolean, ClassLoader) - 类 的构造器cn.sylinx.hbatis.io.ClasspathResourceScanner
构造器
ClasspathSqlResource - cn.sylinx.hbatis.ext.res中的类
 
ClasspathSqlResource() - 类 的构造器cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
ClasspathSqlResource(String) - 类 的构造器cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
ClasspathSqlResourceUtil - cn.sylinx.hbatis.ext.res中的类
 
ClasspathSqlResourceUtil() - 类 的构造器cn.sylinx.hbatis.ext.res.ClasspathSqlResourceUtil
 
clear() - 类 中的方法cn.sylinx.hbatis.db.common.Record
 
clear() - 枚举 中的方法cn.sylinx.hbatis.ds.JdbcResourceManager
清除所有资源
clear() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResourceWrapper
释放资源
clear() - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
 
clear() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
ClobReaderTypeHandler - cn.sylinx.hbatis.type中的类
 
ClobReaderTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ClobReaderTypeHandler
 
ClobTypeHandler - cn.sylinx.hbatis.type中的类
 
ClobTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ClobTypeHandler
 
close(Connection) - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
 
close(R) - 接口 中的方法cn.sylinx.hbatis.ds.Resource
释放资源对象
closeQuietly(AutoCloseable...) - 类 中的静态方法cn.sylinx.hbatis.kit.DbKit
关闭
closeQuietly(ResultSet, Statement) - 类 中的静态方法cn.sylinx.hbatis.kit.DbKit
关闭资源
closeQuietly(Statement) - 类 中的静态方法cn.sylinx.hbatis.kit.DbKit
关闭资源
cn.sylinx.hbatis.db.cache - 程序包 cn.sylinx.hbatis.db.cache
 
cn.sylinx.hbatis.db.common - 程序包 cn.sylinx.hbatis.db.common
 
cn.sylinx.hbatis.db.dialect - 程序包 cn.sylinx.hbatis.db.dialect
 
cn.sylinx.hbatis.db.mapper - 程序包 cn.sylinx.hbatis.db.mapper
 
cn.sylinx.hbatis.db.mapper.anno - 程序包 cn.sylinx.hbatis.db.mapper.anno
 
cn.sylinx.hbatis.ds - 程序包 cn.sylinx.hbatis.ds
 
cn.sylinx.hbatis.exception - 程序包 cn.sylinx.hbatis.exception
 
cn.sylinx.hbatis.ext - 程序包 cn.sylinx.hbatis.ext
 
cn.sylinx.hbatis.ext.common - 程序包 cn.sylinx.hbatis.ext.common
 
cn.sylinx.hbatis.ext.common.repository - 程序包 cn.sylinx.hbatis.ext.common.repository
 
cn.sylinx.hbatis.ext.common.spi - 程序包 cn.sylinx.hbatis.ext.common.spi
 
cn.sylinx.hbatis.ext.function - 程序包 cn.sylinx.hbatis.ext.function
 
cn.sylinx.hbatis.ext.function.impl - 程序包 cn.sylinx.hbatis.ext.function.impl
 
cn.sylinx.hbatis.ext.ifblock - 程序包 cn.sylinx.hbatis.ext.ifblock
 
cn.sylinx.hbatis.ext.model - 程序包 cn.sylinx.hbatis.ext.model
 
cn.sylinx.hbatis.ext.parse - 程序包 cn.sylinx.hbatis.ext.parse
 
cn.sylinx.hbatis.ext.res - 程序包 cn.sylinx.hbatis.ext.res
 
cn.sylinx.hbatis.ext.tool - 程序包 cn.sylinx.hbatis.ext.tool
 
cn.sylinx.hbatis.io - 程序包 cn.sylinx.hbatis.io
 
cn.sylinx.hbatis.kit - 程序包 cn.sylinx.hbatis.kit
 
cn.sylinx.hbatis.log - 程序包 cn.sylinx.hbatis.log
 
cn.sylinx.hbatis.plugin - 程序包 cn.sylinx.hbatis.plugin
 
cn.sylinx.hbatis.plugin.datasource - 程序包 cn.sylinx.hbatis.plugin.datasource
 
cn.sylinx.hbatis.plugin.ehcache - 程序包 cn.sylinx.hbatis.plugin.ehcache
 
cn.sylinx.hbatis.plugin.model - 程序包 cn.sylinx.hbatis.plugin.model
 
cn.sylinx.hbatis.type - 程序包 cn.sylinx.hbatis.type
 
CommonDaoService - cn.sylinx.hbatis.ext.common.repository中的接口
 
CommonDaoServiceImpl - cn.sylinx.hbatis.ext.common.repository中的类
 
CommonDaoServiceImpl() - 类 的构造器cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
CommonDaoServiceImpl(CommonRepository) - 类 的构造器cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
CommonRepository - cn.sylinx.hbatis.ext.common.repository中的接口
 
CommonRepositoryImpl - cn.sylinx.hbatis.ext.common.repository中的类
 
CommonRepositoryImpl() - 类 的构造器cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
CommonRepositoryImpl(String) - 类 的构造器cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
condition(String) - 接口 中的方法cn.sylinx.hbatis.ext.parse.ConditionTokenHandler
判断条件
condition(String) - 类 中的方法cn.sylinx.hbatis.ext.parse.SqlTokenHandler
 
ConditionTokenHandler - cn.sylinx.hbatis.ext.parse中的接口
 
containNull(Object...) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
if the object array contain null object
createDaoService(String) - 类 中的方法cn.sylinx.hbatis.ext.AbstractDaoSingleton
 
createDaoService(String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.DaoSingleton
 
createDialect(DbType) - 类 中的方法cn.sylinx.hbatis.db.dialect.DialectFatory
 
createJdbcResourceWrapper(Object...) - 类 中的方法cn.sylinx.hbatis.plugin.datasource.DataSourcePlugin
 
createJdbcResourceWrapper(Object...) - 类 中的方法cn.sylinx.hbatis.plugin.JdbcResourcePlugin
 

D

daoServiceMap - 类 中的变量cn.sylinx.hbatis.ext.AbstractDaoSingleton
 
DaoSingleton - cn.sylinx.hbatis.ext.common.repository中的类
 
DaoSupport<T> - cn.sylinx.hbatis.ext中的接口
 
DataSourcePlugin - cn.sylinx.hbatis.plugin.datasource中的类
 
DataSourcePlugin() - 类 的构造器cn.sylinx.hbatis.plugin.datasource.DataSourcePlugin
 
DateOnlyTypeHandler - cn.sylinx.hbatis.type中的类
 
DateOnlyTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.DateOnlyTypeHandler
 
DateTypeHandler - cn.sylinx.hbatis.type中的类
 
DateTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.DateTypeHandler
 
Db2Dialect - cn.sylinx.hbatis.db.dialect中的类
 
Db2Dialect() - 类 的构造器cn.sylinx.hbatis.db.dialect.Db2Dialect
 
DbKit - cn.sylinx.hbatis.kit中的类
工具类
DbKit() - 类 的构造器cn.sylinx.hbatis.kit.DbKit
 
DbMapper - cn.sylinx.hbatis.db.common中的接口
简单的映射操作
DbOper - cn.sylinx.hbatis.db.common中的接口
native sql 操作支持
DbQuery - cn.sylinx.hbatis.db.common中的接口
数据查询对象
DbType - cn.sylinx.hbatis.db.dialect中的枚举
 
debug(String, Object...) - 类 中的静态方法cn.sylinx.hbatis.log.GLog
debug
DEFAULT_CACHENAME - 类 中的静态变量cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
DEFAULT_JDBC_RESOURCE_NAME - 类 中的静态变量cn.sylinx.hbatis.plugin.JdbcResourcePlugin
 
DEFAULT_PAGE_SIZE_16 - 类 中的静态变量cn.sylinx.hbatis.ext.common.BaseConst
 
DefaultCacheQuery - cn.sylinx.hbatis.db.common中的类
缓存查询实现类
DefaultCacheQuery(DbPro) - 类 的构造器cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
DefaultDialect - cn.sylinx.hbatis.db.dialect中的类
 
DefaultDialect() - 类 的构造器cn.sylinx.hbatis.db.dialect.DefaultDialect
 
DefaultHbatisService - cn.sylinx.hbatis.db.common中的类
默认HbatisService实现
DefaultHbatisService() - 类 的构造器cn.sylinx.hbatis.db.common.DefaultHbatisService
构造器
DefaultHbatisService(String) - 类 的构造器cn.sylinx.hbatis.db.common.DefaultHbatisService
 
delete(T, DeleteMapper<T>) - 接口 中的方法cn.sylinx.hbatis.db.common.DbMapper
删除
delete(T) - 接口 中的方法cn.sylinx.hbatis.db.common.DbMapper
删除
delete(T, DeleteMapper<T>) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
delete(T) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
delete(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
delete(BigInteger, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
delete(List<Tuple>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
delete(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
delete(BigInteger, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
delete(List<Tuple>, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
delete(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
删除对象
delete(BigInteger, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
删除
delete(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
delete(BigInteger, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
DeleteMapper<T> - cn.sylinx.hbatis.db.mapper中的接口
删除对象
deleteObject(Object, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
deleteObject(List<Tuple>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
deleteObject(Object, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
deleteObject(List<Tuple>, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
DerbyDialect - cn.sylinx.hbatis.db.dialect中的类
 
DerbyDialect() - 类 的构造器cn.sylinx.hbatis.db.dialect.DerbyDialect
 
Dialect - cn.sylinx.hbatis.db.dialect中的接口
 
DialectFatory - cn.sylinx.hbatis.db.dialect中的类
 
DialectFatory() - 类 的构造器cn.sylinx.hbatis.db.dialect.DialectFatory
 
DoubleTypeHandler - cn.sylinx.hbatis.type中的类
 
DoubleTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.DoubleTypeHandler
 

E

EhCache - cn.sylinx.hbatis.db.cache中的类
ehcache 实现
EhCache() - 类 的构造器cn.sylinx.hbatis.db.cache.EhCache
 
EhcachePlugin - cn.sylinx.hbatis.plugin.ehcache中的类
ehcache支持
EhcachePlugin() - 类 的构造器cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
EhcachePlugin(CacheManager) - 类 的构造器cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
EhcachePlugin(String) - 类 的构造器cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
EhcachePlugin(URL) - 类 的构造器cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
EhcachePlugin(InputStream) - 类 的构造器cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
EhcachePlugin(Configuration) - 类 的构造器cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
ELSE - cn.sylinx.hbatis.ext.ifblock中的类
 
ELSE() - 类 的构造器cn.sylinx.hbatis.ext.ifblock.ELSE
 
ELSIF - cn.sylinx.hbatis.ext.ifblock中的类
 
ELSIF() - 类 的构造器cn.sylinx.hbatis.ext.ifblock.ELSIF
 
END - cn.sylinx.hbatis.ext.ifblock中的类
 
END() - 类 的构造器cn.sylinx.hbatis.ext.ifblock.END
 
EnumOrdinalTypeHandler<E extends Enum<E>> - cn.sylinx.hbatis.type中的类
 
EnumOrdinalTypeHandler(Class<E>) - 类 的构造器cn.sylinx.hbatis.type.EnumOrdinalTypeHandler
 
EnumTypeHandler<E extends Enum<E>> - cn.sylinx.hbatis.type中的类
 
EnumTypeHandler(Class<E>) - 类 的构造器cn.sylinx.hbatis.type.EnumTypeHandler
 
equals(Object) - 类 中的方法cn.sylinx.hbatis.ext.model.GenericModel
 
error(String, Throwable) - 类 中的静态方法cn.sylinx.hbatis.log.GLog
error
error(String, Object...) - 类 中的静态方法cn.sylinx.hbatis.log.GLog
 
Exclude - cn.sylinx.hbatis.ext.function.impl中的类
排除操作
Exclude() - 类 的构造器cn.sylinx.hbatis.ext.function.impl.Exclude
 
execute(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
执行sql
execute(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
executeLargeUpdate(List<String>) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
执行超大sql,包括ddl
executeLargeUpdate(List<String>) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
executeLargeUpdate(List<String>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
执行脚本,包括ddl
executeLargeUpdate(List<String>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
executeLargeUpdate(List<String>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
执行脚本,包括ddl
executeLargeUpdate(List<String>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
ExecutingException - cn.sylinx.hbatis.exception中的异常错误
执行运行时异常
ExecutingException() - 异常错误 的构造器cn.sylinx.hbatis.exception.ExecutingException
 
ExecutingException(String) - 异常错误 的构造器cn.sylinx.hbatis.exception.ExecutingException
 
ExecutingException(String, Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.ExecutingException
 
ExecutingException(Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.ExecutingException
 
existTable(String, String) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
是否存在表
existTable(String, String) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
existTable(String, String) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
existTable(String, String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
existTable(String, String) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
是否存在表
existTable(String, String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 

F

findMatchIfEnd(String) - 接口 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndMatcher
截取#IF[XX] xxxxx #END 对
findMatchIfEnd(String) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndMatcherImpl
 
firstCharToLowerCase(String) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
首字母变小写
firstCharToUpperCase(String) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
首字母变大写
FloatTypeHandler - cn.sylinx.hbatis.type中的类
 
FloatTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.FloatTypeHandler
 
FollowNode - cn.sylinx.hbatis.ext.ifblock中的接口
跟从node, 特指, ELSE 或者 ELSEIF
forCode(int) - 枚举 中的静态方法cn.sylinx.hbatis.type.JdbcType
 
formatePreStatement(String) - 类 中的方法cn.sylinx.hbatis.ext.parse.GenericTokenParser
format
FunctionException - cn.sylinx.hbatis.exception中的异常错误
sql函数错误
FunctionException() - 异常错误 的构造器cn.sylinx.hbatis.exception.FunctionException
 
FunctionException(String) - 异常错误 的构造器cn.sylinx.hbatis.exception.FunctionException
 
FunctionException(String, Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.FunctionException
 
FunctionException(Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.FunctionException
 
FunctionFactory - cn.sylinx.hbatis.ext.function中的类
 
FunctionParser - cn.sylinx.hbatis.ext.function中的类
 
FunctionParser(ValueTokenHandler) - 类 的构造器cn.sylinx.hbatis.ext.function.FunctionParser
 

G

generateCacheKey(Object...) - 类 中的静态方法cn.sylinx.hbatis.db.cache.CacheKeyGenerator
通过参数生成对应的缓存键
generateMysqlTableDdlSql(Class<? extends Object>) - 类 中的方法cn.sylinx.hbatis.ext.tool.RepositoryTools
 
generateSql() - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
生成表的SQL
GenericModel<PK> - cn.sylinx.hbatis.ext.model中的类
 
GenericModel() - 类 的构造器cn.sylinx.hbatis.ext.model.GenericModel
 
GenericTokenParser - cn.sylinx.hbatis.ext.parse中的类
参数占位符
GenericTokenParser(TokenHandler) - 类 的构造器cn.sylinx.hbatis.ext.parse.GenericTokenParser
 
get(String, Object) - 类 中的方法cn.sylinx.hbatis.db.cache.EhCache
 
get(String, Object) - 接口 中的方法cn.sylinx.hbatis.db.cache.ICache
获取值
get(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取列值
get(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
通过索引获取值
get(String, Class<T>) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取值
get(int, Class<T>) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取值
get() - 类 中的静态方法cn.sylinx.hbatis.db.dialect.DialectFatory
 
get() - 类 中的静态方法cn.sylinx.hbatis.db.mapper.MappingFileManager
 
get() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
 
get() - 枚举 中的静态方法cn.sylinx.hbatis.ds.JdbcResourceManager
获取JdbcResourceManager单例
get(String) - 枚举 中的方法cn.sylinx.hbatis.ds.JdbcResourceManager
根据名称获取相应资源
get() - 接口 中的方法cn.sylinx.hbatis.ds.Resource
获取资源对象
get(BigInteger, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
get(BigInteger, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
get() - 类 中的静态方法cn.sylinx.hbatis.ext.function.FunctionFactory
 
get(int) - 类 中的方法cn.sylinx.hbatis.kit.Tuple
获取对象
get(String, Object) - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
get(String, Object, IDataLoader<?>) - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
get(String, Object, Class<? extends IDataLoader<?>>) - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
get() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
 
getAttrMapping() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getBigDecimal(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.math.BigDecimal
getBigDecimal(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.math.BigDecimal
getBigInteger(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取BigInteger
getBigInteger(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取BigInteger
getBoolean(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Boolean
getBoolean(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Boolean
getByField(Tuple, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
getByField(List<Tuple>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
getByField(Tuple, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getByField(List<Tuple>, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getByNumber(String, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
getByNumber(String, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getByte(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取byte
getByte(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取byte
getBytes(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取byte[]
getBytes(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取byte[]
getCacheManager() - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
getCacheQuery() - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
getCharset() - 类 中的静态方法cn.sylinx.hbatis.io.Resources
get the Charset
getClz() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getClzSets() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
 
getCode() - 枚举 中的方法cn.sylinx.hbatis.ext.res.SqlResourceType
 
getColumns() - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取所有列
getCondition() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getCondition() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
getContentPattern() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
getContentPattern() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getContentPattern() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
getContext() - 类 中的方法cn.sylinx.hbatis.ext.model.Model
 
getDaoService() - 类 中的方法cn.sylinx.hbatis.ext.AbstractDaoSingleton
 
getDaoService(String) - 类 中的方法cn.sylinx.hbatis.ext.AbstractDaoSingleton
 
getDaoService() - 类 中的静态方法cn.sylinx.hbatis.ext.common.Hbatis
 
getDaoService(String) - 类 中的静态方法cn.sylinx.hbatis.ext.common.Hbatis
 
getDaoService() - 接口 中的方法cn.sylinx.hbatis.ext.DaoSupport
 
getDaoService(String) - 接口 中的方法cn.sylinx.hbatis.ext.DaoSupport
 
getDaoSupport() - 类 中的静态方法cn.sylinx.hbatis.ext.common.Hbatis
 
getDatabase() - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
获取数据库对应名称
getDatabase() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
getDataSource() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
获取数据源
getDatasourceName() - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
getDatasourceName() - 接口 中的方法cn.sylinx.hbatis.db.common.HbatisService
数据源
getDataSourceName() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
获取数据源名称
getDatasourceName() - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
获取数据源名称
getDatasourceName() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getDate(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.util.Date
getDate(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.util.Date
getDbOper() - 接口 中的方法cn.sylinx.hbatis.db.common.BaseDbOper
获取原生sql操作对象
getDbOper() - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.Db2Dialect
 
getDbType(String) - 枚举 中的静态方法cn.sylinx.hbatis.db.dialect.DbType
 
getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.DerbyDialect
 
getDbType() - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
数据库类型
getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.MysqlDialect
 
getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.OracleDialect
 
getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.SqlServerDialect
 
getDbType() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
获取数据库类型
getDefaultClassLoader() - 类 中的静态方法cn.sylinx.hbatis.io.Resources
get the default classloader
getDefaultDatasourceName() - 类 中的方法cn.sylinx.hbatis.ext.AbstractDaoSingleton
 
getDefaultDatasourceName() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.DaoSingleton
 
getDefaultJdbcResourceName() - 枚举 中的方法cn.sylinx.hbatis.ds.JdbcResourceManager
获取默认数据源名称
getDialect() - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
getDialect() - 接口 中的方法cn.sylinx.hbatis.db.common.HbatisService
DB类型
getDialect() - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
获取数据库类型
getDialect() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getDialect() - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
获取数据库类型
getDialect() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
getDouble(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Double
getDouble(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Double
getElseNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
getElsifNodeList() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
getEndNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
getEndNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
getFieldMap() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getFields() - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
getFields() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getFieldType(Field) - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
获取字段类型
getFloat(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Float
getFloat(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Float
getFollowNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getFollowNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
getFunction(String) - 类 中的方法cn.sylinx.hbatis.ext.function.FunctionFactory
 
getGmtCreate() - 类 中的方法cn.sylinx.hbatis.ext.model.BaseModel
 
getGmtModify() - 类 中的方法cn.sylinx.hbatis.ext.model.BaseModel
 
getHbatisService() - 类 中的静态方法cn.sylinx.hbatis.ext.common.spi.HbatisServiceManager
 
getId() - 类 中的方法cn.sylinx.hbatis.ext.model.GenericModel
 
getIfEndBlockList() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
getIfEndBlockList() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getIfEndBlockList() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
getIfNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
getIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
getIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
getIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
getIndex() - 接口 中的方法cn.sylinx.hbatis.ext.ifblock.Node
 
getInstance() - 类 中的静态方法cn.sylinx.hbatis.ext.tool.RepositoryTools
 
getInstance() - 类 中的静态方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getInteger(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Integer
getInteger(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Integer
getJavaToJdbcMapper() - 接口 中的方法cn.sylinx.hbatis.db.mapper.DeleteMapper
VO对象到JDBC字段映射,只针对使用到的字段
getJavaToJdbcMapper() - 接口 中的方法cn.sylinx.hbatis.db.mapper.InsertMapper
VO对象到JDBC字段映射
getJavaToJdbcMapper() - 接口 中的方法cn.sylinx.hbatis.db.mapper.UpdateMapper
VO对象到JDBC字段映射
getJdbcMapping() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getJdbcResource() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResourceWrapper
获取数据源
getJdbcToJavaMapper() - 接口 中的方法cn.sylinx.hbatis.db.mapper.QueryMapper
查询出的字段 和 VO字段对应
getKeys(String) - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
getList() - 类 中的方法cn.sylinx.hbatis.db.common.Page
Return list of this page.
getLong(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Long
getLong(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Long
getMapping() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getMappingFile(String) - 类 中的方法cn.sylinx.hbatis.db.mapper.MappingFileManager
 
getMappingTypeHandler(Class<? extends TypeHandler<?>>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getModelFabric(String) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
getModelFabric(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
getModelFabric(Class<?>) - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
 
getModelFabric(String) - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
 
getModelTable(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
getName() - 枚举 中的方法cn.sylinx.hbatis.ext.res.SqlResourceType
 
getNextIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
getNextIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getNextIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
getNextIndex() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
getNextIndex() - 接口 中的方法cn.sylinx.hbatis.ext.ifblock.Node
 
getNodeName() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
getNodeName() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getNodeName() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
getNodeName() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
getNodeName() - 接口 中的方法cn.sylinx.hbatis.ext.ifblock.Node
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ArrayTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ArrayTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ArrayTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BigDecimalTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BigDecimalTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BigDecimalTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BigIntegerTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BigIntegerTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BigIntegerTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BlobByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BlobByteObjectArrayTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BlobByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BlobInputStreamTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BlobInputStreamTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BlobInputStreamTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BlobTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BlobTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BlobTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BooleanTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BooleanTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BooleanTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ByteArrayTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ByteArrayTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ByteArrayTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ByteObjectArrayTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ByteObjectArrayTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ByteTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ByteTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ByteTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.CharacterTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.CharacterTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.CharacterTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ClobReaderTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ClobReaderTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ClobReaderTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ClobTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ClobTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ClobTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.DateOnlyTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.DateOnlyTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.DateOnlyTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.DateTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.DateTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.DateTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.DoubleTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.DoubleTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.DoubleTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.EnumOrdinalTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.EnumOrdinalTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.EnumOrdinalTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.EnumTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.EnumTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.EnumTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.FloatTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.FloatTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.FloatTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.IntegerTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.IntegerTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.IntegerTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.LongTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.LongTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.LongTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.NClobTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.NClobTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.NClobTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.NStringTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.NStringTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.NStringTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ObjectTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ObjectTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ObjectTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ShortTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ShortTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ShortTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.SqlDateTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.SqlDateTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.SqlDateTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.SqlTimestampTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.SqlTimestampTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.SqlTimestampTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.SqlTimeTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.SqlTimeTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.SqlTimeTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.StringTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.StringTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.StringTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.TimeOnlyTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.TimeOnlyTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.TimeOnlyTypeHandler
 
getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.UnknownTypeHandler
 
getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.UnknownTypeHandler
 
getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.UnknownTypeHandler
 
getNumber(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Number
getNumber(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取Number
getObject(Object, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
T对象中必须有id字段
getObject(Object, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getObject(int) - 类 中的方法cn.sylinx.hbatis.kit.Tuple
get the object for the index
getObject(int, Class<T>) - 类 中的方法cn.sylinx.hbatis.kit.Tuple
 
getObjectAllFields(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
getObjectAllFieldsMap(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
getObjectAllFieldsMapWithcache(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
getObjectAllFieldsWithcache(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
 
getObjectByField(List<Tuple>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
getObjectByField(Tuple, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
getObjectByField(Tuple, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getObjectByField(List<Tuple>, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getObjectByNumber(String, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
getObjectByNumber(String, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
getPageNumber() - 类 中的方法cn.sylinx.hbatis.db.common.Page
Return page number.
getPageSize() - 类 中的方法cn.sylinx.hbatis.db.common.Page
Return page size.
getPaginatorSql(String, int, int) - 类 中的方法cn.sylinx.hbatis.db.dialect.DefaultDialect
 
getPaginatorSql(String, int, int) - 类 中的方法cn.sylinx.hbatis.db.dialect.DerbyDialect
 
getPaginatorSql(String, int, int) - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
获取分页sql
getPaginatorSql(String, int, int) - 类 中的方法cn.sylinx.hbatis.db.dialect.OracleDialect
 
getPkList() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getPreNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
getPreNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
getPreNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
getPrimaryKeyFieldNameList() - 接口 中的方法cn.sylinx.hbatis.db.mapper.DeleteMapper
获取对象的主键字段
getPrimaryKeyFieldNameList() - 接口 中的方法cn.sylinx.hbatis.db.mapper.UpdateMapper
获取主键字段名称
getRawType() - 类 中的方法cn.sylinx.hbatis.type.TypeReference
 
getResourceAsFile(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the File of the resource on the classpath
getResourceAsFile(ClassLoader, String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the File of the resource on the classpath
getResourceAsProperties(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the Properties of the resource on the classpath
getResourceAsProperties(ClassLoader, String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the Properties of the resource on the classpath
getResourceAsReader(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the Reader of the resource on the classpath
getResourceAsReader(ClassLoader, String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the Reader of the resource on the classpath
getResourceAsStream(String) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
获取资源输入流
getResourceAsStream(String, ClassLoader) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
获取资源输入流
getResourceAsStream(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
Returns the InputStream of the resource on the classpath
getResourceAsStream(ClassLoader, String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
returns the InputStream of the resource on the classpath
getResourceAsURL(String) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
获取URL资源
getResourceAsURL(String, ClassLoader) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
获取URL资源
getResourceName() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResourceWrapper
获取数据源名称
getResourceNameList() - 类 中的方法cn.sylinx.hbatis.io.ClasspathResourceScanner
获取所有资源列表
getResourceURL(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
Returns the URL of the resource on the classpath
getResourceURL(ClassLoader, String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
Returns the URL of the resource on the classpath
getResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
getResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
getResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
getResult(ResultSet, String) - 接口 中的方法cn.sylinx.hbatis.type.TypeHandler
 
getResult(ResultSet, int) - 接口 中的方法cn.sylinx.hbatis.type.TypeHandler
 
getResult(CallableStatement, int) - 接口 中的方法cn.sylinx.hbatis.type.TypeHandler
 
getRootPath(URL) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
get the url as string
getScanPackageList() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
 
getSqlMD5(String) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
getSqlpath() - 类 中的方法cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
getSqlResource() - 类 中的方法cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
getSqlResourceType() - 类 中的方法cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
getStatement(String) - 类 中的静态方法cn.sylinx.hbatis.ext.res.ClasspathSqlResourceUtil
 
getStatementHandler() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
获取StatementHandler
getStatementHandler() - 类 中的方法cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
getString(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取String
getString(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取String
getTable() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getTableName() - 接口 中的方法cn.sylinx.hbatis.db.mapper.DeleteMapper
获取需要删除对象的表名称
getTableName() - 接口 中的方法cn.sylinx.hbatis.db.mapper.InsertMapper
获取需要插入的表名称
getTableName() - 接口 中的方法cn.sylinx.hbatis.db.mapper.UpdateMapper
获取需要更新的表名称
getTableName() - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
getTableName() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
getTime(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.sql.Time
getTime(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.sql.Time
getTimestamp(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.sql.Timestamp
getTimestamp(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
获取java.sql.Timestamp
getTotalPage() - 类 中的方法cn.sylinx.hbatis.db.common.Page
Return total page.
getTotalRow() - 类 中的方法cn.sylinx.hbatis.db.common.Page
Return total row.
getTransactionConnection() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
获取当前线程的事务Connection
getTypeHandler(Class<T>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getTypeHandler(TypeReference<T>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getTypeHandler(JdbcType) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getTypeHandler(Class<T>, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getTypeHandler(TypeReference<T>, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getTypeHandlers() - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getUnknownTypeHandler() - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
getUrlAsProperties(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the Properties of url
getUrlAsReader(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the Reader of the url
getUrlAsStream(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
return the InputStream of the url
getValue() - 枚举 中的方法cn.sylinx.hbatis.db.dialect.DbType
 
getValueObjectClass() - 接口 中的方法cn.sylinx.hbatis.db.mapper.QueryMapper
 
GLog - cn.sylinx.hbatis.log中的类
log toolkit
GLog() - 类 的构造器cn.sylinx.hbatis.log.GLog
 

H

hand(String) - 类 中的方法cn.sylinx.hbatis.ext.parse.SqlTokenHandler
 
hand(String) - 接口 中的方法cn.sylinx.hbatis.ext.parse.ValueTokenHandler
处理占位符
handle(String) - 接口 中的方法cn.sylinx.hbatis.ext.res.StatementHandler
 
handlerStatement(String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
hashCode() - 类 中的方法cn.sylinx.hbatis.ext.model.GenericModel
 
hasTypeHandler(Class<?>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
hasTypeHandler(TypeReference<?>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
hasTypeHandler(Class<?>, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
hasTypeHandler(TypeReference<?>, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
Hbatis - cn.sylinx.hbatis.ext.common中的类
 
Hbatis() - 类 的构造器cn.sylinx.hbatis.ext.common.Hbatis
 
HbatisService - cn.sylinx.hbatis.db.common中的接口
数据库操作接口
HbatisServiceManager - cn.sylinx.hbatis.ext.common.spi中的类
 
HbatisServiceManager() - 类 的构造器cn.sylinx.hbatis.ext.common.spi.HbatisServiceManager
 

I

ICache - cn.sylinx.hbatis.db.cache中的接口
缓存接口
IDataLoader<T> - cn.sylinx.hbatis.db.cache中的接口
数据装载接口
IF - cn.sylinx.hbatis.ext.ifblock中的类
 
IF() - 类 的构造器cn.sylinx.hbatis.ext.ifblock.IF
 
IfEndBlock - cn.sylinx.hbatis.ext.ifblock中的类
#IF[condition] ...
IfEndBlock() - 类 的构造器cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
IfEndBlockParser - cn.sylinx.hbatis.ext.ifblock中的接口
 
IfEndBlockParserImpl - cn.sylinx.hbatis.ext.ifblock中的类
 
IfEndBlockParserImpl(TokenHandler) - 类 的构造器cn.sylinx.hbatis.ext.ifblock.IfEndBlockParserImpl
 
IfEndMatcher - cn.sylinx.hbatis.ext.ifblock中的接口
 
IfEndMatcherImpl - cn.sylinx.hbatis.ext.ifblock中的类
 
IfEndMatcherImpl() - 类 的构造器cn.sylinx.hbatis.ext.ifblock.IfEndMatcherImpl
 
IFunction - cn.sylinx.hbatis.ext.function中的接口
SQL函数处理
Include - cn.sylinx.hbatis.ext.function.impl中的类
包含操作
Include() - 类 的构造器cn.sylinx.hbatis.ext.function.impl.Include
 
info(String, Object...) - 类 中的静态方法cn.sylinx.hbatis.log.GLog
info
init(String) - 类 中的方法cn.sylinx.hbatis.ext.AbstractDaoSingleton
 
init(Set<String>) - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
 
insert(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
insert(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
insert(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
插入语句
insert(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
InsertMapper<T> - cn.sylinx.hbatis.db.mapper中的接口
插入数据库映射
IntegerTypeHandler - cn.sylinx.hbatis.type中的类
 
IntegerTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.IntegerTypeHandler
 
invoke(ValueTokenHandler, String) - 接口 中的方法cn.sylinx.hbatis.ext.function.IFunction
执行调用
invoke(ValueTokenHandler, String) - 类 中的方法cn.sylinx.hbatis.ext.function.impl.Exclude
使用方法 #FUNC[exclude,field, params], 接收一个参数 params
invoke(ValueTokenHandler, String) - 类 中的方法cn.sylinx.hbatis.ext.function.impl.Include
使用方法 #FUNC[include,field, params], 接收一个参数 params
invoke(ValueTokenHandler, String) - 类 中的方法cn.sylinx.hbatis.ext.function.impl.Like
 
IPlugin - cn.sylinx.hbatis.plugin中的接口
 插件
isBlank(String) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
字符串为 null 或者为 "" 时返回 true
isDefaultResource() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResourceWrapper
是否默认数据源
isEmpty() - 类 中的方法cn.sylinx.hbatis.db.common.Page
 
isEmpty(String) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
是否空
isInited() - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
isMappingEmpty() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
isNotBlank(String) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
字符串不为 null 而且不为 "" 时返回 true
isSimpleType(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.type.SimpleTypeRegistry
 
ITransaction - cn.sylinx.hbatis.db.common中的接口
事务处理

J

JdbcBlock<O> - cn.sylinx.hbatis.ds中的类
JDBC执行块
JdbcBlock() - 类 的构造器cn.sylinx.hbatis.ds.JdbcBlock
 
JdbcResource - cn.sylinx.hbatis.ds中的类
JDBC资源
JdbcResource(String, DataSource, DbType) - 类 的构造器cn.sylinx.hbatis.ds.JdbcResource
构造器
JdbcResourceManager - cn.sylinx.hbatis.ds中的枚举
数据源管理单例
JdbcResourcePlugin - cn.sylinx.hbatis.plugin中的类
 
JdbcResourcePlugin() - 类 的构造器cn.sylinx.hbatis.plugin.JdbcResourcePlugin
 
JdbcResourceWrapper - cn.sylinx.hbatis.ds中的类
数据源封装类
JdbcResourceWrapper() - 类 的构造器cn.sylinx.hbatis.ds.JdbcResourceWrapper
 
JdbcType - cn.sylinx.hbatis.type中的枚举
 
justAdd(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
justAdd(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
justAddObject(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
justAddObject(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 

K

KW_ELSE - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
 
KW_ELSIF - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
 
KW_END - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
 
KW_FUNC - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
 
KW_IF - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
 

L

length() - 类 中的方法cn.sylinx.hbatis.kit.Tuple
get the length
Like - cn.sylinx.hbatis.ext.function.impl中的类
自定义 like函数,使用方法: #FUNC[like, email, emailLikeStr] 任意匹配 #FUNC[like, email, emailLikeStr,1] 右边字符全匹配 #FUNC[like, email, emailLikeStr,2] 左边字符全匹配
Like() - 类 的构造器cn.sylinx.hbatis.ext.function.impl.Like
 
load() - 接口 中的方法cn.sylinx.hbatis.db.cache.IDataLoader
装载数据
LongTypeHandler - cn.sylinx.hbatis.type中的类
 
LongTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.LongTypeHandler
 

M

main(String[]) - 类 中的静态方法cn.sylinx.hbatis.ext.parse.GenericTokenParser
 
MappedJdbcTypes - cn.sylinx.hbatis.type中的注释类型
 
MappedTypes - cn.sylinx.hbatis.type中的注释类型
 
MapperQuery - cn.sylinx.hbatis.db.common中的接口
Mapper查询类
MappingFileManager - cn.sylinx.hbatis.db.mapper中的类
 
MappingFileNotFoundException - cn.sylinx.hbatis.exception中的异常错误
 
MappingFileNotFoundException() - 异常错误 的构造器cn.sylinx.hbatis.exception.MappingFileNotFoundException
 
MappingFileNotFoundException(String) - 异常错误 的构造器cn.sylinx.hbatis.exception.MappingFileNotFoundException
 
MappingFileNotFoundException(String, Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.MappingFileNotFoundException
 
MappingFileNotFoundException(Throwable) - 异常错误 的构造器cn.sylinx.hbatis.exception.MappingFileNotFoundException
 
ME - 类 中的静态变量cn.sylinx.hbatis.ext.common.repository.DaoSingleton
 
Model - cn.sylinx.hbatis.ext.model中的类
 
Model() - 类 的构造器cn.sylinx.hbatis.ext.model.Model
 
ModelBuilder - cn.sylinx.hbatis.db.mapper中的类
 
ModelBuilder() - 类 的构造器cn.sylinx.hbatis.db.mapper.ModelBuilder
 
ModelCacheManager - cn.sylinx.hbatis.plugin.model中的枚举
 
ModelFabric - cn.sylinx.hbatis.plugin.model中的类
model结构
ModelFabric() - 类 的构造器cn.sylinx.hbatis.plugin.model.ModelFabric
 
ModelPreloadPlugin - cn.sylinx.hbatis.plugin.model中的类
 
ModelPreloadPlugin() - 类 的构造器cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
 
MYSQL_CREATE_TEMPLATE - 类 中的静态变量cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
MYSQL_DROP_TEMPLATE - 类 中的静态变量cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
MYSQL_ENGINE - 类 中的静态变量cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
MYSQL_JAVA_JDBC_MAP - 类 中的静态变量cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
MYSQL_JDBC_COLLEN_MAP - 类 中的静态变量cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
MYSQL_ROW_PK - 类 中的静态变量cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
MYSQL_SINGLE_QUOTES - 类 中的静态变量cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
MysqlDialect - cn.sylinx.hbatis.db.dialect中的类
 
MysqlDialect() - 类 的构造器cn.sylinx.hbatis.db.dialect.MysqlDialect
 
MysqlTableGenerateUtil - cn.sylinx.hbatis.ext.tool中的类
 
MysqlTableGenerateUtil(Class<? extends Object>) - 类 的构造器cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 

N

NClobTypeHandler - cn.sylinx.hbatis.type中的类
 
NClobTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.NClobTypeHandler
 
NestedTransactionException - cn.sylinx.hbatis.exception中的异常错误
嵌套事务异常
NestedTransactionException(String) - 异常错误 的构造器cn.sylinx.hbatis.exception.NestedTransactionException
嵌套事务异常
Node - cn.sylinx.hbatis.ext.ifblock中的接口
所有节点, IF ELSIF ELSE END
NStringTypeHandler - cn.sylinx.hbatis.type中的类
 
NStringTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.NStringTypeHandler
 

O

ObjectTypeHandler - cn.sylinx.hbatis.type中的类
 
ObjectTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ObjectTypeHandler
 
OracleDialect - cn.sylinx.hbatis.db.dialect中的类
 
OracleDialect() - 类 的构造器cn.sylinx.hbatis.db.dialect.OracleDialect
 

P

Page<T> - cn.sylinx.hbatis.db.common中的类
 
Page() - 类 的构造器cn.sylinx.hbatis.db.common.Page
 
Page(List<T>, int, int, int, int) - 类 的构造器cn.sylinx.hbatis.db.common.Page
Constructor.
parse(String) - 类 中的方法cn.sylinx.hbatis.ext.function.FunctionParser
 
parse(String) - 接口 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlockParser
 
parse(String) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlockParserImpl
 
parse(String) - 类 中的方法cn.sylinx.hbatis.ext.parse.GenericTokenParser
返回sql 和 sql参数, Tuple[0]:sql Tuple[1]:参数
parseDynamicPartSql(String) - 类 中的方法cn.sylinx.hbatis.ext.parse.GenericTokenParser
 
parseDynamicSql(String) - 类 中的方法cn.sylinx.hbatis.ext.parse.GenericTokenParser
 
parseFunctions(String) - 类 中的方法cn.sylinx.hbatis.ext.parse.GenericTokenParser
解析函数
parseSql(ClasspathSqlResource, Map<String, Object>) - 类 中的静态方法cn.sylinx.hbatis.ext.parse.SqlParser
 
parseSql(String, Map<String, Object>, StatementHandler) - 类 中的静态方法cn.sylinx.hbatis.ext.parse.SqlParser
 
PluginStarter - cn.sylinx.hbatis.plugin中的类
 
PluginStarter() - 类 的构造器cn.sylinx.hbatis.plugin.PluginStarter
 
PluginStarter(List<IPlugin>) - 类 的构造器cn.sylinx.hbatis.plugin.PluginStarter
 
PluginStarter(List<IPlugin>, Object[]) - 类 的构造器cn.sylinx.hbatis.plugin.PluginStarter
 
PreNode - cn.sylinx.hbatis.ext.ifblock中的接口
前置
PrimaryKey - cn.sylinx.hbatis.db.mapper.anno中的注释类型
主键字段
put(String, Object, Object) - 类 中的方法cn.sylinx.hbatis.db.cache.EhCache
 
put(String, Object, Object) - 接口 中的方法cn.sylinx.hbatis.db.cache.ICache
设置值
put(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.Record
存放值
put(String, Integer, Object) - 类 中的方法cn.sylinx.hbatis.db.common.Record
存放值
put(String, Object, Object) - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 

Q

query(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbQuery
查询
query(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
query(String, QueryMapper<T>, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
query(String, QueryMapper<T>, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
query(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
query(String, QueryMapper<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.MapperQuery
使用Mapper查询
query(String, QueryMapper<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
查询
query(Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
query(String, QueryMapper<T>, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
query(Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryFirst(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbQuery
查询一条记录
queryFirst(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
queryFirst(String, QueryMapper<T>, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
queryFirst(String, QueryMapper<T>, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
queryFirst(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
queryFirst(String, QueryMapper<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.MapperQuery
使用Mapper查询第一条记录
queryFirstMap(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbQuery
查询一条记录
queryFirstMap(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
queryFirstMap(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
queryFirstRecord(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbQuery
查询一条记录
queryFirstRecord(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
queryFirstRecord(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
queryList(String, Class<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
 
queryList(Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
查询对应对象的所有值
queryList(Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryList(String, Class<T>, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryListWithCache(String, Class<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
 
queryListWithCache(Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
查询对应对象的所有值
queryListWithCache(Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryListWithCache(String, Class<T>, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryMap(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbQuery
查询
queryMap(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
queryMap(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
QueryMapper<T> - cn.sylinx.hbatis.db.mapper中的接口
查询数据做映射
queryPage(Class<T>, int, int) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
queryPage(Class<T>, int) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
queryPage(String, int, int, Class<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
queryPage(String, int, int, Class<T>, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryPage(Class<T>, int, int) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryPage(Class<T>, int) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryPageRecords(Class<T>, int, int) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
queryPageRecords(Class<T>, int) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
queryPageRecords(String, int, int, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
queryPageRecords(String, int, int, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryPageRecords(Class<T>, int, int) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryPageRecords(Class<T>, int) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryRecord(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询,单条
queryRecord(String) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询,单条
queryRecord(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecord(String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecords(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbQuery
查询记录
queryRecords(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultCacheQuery
 
queryRecords(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
queryRecords(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询
queryRecords(String) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询
queryRecords(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecords(String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecordsWithCache(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询
queryRecordsWithCache(String) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询
queryRecordsWithCache(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecordsWithCache(String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecordsWithSql(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
查询记录
queryRecordsWithSql(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryRecordWithCache(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询,单条
queryRecordWithCache(String) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
sql查询,单条
queryRecordWithCache(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecordWithCache(String) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
queryRecordWithSql(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
查询记录
queryRecordWithSql(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
querySqlList(String, Class<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
querySqlList(String, Class<T>, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
querySqlListWithCache(String, Class<T>, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
querySqlListWithCache(String, Class<T>, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
querySqlRecordsWithCache(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
querySqlRecordsWithCache(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
queryWithCache(Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
queryWithCache(Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 

R

Record - cn.sylinx.hbatis.db.common中的类
记录对象
Record() - 类 的构造器cn.sylinx.hbatis.db.common.Record
 
register(JdbcType, TypeHandler<?>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
register(TypeHandler<T>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
register(Class<T>, TypeHandler<? extends T>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
register(TypeReference<T>, TypeHandler<? extends T>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
register(Class<T>, JdbcType, TypeHandler<? extends T>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
register(Class<?>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
register(Class<?>, Class<?>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
register(Class<?>, JdbcType, Class<?>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
 
remove(String, Object) - 类 中的方法cn.sylinx.hbatis.db.cache.EhCache
 
remove(String, Object) - 接口 中的方法cn.sylinx.hbatis.db.cache.ICache
移除对应键值
remove(String, Object) - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
removeAll(String) - 类 中的方法cn.sylinx.hbatis.db.cache.EhCache
 
removeAll(String) - 接口 中的方法cn.sylinx.hbatis.db.cache.ICache
移除所有缓存值
removeAll(String) - 类 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
 
removeJdbcResource(String) - 枚举 中的方法cn.sylinx.hbatis.ds.JdbcResourceManager
移除数据源
removeTransactionConnection() - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
删除当前线程的事务Connection
RepositoryTools - cn.sylinx.hbatis.ext.tool中的类
 
Resource<R> - cn.sylinx.hbatis.ds中的接口
资源接口
ResourceBlock<R,O> - cn.sylinx.hbatis.ds中的接口
资源执行块
ResourceHelper - cn.sylinx.hbatis.ds中的类
资源辅助类
ResourceHelper() - 类 的构造器cn.sylinx.hbatis.ds.ResourceHelper
 
Resources - cn.sylinx.hbatis.io中的类
资源常用类
run() - 接口 中的方法cn.sylinx.hbatis.db.common.ITransaction
事务执行

S

save(T, InsertMapper<T>) - 接口 中的方法cn.sylinx.hbatis.db.common.DbMapper
保存
save(T) - 接口 中的方法cn.sylinx.hbatis.db.common.DbMapper
保存
save(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
保存
save(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
save(T, InsertMapper<T>) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
save(T) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
save(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
保存对象,返回带有主键
save(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
saveNoPk(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
返回无需主键
saveNoPk(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
saveObject(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
保存通用对象,返回主键
saveObject(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
saveObjectNoPk(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
保存通用对象,无主键返回
saveObjectNoPk(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
setAttrMapping(Map<String, String>) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
setCharset(Charset) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
set the Charset
setClz(Class<?>) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
setClzSets(Set<String>) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
 
setCode(String) - 枚举 中的方法cn.sylinx.hbatis.ext.res.SqlResourceType
 
setCondition(String) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
setCondition(String) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
setConfiguration(Configuration) - 类 中的方法cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
setConfigurationFileName(String) - 类 中的方法cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
setConfigurationFileURL(URL) - 类 中的方法cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
setContentPattern(String) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
setContentPattern(String) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
setContentPattern(String) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
setDataSource(DataSource) - 类 中的方法cn.sylinx.hbatis.plugin.datasource.DataSourcePlugin
 
setDbType(String) - 类 中的方法cn.sylinx.hbatis.plugin.datasource.DataSourcePlugin
 
setDefaultClassLoader(ClassLoader) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
Sets the default classloader
setDefaultResource(boolean) - 类 中的方法cn.sylinx.hbatis.ds.JdbcResourceWrapper
设置默认数据源
setElseNode(ELSE) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
setEndNode(END) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
setEndNode(END) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
setFieldMap(Map<String, Field>) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
setFields(List<Field>) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
setFollowNode(FollowNode) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
setFollowNode(FollowNode) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
setGmtCreate(Date) - 类 中的方法cn.sylinx.hbatis.ext.model.BaseModel
 
setGmtModify(Date) - 类 中的方法cn.sylinx.hbatis.ext.model.BaseModel
 
setId(PK) - 类 中的方法cn.sylinx.hbatis.ext.model.GenericModel
 
setIfNode(IF) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
setIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
setIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
setIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
setIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
setInputStream(InputStream) - 类 中的方法cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
setJdbcResource(JdbcResource) - 类 中的方法cn.sylinx.hbatis.ds.JdbcResourceWrapper
设置数据源
setJdbcResourceName(String) - 类 中的方法cn.sylinx.hbatis.plugin.datasource.DataSourcePlugin
 
setList(List<T>) - 类 中的方法cn.sylinx.hbatis.db.common.Page
set the data list
setMapping(AttributeColumnMapping) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
setName(String) - 枚举 中的方法cn.sylinx.hbatis.ext.res.SqlResourceType
 
setNextIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
setNextIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
setNextIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
setNextIndex(int) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
setNonNullParameter(PreparedStatement, int, BigDecimal, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BigDecimalTypeHandler
 
setNonNullParameter(PreparedStatement, int, BigInteger, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BigIntegerTypeHandler
 
setNonNullParameter(PreparedStatement, int, Byte[], JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BlobByteObjectArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, InputStream, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BlobInputStreamTypeHandler
 
setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BlobTypeHandler
 
setNonNullParameter(PreparedStatement, int, Boolean, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BooleanTypeHandler
 
setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ByteArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, Byte[], JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ByteObjectArrayTypeHandler
 
setNonNullParameter(PreparedStatement, int, Byte, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ByteTypeHandler
 
setNonNullParameter(PreparedStatement, int, Character, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.CharacterTypeHandler
 
setNonNullParameter(PreparedStatement, int, Reader, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ClobReaderTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.DateOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.DateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Double, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.DoubleTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.EnumOrdinalTypeHandler
 
setNonNullParameter(PreparedStatement, int, E, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.EnumTypeHandler
 
setNonNullParameter(PreparedStatement, int, Float, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.FloatTypeHandler
 
setNonNullParameter(PreparedStatement, int, Integer, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.IntegerTypeHandler
 
setNonNullParameter(PreparedStatement, int, Long, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.LongTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.NClobTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.NStringTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ObjectTypeHandler
 
setNonNullParameter(PreparedStatement, int, Short, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.ShortTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.SqlDateTypeHandler
 
setNonNullParameter(PreparedStatement, int, Timestamp, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.SqlTimestampTypeHandler
 
setNonNullParameter(PreparedStatement, int, Time, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.SqlTimeTypeHandler
 
setNonNullParameter(PreparedStatement, int, String, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.StringTypeHandler
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.TimeOnlyTypeHandler
 
setNonNullParameter(PreparedStatement, int, Object, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.UnknownTypeHandler
 
setPageNumber(int) - 类 中的方法cn.sylinx.hbatis.db.common.Page
set the page number
setPageSize(int) - 类 中的方法cn.sylinx.hbatis.db.common.Page
set the page size
setParameter(PreparedStatement, int, T, JdbcType) - 类 中的方法cn.sylinx.hbatis.type.BaseTypeHandler
 
setParameter(PreparedStatement, int, T, JdbcType) - 接口 中的方法cn.sylinx.hbatis.type.TypeHandler
 
setParameters(PreparedStatement, Object...) - 类 中的方法cn.sylinx.hbatis.db.dialect.DefaultDialect
 
setParameters(PreparedStatement, List<Object>) - 类 中的方法cn.sylinx.hbatis.db.dialect.DefaultDialect
 
setParameters(PreparedStatement, Object...) - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
 
setParameters(PreparedStatement, List<Object>) - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
 
setParameters(PreparedStatement, Object...) - 类 中的方法cn.sylinx.hbatis.db.dialect.OracleDialect
 
setPkList(PrimaryKey[]) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
setPluginList(List<IPlugin>) - 类 中的方法cn.sylinx.hbatis.plugin.PluginStarter
 
setPreNode(PreNode) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
setPreNode(PreNode) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
setPreNode(PreNode) - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
setResourceName(String) - 类 中的方法cn.sylinx.hbatis.ds.JdbcResourceWrapper
设置数据源名称
setScanPackageList(List<String>) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
 
setSqlpath(String) - 类 中的方法cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
setStatementHandler(StatementHandler) - 类 中的方法cn.sylinx.hbatis.ext.res.ClasspathSqlResource
 
setTable(Table) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
 
setTableName(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
 
setTotalPage(int) - 类 中的方法cn.sylinx.hbatis.db.common.Page
set the total page
setTotalRow(int) - 类 中的方法cn.sylinx.hbatis.db.common.Page
set the total row count
setTransactionConnection(Connection) - 类 中的方法cn.sylinx.hbatis.ds.JdbcResource
设置事务Connection缓存
ShortTypeHandler - cn.sylinx.hbatis.type中的类
 
ShortTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.ShortTypeHandler
 
SimpleTypeRegistry - cn.sylinx.hbatis.type中的类
 
sqlAlias() - 接口 中的方法cn.sylinx.hbatis.ext.function.IFunction
sql使用名称
sqlAlias() - 类 中的方法cn.sylinx.hbatis.ext.function.impl.Exclude
 
sqlAlias() - 类 中的方法cn.sylinx.hbatis.ext.function.impl.Include
 
sqlAlias() - 类 中的方法cn.sylinx.hbatis.ext.function.impl.Like
 
SqlDateTypeHandler - cn.sylinx.hbatis.type中的类
 
SqlDateTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.SqlDateTypeHandler
 
SqlParser - cn.sylinx.hbatis.ext.parse中的类
 
SqlParser() - 类 的构造器cn.sylinx.hbatis.ext.parse.SqlParser
 
SqlResourceType - cn.sylinx.hbatis.ext.res中的枚举
 
SqlServerDialect - cn.sylinx.hbatis.db.dialect中的类
 
SqlServerDialect() - 类 的构造器cn.sylinx.hbatis.db.dialect.SqlServerDialect
 
SqlTimestampTypeHandler - cn.sylinx.hbatis.type中的类
 
SqlTimestampTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.SqlTimestampTypeHandler
 
SqlTimeTypeHandler - cn.sylinx.hbatis.type中的类
 
SqlTimeTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.SqlTimeTypeHandler
 
SqlTokenHandler - cn.sylinx.hbatis.ext.parse中的类
sql 占位符解析处理器
SqlTokenHandler(Map<String, Object>) - 类 的构造器cn.sylinx.hbatis.ext.parse.SqlTokenHandler
 
start(Object...) - 类 中的方法cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
start(Object...) - 接口 中的方法cn.sylinx.hbatis.plugin.IPlugin
插件启动
start(Object...) - 类 中的方法cn.sylinx.hbatis.plugin.JdbcResourcePlugin
 
start(Object...) - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
 
start() - 类 中的方法cn.sylinx.hbatis.plugin.PluginStarter
 
StatementHandler - cn.sylinx.hbatis.ext.res中的接口
 
stop() - 类 中的方法cn.sylinx.hbatis.plugin.ehcache.EhcachePlugin
 
stop() - 接口 中的方法cn.sylinx.hbatis.plugin.IPlugin
插件关闭
stop() - 类 中的方法cn.sylinx.hbatis.plugin.JdbcResourcePlugin
 
stop() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
 
stop() - 类 中的方法cn.sylinx.hbatis.plugin.PluginStarter
 
StringTypeHandler - cn.sylinx.hbatis.type中的类
 
StringTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.StringTypeHandler
 
StrKit - cn.sylinx.hbatis.kit中的类
StrKit.
StrKit() - 类 的构造器cn.sylinx.hbatis.kit.StrKit
 

T

Table - cn.sylinx.hbatis.db.mapper.anno中的注释类型
表名称
Tags - cn.sylinx.hbatis.ext.ifblock中的接口
 
TimeOnlyTypeHandler - cn.sylinx.hbatis.type中的类
 
TimeOnlyTypeHandler() - 类 的构造器cn.sylinx.hbatis.type.TimeOnlyTypeHandler
 
toJdbcType(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlTableGenerateUtil
获取javaType对应的 jdbcType
TOKEN_CON_END - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
 
TOKEN_FUN_BEGIN - 类 中的静态变量cn.sylinx.hbatis.ext.function.FunctionParser
 
TOKEN_FUN_END - 类 中的静态变量cn.sylinx.hbatis.ext.function.FunctionParser
 
TokenHandler - cn.sylinx.hbatis.ext.parse中的接口
占位符处理器
toString() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
 
toString() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
 
toString() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
 
toString() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
 
toString() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IfEndBlock
 
toString() - 类 中的方法cn.sylinx.hbatis.type.TypeReference
 
transaction(ITransaction) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
事务处理
transaction(ITransaction) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
transaction(ITransaction) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
事务处理
transaction(ITransaction) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
transaction(ITransaction) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
执行事务
transaction(ITransaction) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
Tuple - cn.sylinx.hbatis.kit中的类
元组对象
TYPE_CODE - 枚举 中的变量cn.sylinx.hbatis.type.JdbcType
 
TypeException - cn.sylinx.hbatis.type中的异常错误
 
TypeException() - 异常错误 的构造器cn.sylinx.hbatis.type.TypeException
 
TypeException(String) - 异常错误 的构造器cn.sylinx.hbatis.type.TypeException
 
TypeException(String, Throwable) - 异常错误 的构造器cn.sylinx.hbatis.type.TypeException
 
TypeException(Throwable) - 异常错误 的构造器cn.sylinx.hbatis.type.TypeException
 
TypeHandler<T> - cn.sylinx.hbatis.type中的接口
 
TypeHandlerRegistry - cn.sylinx.hbatis.type中的类
 
TypeReference<T> - cn.sylinx.hbatis.type中的类
 
TypeReference() - 类 的构造器cn.sylinx.hbatis.type.TypeReference
 

U

UnknownTypeHandler - cn.sylinx.hbatis.type中的类
 
UnknownTypeHandler(TypeHandlerRegistry) - 类 的构造器cn.sylinx.hbatis.type.UnknownTypeHandler
 
update(T, UpdateMapper<T>) - 接口 中的方法cn.sylinx.hbatis.db.common.DbMapper
更新
update(T) - 接口 中的方法cn.sylinx.hbatis.db.common.DbMapper
更新
update(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
更新
update(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
update(T, UpdateMapper<T>) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
update(T) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
update(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
update(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
update(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
更新对象
update(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
更新
update(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
update(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
 
UpdateMapper<T> - cn.sylinx.hbatis.db.mapper中的接口
更新数据库映射
updateObject(T) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
 
updateObject(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
updateWithReturnPk(String, Object...) - 接口 中的方法cn.sylinx.hbatis.db.common.DbOper
更新,带返回主键
updateWithReturnPk(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
updateWithSql(String, Object...) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
更新
updateWithSql(String, Object...) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
 
use(String) - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
use(String) - 接口 中的方法cn.sylinx.hbatis.db.common.HbatisService
使用特定的数据库操作对象
useDefault() - 枚举 中的方法cn.sylinx.hbatis.ds.JdbcResourceManager
获取默认资源
using(Resource<R>, ResourceBlock<R, O>) - 类 中的静态方法cn.sylinx.hbatis.ds.ResourceHelper
执行资源操作

V

valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.db.dialect.DbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.ds.JdbcResourceManager
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.ext.res.SqlResourceType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.type.JdbcType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.sylinx.hbatis.db.dialect.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.sylinx.hbatis.ds.JdbcResourceManager
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.sylinx.hbatis.ext.res.SqlResourceType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.sylinx.hbatis.type.JdbcType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
ValueTokenHandler - cn.sylinx.hbatis.ext.parse中的接口
 
VAR_PREFIX - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
 

W

warn(String, Object...) - 类 中的静态方法cn.sylinx.hbatis.log.GLog
 
withCache() - 类 中的方法cn.sylinx.hbatis.db.common.DefaultHbatisService
 
withCache() - 接口 中的方法cn.sylinx.hbatis.db.common.HbatisService
使用缓存查询
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2018. All rights reserved.