- AbstractDaoSingleton<T> - cn.sylinx.hbatis.ext中的类
-
- AbstractDaoSingleton() - 类 的构造器cn.sylinx.hbatis.ext.AbstractDaoSingleton
-
- AbstractDataSourceCreator<T extends DataSource> - cn.sylinx.hbatis.ext.starter.pool中的类
-
- AbstractDataSourceCreator() - 类 的构造器cn.sylinx.hbatis.ext.starter.pool.AbstractDataSourceCreator
-
- ACM_CLZ_ATTRIBUTE - 接口 中的静态变量cn.sylinx.hbatis.db.mapper.acm.AcmStrategy
-
- ACM_CLZ_UNDERLINE - 接口 中的静态变量cn.sylinx.hbatis.db.mapper.acm.AcmStrategy
-
- AcmStrategy - cn.sylinx.hbatis.db.mapper.acm中的接口
-
- 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
-
return pk
- addObject(T) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- addPlugin(IPlugin) - 类 中的方法cn.sylinx.hbatis.plugin.proxy.ProxyPlugin
-
添加第三方插件
- and(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate AND statement, simultaneous setting value
- and(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- and(String) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- and(TypeFunction<T, R>) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- and() - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andBetween(String, Object, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate between statement, simultaneous setting value
- andBetween(TypeFunction<T, R>, Object, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate between statement with lambda, simultaneous setting value
- andEq(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andEq(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andGt(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">" statement, simultaneous setting value
- andGt(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">" statement with lambda, simultaneous setting value
- andGte(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">=" statement, simultaneous setting value
- andGte(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">=" statement, simultaneous setting value
- andIn(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "in" statement, simultaneous setting value
- andIn(TypeFunction<T, R>, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andIn(String, List<S>) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "in" statement, simultaneous setting value
- andIn(TypeFunction<T, R>, List<S>) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andLike(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate like statement, simultaneous setting value
- andLike(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andLikeLeft(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andLikeLeft(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andLikeRight(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andLikeRight(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andLt(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "<" statement, simultaneous setting value
- andLt(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "<" statement, simultaneous setting value
- andLte(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "<=" statement, simultaneous setting value
- andLte(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "<=" statement, simultaneous setting value
- andNest(Function<FS<T>, FS<T>>) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andNotBetween(String, Object, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
not between
- andNotBetween(TypeFunction<T, R>, Object, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
not between
- andNotEmpty(String) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "!
- andNotEq(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "!
- andNotIn(String, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
not in
- andNotIn(TypeFunction<T, R>, Object...) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
and not in
- andNotIn(String, List<S>) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
and not in
- andNotIn(TypeFunction<T, R>, List<S>) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
and not in
- andNotNull(String) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate "IS NOT NULL" statement
- andNotNull(TypeFunction<T, R>) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- andTotEq(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- apply(Connection) - 类 中的方法cn.sylinx.hbatis.ds.JdbcBlock
-
- apply(R) - 接口 中的方法cn.sylinx.hbatis.ds.ResourceBlock
-
资源执行
- apply(Object, Object) - 类 中的静态方法cn.sylinx.hbatis.kit.Pair
-
- 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
-
- AttributeAcmStrategy - cn.sylinx.hbatis.db.mapper.acm中的类
-
和属性一致策略
- AttributeAcmStrategy() - 类 的构造器cn.sylinx.hbatis.db.mapper.acm.AttributeAcmStrategy
-
- AttributeColumnMapping - cn.sylinx.hbatis.db.mapper.anno中的注释类型
-
属性和表列的映射关系
- attrs - 类 中的变量cn.sylinx.hbatis.db.common.FS
-
- generateAddTableColumnDDL(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlRepositoryUtil
-
- generateAddTableColumnDDL(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.OracleRepositoryUtil
-
- generateAddTableColumnDDL(DbType, Class<?>, String) - 类 中的方法cn.sylinx.hbatis.ext.tool.RepositoryTools
-
- generateAddTableColumnDDL(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.SqlserverRepositoryUtil
-
- generateCacheKey(Object...) - 类 中的静态方法cn.sylinx.hbatis.db.cache.CacheKeyGenerator
-
通过参数生成对应的缓存键
- generateModifyTableColumnDDL(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlRepositoryUtil
-
- generateModifyTableColumnDDL(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.OracleRepositoryUtil
-
- generateModifyTableColumnDDL(DbType, Class<?>, String) - 类 中的方法cn.sylinx.hbatis.ext.tool.RepositoryTools
-
- generateModifyTableColumnDDL(String) - 类 中的方法cn.sylinx.hbatis.ext.tool.SqlserverRepositoryUtil
-
- generateSql() - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlRepositoryUtil
-
生成表的SQL
- generateSql() - 类 中的方法cn.sylinx.hbatis.ext.tool.OracleRepositoryUtil
-
生成表的SQL
- generateSql() - 类 中的方法cn.sylinx.hbatis.ext.tool.SqlserverRepositoryUtil
-
生成表的SQL
- generateTableDdlSql(DbType, Class<?>) - 类 中的方法cn.sylinx.hbatis.ext.tool.RepositoryTools
-
- GenericModel<PK extends Serializable> - 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() - 类 中的静态方法cn.sylinx.hbatis.db.cache.CacheKitManager
-
- get(String, Object, IDataLoader<?>) - 接口 中的方法cn.sylinx.hbatis.db.cache.ICacheKit
-
- 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.dialect.sql.SqlBuilderFactory
-
- 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(Object, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- get(Object, Class<T>, String[]) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- get(Object, Class<T>, String[], boolean) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- get(Object, Class<T>, boolean) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- get(Object, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- get(Object, Class<T>, boolean) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- get(Object, Class<T>, String[]) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- get(Object, Class<T>, String[], boolean) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- get() - 类 中的静态方法cn.sylinx.hbatis.ext.function.FunctionFactory
-
- get() - 类 中的静态方法cn.sylinx.hbatis.ext.xmapper.xml.XmlSqlMapper
-
- 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() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
-
- get(String) - 接口 中的方法cn.sylinx.hbatis.plugin.statement.DatasourceStatementHandler
-
- get() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.statement.StatementHandlerManager
-
- getAcmStrategy() - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelConst
-
获取全局模型字段映射策略
- getAcmStrategyClass() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
-
- getAttrMapping() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getAttrs() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getBaseRepository() - 类 中的方法cn.sylinx.hbatis.ext.mirage.repository.DaoServiceImpl
-
- 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(Pair, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getByField(List<Pair>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getByField(Pair, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getByField(List<Pair>, 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
- getClassName() - 枚举 中的方法cn.sylinx.hbatis.ext.starter.pool.PoolType
-
- getClz() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getClzSets() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
-
- getCode() - 枚举 中的方法cn.sylinx.hbatis.ext.res.SqlResourceType
-
- getCode() - 枚举 中的方法cn.sylinx.hbatis.ext.xmapper.xml.SqlForUse
-
- getCondition() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
-
- getCondition() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.IF
-
- getConditionSQL() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getConst(String) - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelConst
-
- 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
-
- getDaoService() - 类 中的静态方法cn.sylinx.hbatis.ext.mirage.Mirage
-
- getDaoService(String) - 类 中的静态方法cn.sylinx.hbatis.ext.mirage.Mirage
-
- getDaoService() - 类 中的静态方法cn.sylinx.hbatis.ext.xmapper.Xmapper
-
- getDaoService(String) - 类 中的静态方法cn.sylinx.hbatis.ext.xmapper.Xmapper
-
- getDaoSupport() - 类 中的静态方法cn.sylinx.hbatis.ext.common.Hbatis
-
- getDaoSupport() - 类 中的静态方法cn.sylinx.hbatis.ext.mirage.Mirage
-
- getDaoSupport() - 类 中的静态方法cn.sylinx.hbatis.ext.xmapper.Xmapper
-
- getData() - 类 中的方法cn.sylinx.hbatis.kit.Ret
-
- getDatabase() - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepository
-
获取数据库对应名称
- getDatabase() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl
-
- getDataSource() - 类 中的方法cn.sylinx.hbatis.ds.DataSourceWrapper
-
- 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
-
- getDbOper() - 类 中的方法cn.sylinx.hbatis.ext.mirage.DefaultMirageService
-
- getDbOper() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.DefaultXmapperService
-
- 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.H2Dialect
-
- getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.MysqlDialect
-
- getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.OracleDialect
-
- getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.PostgreSQLDialect
-
- getDbType() - 类 中的方法cn.sylinx.hbatis.db.dialect.SqlServerDialect
-
- getDbType() - 类 中的方法cn.sylinx.hbatis.ds.DataSourceWrapper
-
- 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
-
- getDefaultDatasourceName() - 类 中的方法cn.sylinx.hbatis.ext.mirage.repository.DaoSingleton
-
- getDefaultDatasourceName() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.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
-
- getError() - 类 中的方法cn.sylinx.hbatis.kit.Ret
-
- getEscape() - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
- getEscape() - 类 中的方法cn.sylinx.hbatis.db.common.fs.MysqlFS
-
- getEscape() - 类 中的方法cn.sylinx.hbatis.db.common.fs.OracleFS
-
- getEscape() - 类 中的方法cn.sylinx.hbatis.db.common.fs.SqlserverFS
-
- getEscapeChar() - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.DefaultSqlBuilder
-
- getEscapeChar() - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.MysqlSqlBuilder
-
- getEscapeChar() - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.PostgreSQLSqlBuilder
-
- getEscapeChar() - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.SqlServerSqlBuilder
-
- getExcludedColumns() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getFieldDesc() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getFieldMap() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getFields() - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlRepositoryUtil
-
- getFields() - 类 中的方法cn.sylinx.hbatis.ext.tool.OracleRepositoryUtil
-
- getFields() - 类 中的方法cn.sylinx.hbatis.ext.tool.SqlserverRepositoryUtil
-
- getFields() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getFieldType(Field) - 类 中的方法cn.sylinx.hbatis.ext.tool.MysqlRepositoryUtil
-
获取字段类型
- getFieldType(Field) - 类 中的方法cn.sylinx.hbatis.ext.tool.OracleRepositoryUtil
-
获取字段类型
- getFieldType(Field) - 类 中的方法cn.sylinx.hbatis.ext.tool.SqlserverRepositoryUtil
-
获取字段类型
- 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
-
- getForUse() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.Sql
-
- 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
-
- getId() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.Sql
-
- 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
-
- getIndexMap() - 类 中的方法cn.sylinx.hbatis.db.common.Record
-
- 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
- getItems() - 类 中的方法cn.sylinx.hbatis.kit.Tuple
-
- 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字段对应
- getKey() - 类 中的方法cn.sylinx.hbatis.kit.Pair
-
- getKey(Class<T>) - 类 中的方法cn.sylinx.hbatis.kit.Pair
-
- getLambdaFieldName(Serializable) - 类 中的静态方法cn.sylinx.hbatis.ext.lambda.LambdaUtil
-
- 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
- getMap() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.QueryMapping
-
- getMapping() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getMappingFile(String) - 类 中的方法cn.sylinx.hbatis.db.mapper.MappingFileManager
-
- getMappingTypeHandler(Class<? extends TypeHandler<?>>) - 类 中的方法cn.sylinx.hbatis.type.TypeHandlerRegistry
-
- getMirageService() - 类 中的静态方法cn.sylinx.hbatis.ext.mirage.spi.MirageServiceManager
-
- getModel() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getModelClass() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getModelFabric(String) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
-
- getModelFabric(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
-
- getModelFabric(String) - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
-
- getModelFabric(Class<?>) - 枚举 中的方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
-
- getModelTable(Class<?>) - 类 中的静态方法cn.sylinx.hbatis.db.mapper.ModelBuilder
-
- getName() - 枚举 中的方法cn.sylinx.hbatis.ext.res.SqlResourceType
-
- getName() - 枚举 中的方法cn.sylinx.hbatis.ext.xmapper.xml.SqlForUse
-
- getNameSpaceId() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.NameSpace
-
- getNameSpaceId() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.Sql
-
- 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
-
- getNullableFields() - 类 中的方法cn.sylinx.hbatis.ext.model.Model
-
获取所有可设置空字段
- 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.InstantTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.InstantTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.InstantTypeHandler
-
- 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.JapaneseDateTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.JapaneseDateTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.JapaneseDateTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.LocalDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.LocalDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.LocalDateTimeTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.LocalDateTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.LocalDateTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.LocalDateTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.LocalTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.LocalTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.LocalTimeTypeHandler
-
- 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.MonthTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.MonthTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.MonthTypeHandler
-
- 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.OffsetDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.OffsetDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.OffsetDateTimeTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.OffsetTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.OffsetTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.OffsetTimeTypeHandler
-
- 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
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.YearMonthTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.YearMonthTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.YearMonthTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.YearTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.YearTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.YearTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.hbatis.type.ZonedDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.hbatis.type.ZonedDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.hbatis.type.ZonedDateTimeTypeHandler
-
- 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<Pair>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getObjectByField(List<Pair>, Class<T>, String[]) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getObjectByField(List<Pair>, Class<T>, boolean) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
是否使用缓存查询
- getObjectByField(List<Pair>, Class<T>, String[], boolean) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getObjectByField(Pair, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getObjectByField(Pair, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getObjectByField(List<Pair>, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getObjectByField(List<Pair>, Class<T>, boolean) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getObjectByField(List<Pair>, Class<T>, String[]) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getObjectByField(List<Pair>, Class<T>, String[], boolean) - 类 中的方法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
-
- getOrAddCache(String) - 枚举 中的方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
-
- getOrderBy() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getPageNumber() - 类 中的方法cn.sylinx.hbatis.db.common.Page
-
Return page number.
- getPageSize() - 类 中的方法cn.sylinx.hbatis.db.common.Page
-
Return page size.
- getParamValues() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getPoolType(String) - 枚举 中的静态方法cn.sylinx.hbatis.ext.starter.pool.PoolType
-
- getPostEscape() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getPreEscape() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getPreNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSE
-
- getPreNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.ELSIF
-
- getPreNode() - 类 中的方法cn.sylinx.hbatis.ext.ifblock.END
-
- getPrimaryKey() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getPrimaryKeyColumn() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getPrimaryKeyFieldNameList() - 接口 中的方法cn.sylinx.hbatis.db.mapper.DeleteMapper
-
获取对象的主键字段
- getPrimaryKeyFieldNameList() - 接口 中的方法cn.sylinx.hbatis.db.mapper.UpdateMapper
-
获取主键字段名称
- getQueryMapping() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.Sql
-
- getRawType() - 类 中的方法cn.sylinx.hbatis.type.TypeReference
-
- getRecordByField(Pair, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
获取记录
- getRecordByField(List<Pair>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getRecordByField(Pair, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getRecordByField(List<Pair>, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getRecordsByField(List<Pair>, Class<T>) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getRecordsByField(List<Pair>, Class<T>, String[]) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getRecordsByField(List<Pair>, Class<T>, String[], boolean) - 接口 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoService
-
- getRecordsByField(List<Pair>, Class<T>) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getRecordsByField(List<Pair>, Class<T>, String[]) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- getRecordsByField(List<Pair>, Class<T>, String[], boolean) - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
- 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资源
- getResourceAsURLs(String) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
-
- getResourceAsURLs(String, ClassLoader) - 类 中的方法cn.sylinx.hbatis.io.ClassLoaderWrapper
-
- 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
- getResourceURLs(String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
-
- getResourceURLs(ClassLoader, String) - 类 中的静态方法cn.sylinx.hbatis.io.Resources
-
- getResult() - 类 中的方法cn.sylinx.hbatis.db.common.Record
-
- getResult(ResultSet, String, Class<T>) - 类 中的方法cn.sylinx.hbatis.db.dialect.DefaultDialect
-
- getResult(ResultSet, int, Class<T>) - 类 中的方法cn.sylinx.hbatis.db.dialect.DefaultDialect
-
- getResult(CallableStatement, int, Class<T>) - 类 中的方法cn.sylinx.hbatis.db.dialect.DefaultDialect
-
- getResult(ResultSet, String, Class<T>) - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
-
- getResult(ResultSet, int, Class<T>) - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
-
- getResult(CallableStatement, int, Class<T>) - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
-
- 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
-
- getReturnClass() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.QueryMapping
-
- getRootPath(URL) - 类 中的静态方法cn.sylinx.hbatis.kit.StrKit
-
get the url as string
- getScanPackageList() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelPreloadPlugin
-
- getSelectColumns() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- getSqlBuilder() - 类 中的方法cn.sylinx.hbatis.db.dialect.DefaultDialect
-
- getSqlBuilder() - 接口 中的方法cn.sylinx.hbatis.db.dialect.Dialect
-
获取sql builder
- getSqlBuilder(DbType) - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.SqlBuilderFactory
-
- getSqlBySqlId(String) - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.XmlSqlMapper
-
- getSqlBySqlId(String, String) - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.XmlSqlMapper
-
- getSqlList() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.NameSpace
-
- 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.ClasspathSqlResourceManager
-
- getStatement() - 类 中的方法cn.sylinx.hbatis.ext.xmapper.xml.Sql
-
- getStatementHandler() - 类 中的方法cn.sylinx.hbatis.ext.common.repository.CommonDaoServiceImpl
-
获取StatementHandler
- getStatementHandler() - 类 中的方法cn.sylinx.hbatis.ext.res.ClasspathSqlResource
-
- getStatementHandler(String) - 枚举 中的方法cn.sylinx.hbatis.plugin.statement.StatementHandlerManager
-
- getString(String) - 类 中的方法cn.sylinx.hbatis.db.common.Record
-
获取String
- getString(int) - 类 中的方法cn.sylinx.hbatis.db.common.Record
-
获取String
- getTable(Class<?>) - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.DefaultSqlBuilder
-
- getTable(Class<?>) - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.OracleSqlBuilder
-
- getTable(Class<?>) - 接口 中的方法cn.sylinx.hbatis.db.dialect.sql.SqlBuilder
-
获取表对象
- getTable() - 类 中的方法cn.sylinx.hbatis.plugin.model.ModelFabric
-
- getTableColumn(Class<?>, String) - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.DefaultSqlBuilder
-
- getTableColumn(Class<?>, String) - 类 中的方法cn.sylinx.hbatis.db.dialect.sql.OracleSqlBuilder
-
- getTableColumn(Class<?>, String) - 接口 中的方法cn.sylinx.hbatis.db.dialect.sql.SqlBuilder
-
获取表列名称
- getTableName() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- 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.MysqlRepositoryUtil
-
- getTableName() - 类 中的方法cn.sylinx.hbatis.ext.tool.OracleRepositoryUtil
-
- getTableName() - 类 中的方法cn.sylinx.hbatis.ext.tool.SqlserverRepositoryUtil
-
- 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
- getTransactionIsolation() - 枚举 中的方法cn.sylinx.hbatis.plugin.transaction.TransactionIsolationWrapper
-
- 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
-
- getUpdateColumns() - 类 中的方法cn.sylinx.hbatis.db.common.FluentSqlParams
-
- 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
-
- getValue() - 类 中的方法cn.sylinx.hbatis.kit.Pair
-
- getValue(Class<T>) - 类 中的方法cn.sylinx.hbatis.kit.Pair
-
- getValueObjectClass() - 接口 中的方法cn.sylinx.hbatis.db.mapper.QueryMapper
-
- getXmapperService() - 类 中的静态方法cn.sylinx.hbatis.ext.xmapper.spi.XmapperServiceManager
-
- GLog - cn.sylinx.hbatis.log中的类
-
log toolkit
- GLog() - 类 的构造器cn.sylinx.hbatis.log.GLog
-
- gt(Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">" statement value
- gt(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">" statement, simultaneous setting value
- gt(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">" statement with lambda, simultaneous setting value
- gte(Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">=" statement value
- gte(String, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">=" statement, simultaneous setting value
- gte(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.hbatis.db.common.FS
-
generate ">=" statement, simultaneous setting value
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.db.common.OrderBy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.db.dialect.DbType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.db.mapper.anno.BlobType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.db.mapper.anno.TextType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.ds.JdbcResourceManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.ext.res.SqlResourceType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.ext.starter.pool.PoolType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.ext.xmapper.xml.SqlForUse
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelConst
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.plugin.statement.StatementHandlerManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.plugin.transaction.TransactionIsolationWrapper
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.hbatis.type.JdbcType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.db.common.OrderBy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.db.dialect.DbType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.db.mapper.anno.BlobType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.db.mapper.anno.TextType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.ds.JdbcResourceManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.ext.res.SqlResourceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.ext.starter.pool.PoolType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.ext.xmapper.xml.SqlForUse
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.ehcache.CacheKit
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelCacheManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.model.ModelConst
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.statement.StatementHandlerManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.plugin.transaction.TransactionIsolationWrapper
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.hbatis.type.JdbcType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- ValueTokenHandler - cn.sylinx.hbatis.ext.parse中的接口
-
- VAR_PREFIX - 接口 中的静态变量cn.sylinx.hbatis.ext.ifblock.Tags
-