索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractDataSourceCreator<T extends DataSource> - cn.sylinx.horm.pool中的类
- AbstractDataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.AbstractDataSourceCreator
- AbstractMapperInvoker - cn.sylinx.horm.proxy.mapper.invoker中的类
- AbstractMapperInvoker() - 类的构造器 cn.sylinx.horm.proxy.mapper.invoker.AbstractMapperInvoker
- accept(Class<?>) - 接口中的方法 cn.sylinx.horm.resource.io.ClassFilter
- accept(String) - 类中的方法 cn.sylinx.horm.resource.io.BaseResourceScanner
- accept(String) - 类中的方法 cn.sylinx.horm.resource.io.ClassScanner
- addSpecificConfig(OrmConfig, String, SpecificConfig) - enum class中的静态方法 cn.sylinx.horm.config.specific.SpecificConfigHolder
- and() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- and(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- and(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- and(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- and(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate AND statement, simultaneous setting value
- AND_STR - 类中的静态变量 cn.sylinx.horm.dialect.fs.FS
- andBetween(TypeFunction<T, R>, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate between statement with lambda, simultaneous setting value
- andBetween(String, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate between statement, simultaneous setting value
- andEq(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andEq(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andEqMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andEqMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
条件添加表达式
- andGt(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement with lambda, simultaneous setting value
- andGt(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement, simultaneous setting value
- andGte(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">=" statement, simultaneous setting value
- andGte(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">=" statement, simultaneous setting value
- andGteMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andGteMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andGtMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andGtMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andIn(TypeFunction<T, R>, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andIn(TypeFunction<T, R>, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andIn(String, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "in" statement, simultaneous setting value
- andIn(String, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "in" statement, simultaneous setting value
- andIsNull(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andIsNull(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLike(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLike(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate like statement, simultaneous setting value
- andLikeLeft(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLikeLeft(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLikeRight(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLikeRight(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLt(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<" statement, simultaneous setting value
- andLt(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<" statement, simultaneous setting value
- andLte(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<=" statement, simultaneous setting value
- andLte(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<=" statement, simultaneous setting value
- andLteMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLteMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLtMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andLtMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andNest(Function<FS<T>, FS<T>>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andNotBetween(TypeFunction<T, R>, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not between
- andNotBetween(String, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not between
- andNotEmpty(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "!
- andNotEq(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andNotEq(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "!
- andNotEqMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andNotEqMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andNotIn(TypeFunction<T, R>, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
and not in
- andNotIn(TypeFunction<T, R>, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
and not in
- andNotIn(String, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not in
- andNotIn(String, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
and not in
- andNotNull(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- andNotNull(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "IS NOT NULL" statement
- apply(Object...) - 类中的静态方法 cn.sylinx.horm.util.Tuple
-
创建Tuple对象
- apply(Object, Object) - 类中的静态方法 cn.sylinx.horm.util.Pair
- apply(String) - 类中的静态方法 cn.sylinx.horm.resource.ClasspathSqlResource
- apply(String, Connection) - 类中的静态方法 cn.sylinx.horm.core.datasource.ConnectionInfo
- ARRAY - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- ASC - enum class 中的枚举常量 cn.sylinx.horm.core.common.OrderBy
- AttributeColumnMapping - cn.sylinx.horm.model.anno中的Annotation Interface
-
属性和表列的映射关系
- AttributeStrategy - cn.sylinx.horm.model.strategy中的类
-
和属性一致策略
- AttributeStrategy() - 类的构造器 cn.sylinx.horm.model.strategy.AttributeStrategy
- attrMapping - 类中的变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- attrs - 类中的变量 cn.sylinx.horm.dialect.fs.FS
B
- BaseModel - cn.sylinx.horm.model.base中的类
-
basemodel
- BaseModel() - 类的构造器 cn.sylinx.horm.model.base.BaseModel
- BaseResourceScanner - cn.sylinx.horm.resource.io中的类
- BaseResourceScanner() - 类的构造器 cn.sylinx.horm.resource.io.BaseResourceScanner
- BaseResourceScanner(String) - 类的构造器 cn.sylinx.horm.resource.io.BaseResourceScanner
- BaseTypeHandler<T> - cn.sylinx.horm.type.handler中的类
- BaseTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.BaseTypeHandler
- bean2map(Object) - 类中的静态方法 cn.sylinx.horm.util.BeanUtil
- BeanUtil - cn.sylinx.horm.util中的类
- BeanUtil() - 类的构造器 cn.sylinx.horm.util.BeanUtil
- between(TypeFunction<T, R>, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate between statement with lambda, simultaneous setting value
- between(Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate between values
- between(String, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate between statement, simultaneous setting value
- BigDecimalTypeHandler - cn.sylinx.horm.type.handler中的类
- BigDecimalTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.BigDecimalTypeHandler
- BIGINT - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- BigIntegerTypeHandler - cn.sylinx.horm.type.handler中的类
- BigIntegerTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.BigIntegerTypeHandler
- BINARY - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- BIT - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- BLANK_STR - 类中的静态变量 cn.sylinx.horm.dialect.fs.FS
- blob() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
二进制
- BLOB - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- BlobByteObjectArrayTypeHandler - cn.sylinx.horm.type.handler中的类
- BlobByteObjectArrayTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
- BlobInputStreamTypeHandler - cn.sylinx.horm.type.handler中的类
- BlobInputStreamTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
- blobType() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
二进制类型
- BlobType - cn.sylinx.horm.model.anno中的Enum Class
- BlobTypeHandler - cn.sylinx.horm.type.handler中的类
- BlobTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.BlobTypeHandler
- BoneCP - enum class 中的枚举常量 cn.sylinx.horm.pool.PoolType
- BoneCPDataSourceCreator - cn.sylinx.horm.pool中的类
- BoneCPDataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.BoneCPDataSourceCreator
- BOOLEAN - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- BooleanTypeHandler - cn.sylinx.horm.type.handler中的类
- BooleanTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.BooleanTypeHandler
- build() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- build() - 类中的方法 cn.sylinx.horm.util.ParamMapBuilder
- build(SingleDataSourceConfig) - 类中的静态方法 cn.sylinx.horm.starter.CustomizedSqlClientRegUtil
-
创建数据源
- build(SingleDataSourceConfig) - 类中的静态方法 cn.sylinx.horm.starter.Utils
- build(Class<T>) - 接口中的方法 cn.sylinx.horm.dialect.fs.builder.FSBuilder
- build(Class<T>, String) - 接口中的方法 cn.sylinx.horm.dialect.fs.builder.FSBuilder
- build(String, Class<T>) - 接口中的方法 cn.sylinx.horm.dialect.fs.builder.FSBuilder
- build(String, Class<T>, String) - 接口中的方法 cn.sylinx.horm.dialect.fs.builder.FSBuilder
- buildBatchInsertSQL(List<T>) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildBatchInsertSQL(List<T>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
生成批量插入sql
- buildColumnNamesAndTypes(ResultSetMetaData, String[], int[]) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- buildColumnNamesAndTypes(ResultSetMetaData, String[], int[]) - 类中的静态方法 cn.sylinx.horm.model.util.ModelUtil
- buildColumnsByExcluded(Class<?>, List<String>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- buildColumnsByExcluded(Class<?>, List<String>, boolean, String, String) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- buildCountSQL(FS<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
- buildCreateTableDDL(Class<?>) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildCreateTableDDL(Class<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
创建表ddl
- buildDataSource(Map<String, Object>, Map<String, Object>) - enum class中的静态方法 cn.sylinx.horm.pool.DataSourceWrapperFactory
- buildDeleteByFieldSQL(List<Pair>, Class<?>) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildDeleteByFieldSQL(List<Pair>, Class<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建根据字段删除sql
- buildDeleteSQL(FS<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
- buildDeleteSQL(T) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildDeleteSQL(T) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建删除sql
- buildInsertSQL(FS<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
- buildInsertSQL(T) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildInsertSQL(T) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建插入sql
- buildMySQLColumnsByExcluded(Class<?>, List<String>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- buildOracleColumnsByExcluded(Class<?>, List<String>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- buildPaginatorSql(String, int, int) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildPaginatorSql(String, int, int) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
获取分页sql
- buildPaginatorSql(String, int, int, Object[]) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
解析为分页sql
- buildQueryByFieldSQL(List<Pair>, Class<?>) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildQueryByFieldSQL(List<Pair>, Class<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建根据字段查询sql
- buildQueryByFieldSQL(List<Pair>, Class<?>, String[]) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildQueryByFieldSQL(List<Pair>, Class<?>, String[]) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建根据字段查询sql
- buildSelectSQL(FS<?>) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildSelectSQL(FS<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
- buildSimpleQuery(Class<?>) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildSimpleQuery(Class<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建简单查询 select * from table
- buildSimpleQuery(Class<?>, String[]) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildSimpleQuery(Class<?>, String[]) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建简单查询 select field_name from table
- buildUpdateSQL(FS<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
- buildUpdateSQL(T) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildUpdateSQL(T) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
构建更新sql
- buildValidateQuery() - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- buildValidateQuery() - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
合法检测语句
- ByteArrayTypeHandler - cn.sylinx.horm.type.handler中的类
- ByteArrayTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ByteArrayTypeHandler
- ByteObjectArrayTypeHandler - cn.sylinx.horm.type.handler中的类
- ByteObjectArrayTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
- ByteTypeHandler - cn.sylinx.horm.type.handler中的类
- ByteTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ByteTypeHandler
C
- C3P0 - enum class 中的枚举常量 cn.sylinx.horm.pool.PoolType
- C3p0DataSourceCreator - cn.sylinx.horm.pool中的类
- C3p0DataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.C3p0DataSourceCreator
- cachedSize() - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- CacheKeyGenerator - cn.sylinx.horm.cache中的类
-
缓存键生成器
- CacheKeyGenerator() - 类的构造器 cn.sylinx.horm.cache.CacheKeyGenerator
- CacheKitManager - cn.sylinx.horm.cache中的类
- CacheKitManager() - 类的构造器 cn.sylinx.horm.cache.CacheKitManager
- call(Callable<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
自定义操作
- call(Callable<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
自定义操作
- call(PreparedCallable<T>, String, Object[]) - 类中的方法 cn.sylinx.horm.core.OrmClient
- call(String, Connection, String, Object[]) - 接口中的方法 cn.sylinx.horm.core.common.PreparedCallable
-
支持记录sql的调用
- call(Connection) - 接口中的方法 cn.sylinx.horm.core.common.Callable
-
自定义操作
- call(Callable<T>) - 类中的静态方法 cn.sylinx.horm.util.ExceptionCatcher
- Callable<T> - cn.sylinx.horm.core.common中的接口
- callSilence(Callable<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- callSilence(PreparedCallable<T>, String, Object[]) - 类中的方法 cn.sylinx.horm.core.OrmClient
- capitalize(String) - 类中的静态方法 cn.sylinx.horm.util.LambdaUtil
- CHAR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- CharacterTypeHandler - cn.sylinx.horm.type.handler中的类
- CharacterTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.CharacterTypeHandler
- ClassFilter - cn.sylinx.horm.resource.io中的接口
- classForName(String) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
加载类
- classForName(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the Class of the classname
- classForName(String, ClassLoader) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
加载类
- ClassLoaderWrapper - cn.sylinx.horm.resource.io中的类
-
classloader包装
- CLASSPATHSQL - enum class 中的枚举常量 cn.sylinx.horm.resource.SqlResourceType
- ClasspathSqlResource - cn.sylinx.horm.resource中的类
- ClasspathSqlResource() - 类的构造器 cn.sylinx.horm.resource.ClasspathSqlResource
- ClasspathSqlResource(String) - 类的构造器 cn.sylinx.horm.resource.ClasspathSqlResource
- ClasspathSqlResourceManager - cn.sylinx.horm.resource中的Enum Class
- ClassScanner - cn.sylinx.horm.resource.io中的类
- ClassScanner() - 类的构造器 cn.sylinx.horm.resource.io.ClassScanner
- ClassScanner(String) - 类的构造器 cn.sylinx.horm.resource.io.ClassScanner
- ClassScanner(String, ClassFilter) - 类的构造器 cn.sylinx.horm.resource.io.ClassScanner
- ClassUtil - cn.sylinx.horm.util中的类
- ClassUtil() - 类的构造器 cn.sylinx.horm.util.ClassUtil
- clear() - 类中的方法 cn.sylinx.horm.core.common.Record
- clear() - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- clear() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- clear() - enum class中的静态方法 cn.sylinx.horm.resource.ClasspathSqlResourceManager
- clear() - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- CLICKHOUSE - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- ClickHouseDialect - cn.sylinx.horm.dialect.impl中的类
- ClickHouseDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.ClickHouseDialect
- CLOB - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- ClobReaderTypeHandler - cn.sylinx.horm.type.handler中的类
- ClobReaderTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ClobReaderTypeHandler
- ClobTypeHandler - cn.sylinx.horm.type.handler中的类
- ClobTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ClobTypeHandler
- clone() - 类中的方法 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- clone() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- clone() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- clone() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- clone() - 类中的方法 cn.sylinx.horm.model.base.Model
- close() - 类中的方法 cn.sylinx.horm.core.OrmClient
- close() - 接口中的方法 cn.sylinx.horm.core.Closeable
- close() - 接口中的方法 cn.sylinx.horm.core.datasource.ConnectionProvider
- close() - 类中的方法 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- close() - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- close(DataSource) - 接口中的方法 cn.sylinx.horm.core.datasource.DataSourceShutter
- Closeable - cn.sylinx.horm.core中的接口
- closeQuietly(AutoCloseable...) - 类中的静态方法 cn.sylinx.horm.util.DbKit
-
关闭
- closeQuietly(ResultSet, Statement) - 类中的静态方法 cn.sylinx.horm.util.DbKit
-
关闭资源
- closeQuietly(Statement) - 类中的静态方法 cn.sylinx.horm.util.DbKit
-
关闭资源
- clz - 类中的变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- cn.sylinx.horm.cache - 程序包 cn.sylinx.horm.cache
- cn.sylinx.horm.cache.impl - 程序包 cn.sylinx.horm.cache.impl
- cn.sylinx.horm.config - 程序包 cn.sylinx.horm.config
- cn.sylinx.horm.config.specific - 程序包 cn.sylinx.horm.config.specific
- cn.sylinx.horm.core - 程序包 cn.sylinx.horm.core
- cn.sylinx.horm.core.common - 程序包 cn.sylinx.horm.core.common
- cn.sylinx.horm.core.datasource - 程序包 cn.sylinx.horm.core.datasource
- cn.sylinx.horm.core.datasource.dynamic - 程序包 cn.sylinx.horm.core.datasource.dynamic
- cn.sylinx.horm.core.interceptor - 程序包 cn.sylinx.horm.core.interceptor
- cn.sylinx.horm.core.stat - 程序包 cn.sylinx.horm.core.stat
- cn.sylinx.horm.dialect - 程序包 cn.sylinx.horm.dialect
- cn.sylinx.horm.dialect.fs - 程序包 cn.sylinx.horm.dialect.fs
- cn.sylinx.horm.dialect.fs.builder - 程序包 cn.sylinx.horm.dialect.fs.builder
- cn.sylinx.horm.dialect.impl - 程序包 cn.sylinx.horm.dialect.impl
- cn.sylinx.horm.dialect.spi - 程序包 cn.sylinx.horm.dialect.spi
- cn.sylinx.horm.dialect.sql - 程序包 cn.sylinx.horm.dialect.sql
- cn.sylinx.horm.dialect.tool - 程序包 cn.sylinx.horm.dialect.tool
- cn.sylinx.horm.dialect.type - 程序包 cn.sylinx.horm.dialect.type
- cn.sylinx.horm.exception - 程序包 cn.sylinx.horm.exception
- cn.sylinx.horm.interceptor - 程序包 cn.sylinx.horm.interceptor
- cn.sylinx.horm.model.anno - 程序包 cn.sylinx.horm.model.anno
- cn.sylinx.horm.model.base - 程序包 cn.sylinx.horm.model.base
- cn.sylinx.horm.model.cache - 程序包 cn.sylinx.horm.model.cache
- cn.sylinx.horm.model.lambda - 程序包 cn.sylinx.horm.model.lambda
- cn.sylinx.horm.model.optlock - 程序包 cn.sylinx.horm.model.optlock
- cn.sylinx.horm.model.strategy - 程序包 cn.sylinx.horm.model.strategy
- cn.sylinx.horm.model.util - 程序包 cn.sylinx.horm.model.util
- cn.sylinx.horm.pool - 程序包 cn.sylinx.horm.pool
- cn.sylinx.horm.proxy - 程序包 cn.sylinx.horm.proxy
- cn.sylinx.horm.proxy.annotation - 程序包 cn.sylinx.horm.proxy.annotation
- cn.sylinx.horm.proxy.command - 程序包 cn.sylinx.horm.proxy.command
- cn.sylinx.horm.proxy.command.annotation - 程序包 cn.sylinx.horm.proxy.command.annotation
- cn.sylinx.horm.proxy.command.interceptor - 程序包 cn.sylinx.horm.proxy.command.interceptor
- cn.sylinx.horm.proxy.command.invoker - 程序包 cn.sylinx.horm.proxy.command.invoker
- cn.sylinx.horm.proxy.mapper - 程序包 cn.sylinx.horm.proxy.mapper
- cn.sylinx.horm.proxy.mapper.interceptor - 程序包 cn.sylinx.horm.proxy.mapper.interceptor
- cn.sylinx.horm.proxy.mapper.invoker - 程序包 cn.sylinx.horm.proxy.mapper.invoker
- cn.sylinx.horm.proxy.mapper.parse - 程序包 cn.sylinx.horm.proxy.mapper.parse
- cn.sylinx.horm.proxy.mapper.registrar - 程序包 cn.sylinx.horm.proxy.mapper.registrar
- cn.sylinx.horm.resource - 程序包 cn.sylinx.horm.resource
- cn.sylinx.horm.resource.ast - 程序包 cn.sylinx.horm.resource.ast
- cn.sylinx.horm.resource.func - 程序包 cn.sylinx.horm.resource.func
- cn.sylinx.horm.resource.func.impl - 程序包 cn.sylinx.horm.resource.func.impl
- cn.sylinx.horm.resource.io - 程序包 cn.sylinx.horm.resource.io
- cn.sylinx.horm.resource.parse - 程序包 cn.sylinx.horm.resource.parse
- cn.sylinx.horm.starter - 程序包 cn.sylinx.horm.starter
- cn.sylinx.horm.transaction.jdbc - 程序包 cn.sylinx.horm.transaction.jdbc
- cn.sylinx.horm.type - 程序包 cn.sylinx.horm.type
- cn.sylinx.horm.type.derby - 程序包 cn.sylinx.horm.type.derby
- cn.sylinx.horm.type.handler - 程序包 cn.sylinx.horm.type.handler
- cn.sylinx.horm.type.registrar - 程序包 cn.sylinx.horm.type.registrar
- cn.sylinx.horm.util - 程序包 cn.sylinx.horm.util
- column() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
对应列名称
- Column - cn.sylinx.horm.model.anno中的Annotation Interface
-
列描述
- command - enum class 中的枚举常量 cn.sylinx.horm.proxy.ProxyType
- Command - cn.sylinx.horm.proxy.command.annotation中的Annotation Interface
- CommandContainer - cn.sylinx.horm.proxy.command中的Enum Class
- CommandInterceptor - cn.sylinx.horm.proxy.command.interceptor中的接口
- CommandInvoker - cn.sylinx.horm.proxy.command.invoker中的接口
- CommandInvokerManager - cn.sylinx.horm.proxy.command.invoker中的Enum Class
- CommandInvokerProxy - cn.sylinx.horm.proxy.command.interceptor中的类
- CommandInvokerProxy(CommandInvoker) - 类的构造器 cn.sylinx.horm.proxy.command.interceptor.CommandInvokerProxy
- CommandMethodMetadata - cn.sylinx.horm.proxy.command中的类
- CommandMethodMetadata(Class<?>, Method) - 类的构造器 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- commitTransaction() - 接口中的方法 cn.sylinx.horm.core.datasource.TransactionalConnectionProvider
- commitTransaction() - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- commitTransactionInner() - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- CommonStarter - cn.sylinx.horm.starter中的类
-
通用java项目启动器
- CommonStarter() - 类的构造器 cn.sylinx.horm.starter.CommonStarter
- CommonStarter(String) - 类的构造器 cn.sylinx.horm.starter.CommonStarter
- CommonStarter(Properties) - 类的构造器 cn.sylinx.horm.starter.CommonStarter
- CommonStarter.NamedDataSourcePrimary - cn.sylinx.horm.starter中的类
- condition(String) - 接口中的方法 cn.sylinx.horm.resource.parse.ConditionTokenHandler
-
判断条件
- condition(String) - 类中的方法 cn.sylinx.horm.resource.parse.SqlTokenHandler
- conditionSQL - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- ConditionTokenHandler - cn.sylinx.horm.resource.parse中的接口
- CONFIG_FILE - 类中的静态变量 cn.sylinx.horm.starter.CommonStarter
- ConnectionInfo - cn.sylinx.horm.core.datasource中的类
- ConnectionInfo() - 类的构造器 cn.sylinx.horm.core.datasource.ConnectionInfo
- connectionProvider - 类中的变量 cn.sylinx.horm.core.OrmClient
- ConnectionProvider - cn.sylinx.horm.core.datasource中的接口
-
数据库链接提供者
- Consts - cn.sylinx.horm.core.common中的接口
- convertValue(Object) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- count - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- count() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- count(FS<?>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- count(FS<?>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- crateTypeHandler(Class<T>) - 接口中的方法 cn.sylinx.horm.dialect.Dialect
-
获取类型处理器
- create() - 接口中的静态方法 cn.sylinx.horm.core.datasource.dynamic.DynamicDatasourceProvider
- create() - 接口中的方法 cn.sylinx.horm.dialect.type.TypeHandlerBuilderSPI
-
自行创建TypeHandlerBuilder
- create() - 接口中的静态方法 cn.sylinx.horm.proxy.mapper.parse.MapperParser
- create() - 接口中的静态方法 cn.sylinx.horm.proxy.mapper.registrar.MapperRegistrar
- create() - 接口中的静态方法 cn.sylinx.horm.resource.parse.TokenHandler
- create() - 类中的方法 cn.sylinx.horm.type.DefaultTypeHandlerBuilderSPI
- create(SqlClient) - 类中的静态方法 cn.sylinx.horm.core.interceptor.SqlClientProxy
- create(CommandInvoker) - 类中的静态方法 cn.sylinx.horm.proxy.command.interceptor.CommandInvokerProxy
- create(MapperInvoker) - 类中的静态方法 cn.sylinx.horm.proxy.mapper.interceptor.MapperInvokerProxy
- create(Map<String, Object>) - 类中的方法 cn.sylinx.horm.pool.AbstractDataSourceCreator
- create(DataSource, String, DbType) - 类中的静态方法 cn.sylinx.horm.core.datasource.NamedDataSource
- createAttrMapping(ModelFabric) - 类中的方法 cn.sylinx.horm.model.strategy.AttributeStrategy
- createAttrMapping(ModelFabric) - 接口中的方法 cn.sylinx.horm.model.strategy.Strategy
- createAttrMapping(ModelFabric) - 类中的方法 cn.sylinx.horm.model.strategy.UnderlinedStrategy
- createDialect(DbType) - enum class中的静态方法 cn.sylinx.horm.dialect.DialectFactory
- createDialect(String) - enum class中的静态方法 cn.sylinx.horm.dialect.DialectFactory
- createDialectBySPI(String) - enum class中的静态方法 cn.sylinx.horm.dialect.spi.DialectSPIManager
- createRawAttrMapping(ModelFabric) - 类中的方法 cn.sylinx.horm.model.strategy.AttributeStrategy
- createRawAttrMapping(ModelFabric) - 接口中的方法 cn.sylinx.horm.model.strategy.Strategy
- createRawAttrMapping(ModelFabric) - 类中的方法 cn.sylinx.horm.model.strategy.UnderlinedStrategy
- CURSOR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- CustomizedSqlClientRegUtil - cn.sylinx.horm.starter中的类
-
如果SqlClient初始化过,则使用初始化中的各配置; 如果没有,则使用默认配置,并且Command、Mapper无法使用。
- CustomizedSqlClientRegUtil() - 类的构造器 cn.sylinx.horm.starter.CustomizedSqlClientRegUtil
D
- DATALINK - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- datasource() - annotation interface 中的元素 cn.sylinx.horm.proxy.command.annotation.Command
- datasource() - annotation interface 中的元素 cn.sylinx.horm.proxy.command.annotation.Resource
-
数据源
- Datasource - cn.sylinx.horm.proxy.command.annotation中的Annotation Interface
-
指定数据源
- DataSourceConfig - cn.sylinx.horm.config中的类
- DataSourceConfig() - 类的构造器 cn.sylinx.horm.config.DataSourceConfig
- DataSourceConnectionProvicer - cn.sylinx.horm.core.datasource中的类
-
数据源方式提供connection
- DataSourceConnectionProvicer() - 类的构造器 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- DataSourceConnectionProvicer(NamedDataSource) - 类的构造器 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- DataSourceSelector - cn.sylinx.horm.pool中的接口
- DataSourceShutter - cn.sylinx.horm.core.datasource中的接口
-
数据源关闭
- DataSourceWrapperFactory - cn.sylinx.horm.pool中的Enum Class
- DATE - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- DateOnlyTypeHandler - cn.sylinx.horm.type.handler中的类
- DateOnlyTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.DateOnlyTypeHandler
- DATETIMEOFFSET - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- DateTypeHandler - cn.sylinx.horm.type.handler中的类
- DateTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.DateTypeHandler
- DB2 - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- Db2Dialect - cn.sylinx.horm.dialect.impl中的类
- Db2Dialect() - 类的构造器 cn.sylinx.horm.dialect.impl.Db2Dialect
- Dbcp - enum class 中的枚举常量 cn.sylinx.horm.pool.PoolType
- Dbcp2 - enum class 中的枚举常量 cn.sylinx.horm.pool.PoolType
- Dbcp2DataSourceCreator - cn.sylinx.horm.pool中的类
- Dbcp2DataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.Dbcp2DataSourceCreator
- DbcpDataSourceCreator - cn.sylinx.horm.pool中的类
- DbcpDataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.DbcpDataSourceCreator
- DbKit - cn.sylinx.horm.util中的类
-
工具类
- DbKit() - 类的构造器 cn.sylinx.horm.util.DbKit
- DbType - cn.sylinx.horm.dialect中的接口
-
数据库类型,实现建议使用单例
- debug(String, Object...) - 类中的静态方法 cn.sylinx.horm.util.GLog
-
debug
- dec(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自减 1
- dec(TypeFunction<T, R>, Number) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自减
- dec(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自减 1
- dec(String, Number) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自减
- DECIMAL - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- deCodeUnderlined(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
- DEFAULT_DS_NAME - enum class中的静态变量 cn.sylinx.horm.core.DynamicClient
- DEFAULT_EXPIRE_AFTER_WRITE - 类中的静态变量 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- DEFAULT_INSTANCE - 类中的静态变量 cn.sylinx.horm.type.TypeHandlerRegistry
- DEFAULT_MAPPER_POST_FIX - 类中的静态变量 cn.sylinx.horm.config.OrmConfig
- DEFAULT_MAXIMUM_SIZE - 类中的静态变量 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- DEFAULT_SQL_POST_FIX - 类中的静态变量 cn.sylinx.horm.config.OrmConfig
- DEFAULT_STAT_INTERNAL - 类中的静态变量 cn.sylinx.horm.config.OrmConfig
- DEFAULT_STAT_THRESHOLD - 类中的静态变量 cn.sylinx.horm.config.OrmConfig
- DefaultDataSourceSelector - cn.sylinx.horm.pool中的类
- DefaultDataSourceSelector(Map<String, Object>, Map<String, Object>) - 类的构造器 cn.sylinx.horm.pool.DefaultDataSourceSelector
- DefaultDynamicDatasourceProvider - cn.sylinx.horm.core.datasource.dynamic中的类
- DefaultDynamicDatasourceProvider() - 类的构造器 cn.sylinx.horm.core.datasource.dynamic.DefaultDynamicDatasourceProvider
- DefaultMapperRegistrar - cn.sylinx.horm.proxy.mapper.registrar中的类
- DefaultMapperRegistrar() - 类的构造器 cn.sylinx.horm.proxy.mapper.registrar.DefaultMapperRegistrar
- DefaultPreparedCallWrapper - cn.sylinx.horm.core中的类
-
执行包装
- DefaultPreparedCallWrapper() - 类的构造器 cn.sylinx.horm.core.DefaultPreparedCallWrapper
- DefaultSqlBuilder - cn.sylinx.horm.dialect.sql中的类
- DefaultSqlBuilder() - 类的构造器 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- DefaultSqlClientInitializor - cn.sylinx.horm.starter中的类
- DefaultSqlClientInitializor() - 类的构造器 cn.sylinx.horm.starter.DefaultSqlClientInitializor
- DefaultTypeHandlerBuilderSPI - cn.sylinx.horm.type中的类
- DefaultTypeHandlerBuilderSPI() - 类的构造器 cn.sylinx.horm.type.DefaultTypeHandlerBuilderSPI
- defaultValue() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
默认值
- delete - enum class 中的枚举常量 cn.sylinx.horm.proxy.mapper.parse.SqlType
- delete(FS<?>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- delete(FS<?>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- delete(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
删除
- delete(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
删除
- delete(T) - 类中的方法 cn.sylinx.horm.core.OrmClient
- delete(T) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- DERBY - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- DerbyDialect - cn.sylinx.horm.dialect.impl中的类
- DerbyDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.DerbyDialect
- DerbyObjectTypeHandler - cn.sylinx.horm.type.derby中的类
- DerbyObjectTypeHandler() - 类的构造器 cn.sylinx.horm.type.derby.DerbyObjectTypeHandler
- DerbyTypeHandlerRegistry - cn.sylinx.horm.type.derby中的类
- DerbyTypeHandlerRegistry() - 类的构造器 cn.sylinx.horm.type.derby.DerbyTypeHandlerRegistry
- DerbyUnknownTypeHandler - cn.sylinx.horm.type.derby中的类
- DerbyUnknownTypeHandler() - 类的构造器 cn.sylinx.horm.type.derby.DerbyUnknownTypeHandler
- desc() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Table
-
描述
- DESC - enum class 中的枚举常量 cn.sylinx.horm.core.common.OrderBy
- Dialect - cn.sylinx.horm.dialect中的接口
- DialectFactory - cn.sylinx.horm.dialect中的Enum Class
- DialectSPIManager - cn.sylinx.horm.dialect.spi中的Enum Class
- distinct - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- distinct() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- DOUBLE - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- DoubleTypeHandler - cn.sylinx.horm.type.handler中的类
- DoubleTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.DoubleTypeHandler
- Druid - enum class 中的枚举常量 cn.sylinx.horm.pool.PoolType
- DruidDataSourceCreator - cn.sylinx.horm.pool中的类
- DruidDataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.DruidDataSourceCreator
- DS_CONFIG_KEYWORLD - 类中的静态变量 cn.sylinx.horm.config.specific.SpecificConfig
- dynamic() - annotation interface 中的元素 cn.sylinx.horm.proxy.command.annotation.Command
-
是否动态数据源,是则取:DynamicDatasourceProvider.create.getDatasource()
- DynamicClient - cn.sylinx.horm.core中的Enum Class
-
保存不同数据源客户端操作
- DynamicDatasourceProvider - cn.sylinx.horm.core.datasource.dynamic中的接口
E
- enCodeUnderlined(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
- EnumDbType - cn.sylinx.horm.dialect中的Enum Class
- EnumOrdinal - cn.sylinx.horm.type中的接口
-
标记枚举类型使用Ordinal值
- EnumOrdinalTypeHandler<E extends Enum<E>> - cn.sylinx.horm.type.handler中的类
- EnumOrdinalTypeHandler(Class<E>) - 类的构造器 cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
- EnumTypeHandler<E extends Enum<E>> - cn.sylinx.horm.type.handler中的类
- EnumTypeHandler(Class<E>) - 类的构造器 cn.sylinx.horm.type.handler.EnumTypeHandler
- eq(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- eq(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
Equals statement
- eq(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- eqExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- eqMeta(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- eqMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- eqMeta(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- eqMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- equals(Object) - 类中的方法 cn.sylinx.horm.model.base.GenericModel
- error() - 类中的静态方法 cn.sylinx.horm.util.Ret
- error(int, String) - 类中的静态方法 cn.sylinx.horm.util.Ret
- error(int, String, Throwable) - 类中的静态方法 cn.sylinx.horm.util.Ret
- error(String) - 类中的静态方法 cn.sylinx.horm.util.Ret
- error(String, Object...) - 类中的静态方法 cn.sylinx.horm.util.GLog
- error(String, Throwable) - 类中的静态方法 cn.sylinx.horm.util.GLog
-
error
- ErrorCodeRecordable - cn.sylinx.horm.exception中的接口
- ExceptionCatcher - cn.sylinx.horm.util中的类
- ExceptionCatcher() - 类的构造器 cn.sylinx.horm.util.ExceptionCatcher
- exclude(TypeFunction<T, R>...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- exclude(String...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- Exclude - cn.sylinx.horm.resource.func.impl中的类
-
排除操作
使用方法 #FUNC[exclude,field,params], 接收一个参数 params, 默认使用 and 组合
#FUNC[exclude,field,params,0] 使用 and 组合
#FUNC[exclude,field,params,1] 使用 not in - Exclude() - 类的构造器 cn.sylinx.horm.resource.func.impl.Exclude
- excludedColumns - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- execute - enum class 中的枚举常量 cn.sylinx.horm.proxy.mapper.parse.SqlType
- execute(ClasspathSqlResource, Map<String, Object>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- execute(ClasspathSqlResource, Map<String, Object>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- execute(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
Executes the SQL statement in this PreparedStatement object, which may be any kind of SQL statement.
- execute(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
执行
- EXECUTE - enum class 中的枚举常量 cn.sylinx.horm.proxy.command.annotation.ResourceType
- exp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
条件添加表达式
F
- fieldDesc - 类中的变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- fieldMap - 类中的变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- fields - 类中的变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- findMatchIfEnd(String) - 接口中的方法 cn.sylinx.horm.resource.ast.IfEndMatcher
-
截取#IF[XX] xxxxx #END 对
- findMatchIfEnd(String) - 类中的方法 cn.sylinx.horm.resource.ast.IfEndMatcherImpl
- firstCharToLowerCase(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
-
首字母变小写
- firstCharToUpperCase(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
-
首字母变大写
- FLOAT - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- FloatTypeHandler - cn.sylinx.horm.type.handler中的类
- FloatTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.FloatTypeHandler
- FluentSqlClient - cn.sylinx.horm.core中的接口
- FluentSqlParams<T> - cn.sylinx.horm.dialect.fs中的类
- FluentSqlParams() - 类的构造器 cn.sylinx.horm.dialect.fs.FluentSqlParams
- formatPreStatement(String) - 类中的方法 cn.sylinx.horm.resource.parse.GenericTokenParser
-
format
- FS<T> - cn.sylinx.horm.dialect.fs中的类
-
fluent sql support, KEY WORD CAN NOT BE USED!
- FS() - 类的构造器 cn.sylinx.horm.dialect.fs.FS
- FSBuilder - cn.sylinx.horm.dialect.fs.builder中的接口
- FSBuilderFactory - cn.sylinx.horm.dialect.fs.builder中的类
- FunctionFactory - cn.sylinx.horm.resource.func中的类
- FunctionParser - cn.sylinx.horm.resource.func中的类
- FunctionParser(ValueTokenHandler) - 类的构造器 cn.sylinx.horm.resource.func.FunctionParser
G
- generateCacheKey(Object...) - 类中的静态方法 cn.sylinx.horm.cache.CacheKeyGenerator
-
通过参数生成对应的缓存键
- generateSql() - 类中的方法 cn.sylinx.horm.dialect.tool.MySqlUtil
-
生成表的SQL
- generateSql(Class<?>...) - 类中的静态方法 cn.sylinx.horm.dialect.tool.MySqlUtil
-
批量生成脚本
- GenericModel - cn.sylinx.horm.model.base中的类
- GenericModel() - 类的构造器 cn.sylinx.horm.model.base.GenericModel
- GenericTokenParser - cn.sylinx.horm.resource.parse中的类
-
参数占位符
- GenericTokenParser(TokenHandler) - 类的构造器 cn.sylinx.horm.resource.parse.GenericTokenParser
- get() - 类中的静态方法 cn.sylinx.horm.cache.CacheKitManager
- get() - enum class中的静态方法 cn.sylinx.horm.core.DynamicClient
- get() - 类中的静态方法 cn.sylinx.horm.dialect.fs.builder.FSBuilderFactory
- get() - 类中的静态方法 cn.sylinx.horm.dialect.sql.SqlBuilderFactory
- get() - 类中的静态方法 cn.sylinx.horm.dialect.type.TypeHandlerBuilderFactory
- get() - 类中的静态方法 cn.sylinx.horm.resource.func.FunctionFactory
- get(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
通过索引获取值
- get(int) - 类中的方法 cn.sylinx.horm.util.Tuple
-
获取对象
- get(int, Class<T>) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取值
- get(Serializable, Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- get(Serializable, Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- get(Class<?>) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
- get(Class<?>, Method) - 类中的静态方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- get(Class<?>, Method) - 类中的静态方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- get(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取列值
- get(String) - enum class中的静态方法 cn.sylinx.horm.core.DynamicClient
- get(String) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
- get(String, IDataLoader) - 接口中的方法 cn.sylinx.horm.cache.ICacheKit
- get(String, IDataLoader) - 类中的方法 cn.sylinx.horm.cache.impl.GuavaCacheKit
- get(String, Class<T>) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取值
- getAllMapperClass() - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
- getAllProxyClass() - enum class中的方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
- getArgs() - 类中的方法 cn.sylinx.horm.interceptor.Invocation
- getAttrMapping() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getAttrs() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getBeginTime() - 类中的方法 cn.sylinx.horm.core.common.TransInfo
- getBigDecimal(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.math.BigDecimal
- getBigDecimal(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.math.BigDecimal
- getBigInteger(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取BigInteger
- getBigInteger(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取BigInteger
- getBoolean(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Boolean
- getBoolean(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Boolean
- getBy(CommandMethodMetadata) - enum class中的静态方法 cn.sylinx.horm.proxy.command.invoker.CommandInvokerManager
- getBy(MapperMethodMetadata) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.invoker.MapperInvokerManager
- getByte(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取byte
- getByte(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取byte
- getBytes(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取byte[]
- getBytes(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取byte[]
- getCache() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- getCause() - 类中的方法 cn.sylinx.horm.util.Ret
- getCharset() - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
get the Charset
- getClassLoader() - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
- getClassName() - enum class中的方法 cn.sylinx.horm.pool.PoolType
- getClient(String) - 接口中的方法 cn.sylinx.horm.proxy.Invoker
- getClientBy(String) - 接口中的静态方法 cn.sylinx.horm.core.SqlClient
- getClz() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getCode() - 接口中的方法 cn.sylinx.horm.exception.ErrorCodeRecordable
- getCode() - 异常错误中的方法 cn.sylinx.horm.exception.HORMException
- getCode() - enum class中的方法 cn.sylinx.horm.resource.SqlResourceType
- getCode() - 类中的方法 cn.sylinx.horm.util.Ret
- getCommand(Class<T>) - enum class中的静态方法 cn.sylinx.horm.proxy.command.CommandContainer
- getCommand(Class<T>) - enum class中的方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
- getCommandAnnotation() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- getCommandInterceptor() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- getCommandInterceptorClass() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getCommandInterface() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- getCommandScanPackage() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getConditionSQL() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getConnection() - 类中的方法 cn.sylinx.horm.core.datasource.ConnectionInfo
- getConnection() - 接口中的方法 cn.sylinx.horm.core.datasource.ConnectionProvider
- getConnection() - 类中的方法 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- getConnection() - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- getConnection() - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- getConnectionFromDataSource() - 类中的方法 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- getConnectionProvider() - 类中的方法 cn.sylinx.horm.core.OrmClient
- getConst(String) - enum class中的方法 cn.sylinx.horm.model.cache.ModelConst
- getContext() - 类中的方法 cn.sylinx.horm.model.base.Model
- getData() - 类中的方法 cn.sylinx.horm.util.Ret
- getDatasource() - 类中的方法 cn.sylinx.horm.core.datasource.dynamic.DefaultDynamicDatasourceProvider
- getDatasource() - 接口中的方法 cn.sylinx.horm.core.datasource.dynamic.DynamicDatasourceProvider
- getDatasource() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- getDatasource() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- getDataSource() - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- getDatasourceName() - 类中的方法 cn.sylinx.horm.core.datasource.ConnectionInfo
- getDataSourceName() - 类中的方法 cn.sylinx.horm.core.OrmClient
- getDataSourceName() - 接口中的方法 cn.sylinx.horm.core.datasource.ConnectionProvider
- getDataSourceName() - 类中的方法 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- getDataSourceName() - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- getDataSourceName() - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
获取数据源
- getDatasoureName() - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- getDate(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.util.Date
- getDate(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.util.Date
- getDbtype() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getDbtype() - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- getDbType() - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- getDbType() - 接口中的方法 cn.sylinx.horm.dialect.Dialect
-
数据库类型
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.ClickHouseDialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.Db2Dialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.DerbyDialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.H2Dialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.HsqldbDialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.MySqlDialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.OracleDialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.PostgreSQLDialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.SqliteDialect
- getDbType() - 类中的方法 cn.sylinx.horm.dialect.impl.SqlServerDialect
- getDbType(String) - 接口中的静态方法 cn.sylinx.horm.dialect.DbType
- getDefault() - 类中的方法 cn.sylinx.horm.interceptor.InterceptorManager
- getDefaultClassLoader() - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
get the default classloader
- getDefaultClassLoader() - 类中的静态方法 cn.sylinx.horm.util.ClassUtil
- getDefaultClient() - 接口中的静态方法 cn.sylinx.horm.core.SqlClient
- getDefaultDbtype() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getDefaultDriver() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getDefaultPassword() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getDefaultPoolConfig() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getDefaultPooltype() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getDefaultTableName() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- getDefaultUrl() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getDefaultUsername() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getDialect() - 类中的方法 cn.sylinx.horm.core.OrmClient
- getDialect() - 接口中的方法 cn.sylinx.horm.core.SqlClient
- getDouble(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Double
- getDouble(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Double
- getDriver() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getEndTime() - 类中的方法 cn.sylinx.horm.core.common.TransInfo
- getError() - 类中的方法 cn.sylinx.horm.util.Ret
- getEscape() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- getEscapeChar() - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- getExcludedColumns() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getExpireAfterWrite() - 类中的方法 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- getFieldDesc() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getFieldMap() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getFields() - 类中的方法 cn.sylinx.horm.dialect.tool.MySqlUtil
- getFields() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getFieldType(Field) - 类中的方法 cn.sylinx.horm.dialect.tool.MySqlUtil
-
获取字段类型
- getFloat(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Float
- getFloat(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Float
- getFromConfig() - 类中的方法 cn.sylinx.horm.interceptor.InterceptorManager
- getFromService() - 类中的方法 cn.sylinx.horm.interceptor.InterceptorManager
- getFSBuilder() - 接口中的方法 cn.sylinx.horm.dialect.Dialect
-
fs 创建器
- getFSBuilder(DbType) - 类中的方法 cn.sylinx.horm.dialect.fs.builder.FSBuilderFactory
- getFunction(String) - 类中的方法 cn.sylinx.horm.resource.func.FunctionFactory
- getGmtCreate() - 类中的方法 cn.sylinx.horm.model.base.BaseModel
- getGmtModify() - 类中的方法 cn.sylinx.horm.model.base.BaseModel
- getGroupBy() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getGuavaCacheConfig() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getHint() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getId() - 类中的方法 cn.sylinx.horm.model.base.GenericModel
- getId() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- getIndexMap() - 类中的方法 cn.sylinx.horm.core.common.Record
- getInitVersionValue() - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockInsert
- getInteger(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Integer
- getInteger(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Integer
- getInterceptor() - 类中的方法 cn.sylinx.horm.interceptor.InterceptorManager
- getInterceptorClass() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getInterfaceClass() - 类中的方法 cn.sylinx.horm.proxy.ProxyObject
- getItems() - 类中的方法 cn.sylinx.horm.util.Tuple
- getJdbcMapping() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getJdbcTypeCode() - enum class中的方法 cn.sylinx.horm.type.JdbcType
- getJdbcTypeCode() - 接口中的方法 cn.sylinx.horm.type.JdbcTypeMapper
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.derby.DerbyObjectTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.derby.DerbyUnknownTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.BigDecimalTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.BigIntegerTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.BlobTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.BooleanTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ByteArrayTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ByteTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.CharacterTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ClobReaderTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ClobTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.DateOnlyTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.DateTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.DoubleTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.EnumTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.FloatTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.InstantTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.IntegerTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.LocalTimeTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.LongTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.MonthTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.NClobTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.NStringTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ObjectTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ShortTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.SqlDateTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.SqlTimeTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.StringTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.UnknownTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.YearMonthTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.YearTypeHandler
- getJdbcTypeMapper() - 类中的方法 cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
- getKey() - 类中的方法 cn.sylinx.horm.util.Pair
- getLambdaFieldName(Serializable) - 类中的静态方法 cn.sylinx.horm.util.LambdaUtil
- getLimitSQL() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getList() - 类中的方法 cn.sylinx.horm.core.common.Page
-
Return list of this page.
- getLong(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Long
- getLong(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Long
- getMapper(MapperMethodMetadata) - 类中的方法 cn.sylinx.horm.proxy.mapper.invoker.AbstractMapperInvoker
-
获取mapper中的信息
- getMapper(Class<?>, String) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
- getMapper(Class<T>) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.registrar.MapperContainer
- getMapper(Class<T>) - enum class中的方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
- getMapperClass() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- getMapperInterceptor() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- getMapperInterceptorClass() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getMapperInterface() - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- getMapperPostfix() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getMapperScanPackage() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getMapping() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getMappingStrategy() - enum class中的方法 cn.sylinx.horm.model.cache.ModelConst
-
获取全局模型字段映射策略
- getMatchedPostfix() - 类中的方法 cn.sylinx.horm.resource.io.BaseResourceScanner
- getMatchedPostfix() - 类中的方法 cn.sylinx.horm.resource.io.ClassScanner
- getMatchedPostfix() - 类中的方法 cn.sylinx.horm.resource.io.MapperXmlScanner
- getMatchedPostfix() - 类中的方法 cn.sylinx.horm.resource.io.SqlResourceScanner
- getMaximumSize() - 类中的方法 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- getMetaKey() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- getMetaKey() - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- getMethod() - 类中的方法 cn.sylinx.horm.interceptor.Invocation
- getMethod() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- getMethod() - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- getMethodName() - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- getModel() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getModelClass() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getModelFabric(Class<?>) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- getModelFabric(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.cache.ModelCacheUtil
- getModelFabric(String) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- getModelFabric(String) - 类中的静态方法 cn.sylinx.horm.model.cache.ModelCacheUtil
- getModelMapStrategy() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getModelScanPackage() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getModelTable(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- getModelTable(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelUtil
- getMultids() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- getName() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getName() - enum class中的方法 cn.sylinx.horm.resource.SqlResourceType
- getNamedDataSource() - 类中的方法 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- getNamespaceId() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- getNativeSql() - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- getNewVersionValue() - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockUpdate
- getNullableFields() - 类中的方法 cn.sylinx.horm.model.base.Model
-
获取所有可设置空字段
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.derby.DerbyObjectTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.derby.DerbyUnknownTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BigDecimalTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BigIntegerTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BlobTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BooleanTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ByteArrayTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ByteTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.CharacterTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ClobReaderTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ClobTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.DateOnlyTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.DateTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.DoubleTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.EnumTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.FloatTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.InstantTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.IntegerTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.LocalTimeTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.LongTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.MonthTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.NClobTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.NStringTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ObjectTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ShortTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.SqlDateTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimeTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.StringTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.UnknownTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.YearMonthTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.YearTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.derby.DerbyObjectTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.derby.DerbyUnknownTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BigDecimalTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BigIntegerTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BlobTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BooleanTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ByteArrayTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ByteTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.CharacterTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ClobReaderTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ClobTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.DateOnlyTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.DateTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.DoubleTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.EnumTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.FloatTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.InstantTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.IntegerTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.LocalTimeTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.LongTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.MonthTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.NClobTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.NStringTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ObjectTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ShortTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.SqlDateTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimeTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.StringTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.UnknownTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.YearMonthTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.YearTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.derby.DerbyObjectTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.derby.DerbyUnknownTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BigDecimalTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BigIntegerTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BlobTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BooleanTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ByteArrayTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ByteTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.CharacterTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ClobReaderTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ClobTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.DateOnlyTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.DateTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.DoubleTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.EnumTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.FloatTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.InstantTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.IntegerTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.LocalTimeTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.LongTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.MonthTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.NClobTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.NStringTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ObjectTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ShortTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.SqlDateTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimeTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.StringTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.UnknownTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.YearMonthTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.YearTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
- getNumber(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Number
- getNumber(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取Number
- getObject(int) - 类中的方法 cn.sylinx.horm.util.Tuple
-
get the object for the index
- getObject(int, Class<T>) - 类中的方法 cn.sylinx.horm.util.Tuple
- getObjectAllFields(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- getObjectAllFields(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelUtil
- getObjectAllFieldsMap(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelByDialectUtil
- getObjectAllFieldsMap(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.util.ModelUtil
- getObjectAllFieldsMapWithcache(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.cache.ModelCacheUtil
- getObjectAllFieldsWithcache(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.cache.ModelCacheUtil
- getOldVersionValue() - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockUpdate
- getOrderBy() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getOrmConfig() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
-
返回克隆对象
- getPageNumber() - 类中的方法 cn.sylinx.horm.core.common.Page
-
Return page number.
- getPageSize() - 类中的方法 cn.sylinx.horm.core.common.Page
-
Return page size.
- getParameter() - 类中的方法 cn.sylinx.horm.core.common.TypedParameter
- getParameterMap() - 类中的方法 cn.sylinx.horm.resource.parse.SqlTokenHandler
- getParameterMap() - 接口中的方法 cn.sylinx.horm.resource.parse.TokenHandler
- getParameterType() - 类中的方法 cn.sylinx.horm.core.common.TypedParameter
- getParamValues() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getPassword() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getPoolConfig() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getPooltype() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getPoolType(String) - enum class中的静态方法 cn.sylinx.horm.pool.PoolType
- getPostEscape() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getPreEscape() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getPrimary() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getPrimaryKey() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getPrimaryKey(PrimaryKey) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- getPrimaryKeyColumn() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getProperty(String) - 类中的方法 cn.sylinx.horm.util.RelaxedPropertyResolver
- getProperty(String, String) - 类中的方法 cn.sylinx.horm.util.RelaxedPropertyResolver
- getProxyType() - 类中的方法 cn.sylinx.horm.proxy.ProxyObject
- getRawAttrMapping() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getRawMappingAttr(String, String, String) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- getRealSqlPostfix() - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- getRealStatment(String) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
-
获取真实sql文件内容
- getRecordVersion() - 类中的方法 cn.sylinx.horm.model.base.VersionBaseModel
- getResource() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- getResourceAsFile(ClassLoader, String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the File of the resource on the classpath
- getResourceAsFile(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the File of the resource on the classpath
- getResourceAsProperties(ClassLoader, String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the Properties of the resource on the classpath
- getResourceAsProperties(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the Properties of the resource on the classpath
- getResourceAsReader(ClassLoader, String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the Reader of the resource on the classpath
- getResourceAsReader(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the Reader of the resource on the classpath
- getResourceAsStream(ClassLoader, String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
returns the InputStream of the resource on the classpath
- getResourceAsStream(String) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
获取资源输入流
- getResourceAsStream(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
Returns the InputStream of the resource on the classpath
- getResourceAsStream(String, ClassLoader) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
获取资源输入流
- getResourceAsURL(String) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
获取URL资源
- getResourceAsURL(String, ClassLoader) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
获取URL资源
- getResourceAsURLs(String) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
- getResourceAsURLs(String, ClassLoader) - 类中的方法 cn.sylinx.horm.resource.io.ClassLoaderWrapper
- getResourceURL(ClassLoader, String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
Returns the URL of the resource on the classpath
- getResourceURL(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
Returns the URL of the resource on the classpath
- getResourceURLs(ClassLoader, String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
- getResourceURLs(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
- getResult() - 类中的方法 cn.sylinx.horm.core.common.Record
- getResult(Dialect, CallableStatement, int, Class<T>) - 类中的静态方法 cn.sylinx.horm.core.common.OrmUtil
- getResult(Dialect, ResultSet, int, Class<T>) - 类中的静态方法 cn.sylinx.horm.core.common.OrmUtil
- getResult(Dialect, ResultSet, String, Class<T>) - 类中的静态方法 cn.sylinx.horm.core.common.OrmUtil
- getResult(CallableStatement, int) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- getResult(CallableStatement, int) - 接口中的方法 cn.sylinx.horm.type.handler.TypeHandler
- getResult(ResultSet, int) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- getResult(ResultSet, int) - 接口中的方法 cn.sylinx.horm.type.handler.TypeHandler
- getResult(ResultSet, String) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- getResult(ResultSet, String) - 接口中的方法 cn.sylinx.horm.type.handler.TypeHandler
- getReturnType() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- getReturnType() - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- getSelectColumns() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getSelectExpressionColumns() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getSeq() - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- getServiceEnvironment() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- getSpecificConfig() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getSqlBuilder() - 接口中的方法 cn.sylinx.horm.dialect.Dialect
-
sql 创建器
- getSqlBuilder(DbType) - 类中的方法 cn.sylinx.horm.dialect.sql.SqlBuilderFactory
- getSqlClientInterceptor() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- getSqlClientInterceptorEnable() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- getSqlExecuteTimeThreshold() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getSqlExecuteTimeThreshold() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- getSqlId() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- getSqlItems() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- getSqlParser() - 类中的方法 cn.sylinx.horm.core.OrmClient
- getSqlParser() - 接口中的方法 cn.sylinx.horm.core.SqlClient
- getSqlpath() - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- getSqlPath() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getSqlPostfix() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getSqlPostfix() - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- getSqlResource() - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- getSqlResourceType() - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- getSqlStatOpen() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- getSqlType() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- getStatement() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- getStatement(String) - enum class中的静态方法 cn.sylinx.horm.resource.ClasspathSqlResourceManager
- getStatement(String) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
-
获取sql文件内容,可能包含#INCLUDE标签
- getStatementHandler() - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- getString(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取String
- getString(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取String
- getSubProperties(String) - 类中的方法 cn.sylinx.horm.util.RelaxedPropertyResolver
- getTable() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getTable(Class<?>) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- getTable(Class<?>) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
获取表对象
- getTableColumn(Class<?>, String) - 类中的方法 cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
- getTableColumn(Class<?>, String) - 接口中的方法 cn.sylinx.horm.dialect.sql.SqlBuilder
-
获取表列名称
- getTableName() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getTableName() - 类中的方法 cn.sylinx.horm.dialect.tool.MySqlUtil
- getTableName() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getTablePostfix() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getTablePrefix() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getTarget() - 类中的方法 cn.sylinx.horm.core.interceptor.SqlClientProxy
- getTarget() - 类中的方法 cn.sylinx.horm.interceptor.Invocation
- getTime() - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- getTime(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.sql.Time
- getTime(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.sql.Time
- getTimestamp(int) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.sql.Timestamp
- getTimestamp(String) - 类中的方法 cn.sylinx.horm.core.common.Record
-
获取java.sql.Timestamp
- getTotalPage() - 类中的方法 cn.sylinx.horm.core.common.Page
-
Return total page.
- getTotalRow() - 类中的方法 cn.sylinx.horm.core.common.Page
-
Return total row.
- getTransactionIsolation() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- getTransactionIsolation() - 类中的方法 cn.sylinx.horm.core.common.TransInfo
- getTransactionIsolation() - enum class中的方法 cn.sylinx.horm.transaction.jdbc.TransactionIsolation
- getTransactionSupport() - 类中的方法 cn.sylinx.horm.core.OrmClient
- getTransactionSupport() - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
获取事务支持
- getTransactionSupport() - 类中的方法 cn.sylinx.horm.core.TransactionSupportOrmClient
- getTruelyReturnType() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- getTruelyReturnType() - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- getTypeHandler(Class<T>) - 接口中的方法 cn.sylinx.horm.dialect.type.TypeHandlerBuilder
- getTypeHandler(Class<T>) - 类中的方法 cn.sylinx.horm.type.TypeHandlerRegistry
- getTypeHandlerBuilder() - 接口中的方法 cn.sylinx.horm.dialect.Dialect
-
获取类型处理器构造者
- getTypeHandlerBuilder(DbType) - 类中的方法 cn.sylinx.horm.dialect.type.TypeHandlerBuilderFactory
- getUnknownTypeHandler() - 接口中的方法 cn.sylinx.horm.dialect.Dialect
-
获取未知类型
- getUnknownTypeHandler() - 接口中的方法 cn.sylinx.horm.dialect.type.TypeHandlerBuilder
- getUnknownTypeHandler() - 类中的方法 cn.sylinx.horm.type.derby.DerbyTypeHandlerRegistry
- getUnknownTypeHandler() - 类中的方法 cn.sylinx.horm.type.TypeHandlerRegistry
- getUpdateColumnExpression() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getUpdateColumns() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- getUrl() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getUrlAsProperties(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the Properties of url
- getUrlAsReader(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the Reader of the url
- getUrlAsStream(String) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
return the InputStream of the url
- getUsername() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- getValue() - 接口中的方法 cn.sylinx.horm.dialect.DbType
- getValue() - enum class中的方法 cn.sylinx.horm.dialect.EnumDbType
- getValue() - 类中的方法 cn.sylinx.horm.util.Pair
- getVersionField() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- getVersionField() - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockBase
- getVersionField(Class<?>) - 类中的静态方法 cn.sylinx.horm.model.cache.ModelCacheUtil
-
获取乐观锁字段
- getVersionFieldAttr() - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockBase
- GLog - cn.sylinx.horm.util中的类
-
log toolkit
- GLog() - 类的构造器 cn.sylinx.horm.util.GLog
- groupBy(TypeFunction<T, R>...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
添加group by
- groupBy(String...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
添加group by
- groupByExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
group by
- groupBySQL - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- gt(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement with lambda, simultaneous setting value
- gt(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement value
- gt(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement, simultaneous setting value
- gte(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">=" statement, simultaneous setting value
- gte(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">=" statement value
- gte(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate ">=" statement, simultaneous setting value
- gteExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gteMeta(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gteMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gteMeta(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gteMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gtExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gtMeta(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gtMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gtMeta(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- gtMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- GuavaCacheConfig - cn.sylinx.horm.cache.impl中的类
- GuavaCacheConfig() - 类的构造器 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- GuavaCacheKit - cn.sylinx.horm.cache.impl中的类
- GuavaCacheKit() - 类的构造器 cn.sylinx.horm.cache.impl.GuavaCacheKit
- GuavaCacheKit(GuavaCacheConfig) - 类的构造器 cn.sylinx.horm.cache.impl.GuavaCacheKit
H
- H2 - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- H2Dialect - cn.sylinx.horm.dialect.impl中的类
- H2Dialect() - 类的构造器 cn.sylinx.horm.dialect.impl.H2Dialect
- handle(String) - 类中的方法 cn.sylinx.horm.resource.parse.SqlTokenHandler
- handle(String) - 接口中的方法 cn.sylinx.horm.resource.parse.ValueTokenHandler
-
处理占位符
- handle(String) - 接口中的方法 cn.sylinx.horm.resource.StatementHandler
- has(Class<T>) - enum class中的方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
- hasCommandInterceptor() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- hashCode() - 类中的方法 cn.sylinx.horm.model.base.GenericModel
- hasMapperInterceptor() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- hasSqlClientInterceptor() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- Hikari - enum class 中的枚举常量 cn.sylinx.horm.pool.PoolType
- HikariDataSourceCreator - cn.sylinx.horm.pool中的类
- HikariDataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.HikariDataSourceCreator
- hint - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- hint(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
放在sql最前面的提示
- HORMException - cn.sylinx.horm.exception中的异常错误
-
执行运行时异常
- HORMException() - 异常错误的构造器 cn.sylinx.horm.exception.HORMException
- HORMException(int, String) - 异常错误的构造器 cn.sylinx.horm.exception.HORMException
- HORMException(int, String, Throwable) - 异常错误的构造器 cn.sylinx.horm.exception.HORMException
- HORMException(String) - 异常错误的构造器 cn.sylinx.horm.exception.HORMException
- HORMException(String, Throwable) - 异常错误的构造器 cn.sylinx.horm.exception.HORMException
- HORMException(Throwable) - 异常错误的构造器 cn.sylinx.horm.exception.HORMException
- HSQLDB - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- HsqldbDialect - cn.sylinx.horm.dialect.impl中的类
- HsqldbDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.HsqldbDialect
I
- ICacheKit - cn.sylinx.horm.cache中的接口
- IDataLoader - cn.sylinx.horm.cache中的接口
-
数据装载接口
- IfEndBlockParser - cn.sylinx.horm.resource.ast中的接口
- IfEndBlockParserImpl - cn.sylinx.horm.resource.ast中的类
- IfEndBlockParserImpl(TokenHandler) - 类的构造器 cn.sylinx.horm.resource.ast.IfEndBlockParserImpl
- IfEndMatcher - cn.sylinx.horm.resource.ast中的接口
- IfEndMatcherImpl - cn.sylinx.horm.resource.ast中的类
- IfEndMatcherImpl() - 类的构造器 cn.sylinx.horm.resource.ast.IfEndMatcherImpl
- IFunction - cn.sylinx.horm.resource.func中的接口
-
SQL函数处理
- ignore() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
是否忽略字段
- in(TypeFunction<T, R>, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- in(TypeFunction<T, R>, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- in(Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "in" statement value
- in(String, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "in" statement, simultaneous setting value
- in(String, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "in" statement, simultaneous setting value
- in(List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
Set in params
- inc(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自增 1
- inc(TypeFunction<T, R>, Number) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自增
- inc(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自增 1
- inc(String, Number) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段自增
- Include - cn.sylinx.horm.resource.func.impl中的类
-
包含操作
使用方法 #FUNC[include,field,params], 接收一个参数 params, 默认使用 or 组合
#FUNC[include,field,params,0] 使用 or 组合
#FUNC[include,field,params,1] 使用 in - Include() - 类的构造器 cn.sylinx.horm.resource.func.impl.Include
- info(String, Object...) - 类中的静态方法 cn.sylinx.horm.util.GLog
-
info
- init(OrmConfig, Map<String, SpecificConfig>) - enum class中的静态方法 cn.sylinx.horm.config.specific.SpecificConfigHolder
- init(ServiceEnvironment, OrmConfig) - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- init(Class<T>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- init(Class<T>, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- init(String, Class<T>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- init(String, Class<T>, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- init(Set<String>) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- initByClassSets(Set<Class<?>>) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- initSqlClient(NamedDataSource) - 接口中的方法 cn.sylinx.horm.starter.SqlClientInitializor
- initSqlClient(NamedDataSource, OrmConfig) - 类中的方法 cn.sylinx.horm.starter.DefaultSqlClientInitializor
- initSqlClient(NamedDataSource, OrmConfig) - 接口中的方法 cn.sylinx.horm.starter.SqlClientInitializor
- initSqlClient(DataSource, DbType) - 接口中的方法 cn.sylinx.horm.starter.SqlClientInitializor
- insert - enum class 中的枚举常量 cn.sylinx.horm.proxy.mapper.parse.SqlType
- insert(FS<?>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- insert(FS<?>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- insert(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
添加
- insert(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
插入
- insert(T) - 类中的方法 cn.sylinx.horm.core.OrmClient
- insert(T) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- INSERT - enum class 中的枚举常量 cn.sylinx.horm.proxy.command.annotation.ResourceType
- insertBatch(String, List<Object[]>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- insertBatch(String, List<Object[]>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
批量插入
- insertBatch(List<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- insertBatch(List<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- insertForRetrieval() - annotation interface 中的元素 cn.sylinx.horm.proxy.command.annotation.Resource
-
插入时是否返回主键
- insertForRetrieval(ClasspathSqlResource, Map<String, Object>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- insertForRetrieval(ClasspathSqlResource, Map<String, Object>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- insertForRetrieval(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
添加,返回生成的键
- insertForRetrieval(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
插入,返回主键
- INSTANCE - enum class 中的枚举常量 cn.sylinx.horm.proxy.ProxyObjectRegistry
- InstantTypeHandler - cn.sylinx.horm.type.handler中的类
- InstantTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.InstantTypeHandler
- INTEGER - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- IntegerTypeHandler - cn.sylinx.horm.type.handler中的类
- IntegerTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.IntegerTypeHandler
- intercept(Invocation) - 接口中的方法 cn.sylinx.horm.interceptor.Interceptor
- Interceptor - cn.sylinx.horm.interceptor中的接口
-
拦截器
- InterceptorManager<T extends Interceptor> - cn.sylinx.horm.interceptor中的类
-
拦截器管理
- InterceptorManager(Class<T>) - 类的构造器 cn.sylinx.horm.interceptor.InterceptorManager
- Invocation - cn.sylinx.horm.interceptor中的类
- Invocation(Object, Method, Object[]) - 类的构造器 cn.sylinx.horm.interceptor.Invocation
- invoke(CommandMethodMetadata, Tuple) - 接口中的方法 cn.sylinx.horm.proxy.command.invoker.CommandInvoker
- invoke(MapperMethodMetadata, Tuple) - 接口中的方法 cn.sylinx.horm.proxy.mapper.invoker.MapperInvoker
- invoke(ValueTokenHandler, String) - 接口中的方法 cn.sylinx.horm.resource.func.IFunction
-
执行调用
- invoke(ValueTokenHandler, String) - 类中的方法 cn.sylinx.horm.resource.func.impl.Exclude
-
使用方法 #FUNC[exclude,field, params], 接收一个参数 params
- invoke(ValueTokenHandler, String) - 类中的方法 cn.sylinx.horm.resource.func.impl.Include
- invoke(ValueTokenHandler, String) - 类中的方法 cn.sylinx.horm.resource.func.impl.Like
- invoke(ValueTokenHandler, String) - 类中的方法 cn.sylinx.horm.resource.func.impl.OgnlFunction
- invoke(Object, Method, Object[]) - 类中的方法 cn.sylinx.horm.core.interceptor.SqlClientProxy
- invoke(Object, Method, Object[]) - 类中的方法 cn.sylinx.horm.proxy.command.interceptor.CommandInvokerProxy
- invoke(Object, Method, Object[]) - 类中的方法 cn.sylinx.horm.proxy.mapper.interceptor.MapperInvokerProxy
- invoke(Object, Method, Object[]) - 类中的方法 cn.sylinx.horm.proxy.ProxyObject
- Invoker - cn.sylinx.horm.proxy中的接口
- isBlank(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
-
字符串为 null 或者为 "" 时返回 true
- isCache() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- isCache() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- isCache() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- isCache(String) - enum class中的静态方法 cn.sylinx.horm.config.specific.SpecificConfigHolder
- isCacheModelOnStart() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- isCaseSensitive() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- isCaseSensitive() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- isClassExist(String) - 类中的静态方法 cn.sylinx.horm.util.ClassUtil
- isCount() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- isDebug() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- isDebug() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- isDistinct() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- isDynamic() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- isEmpty() - 类中的方法 cn.sylinx.horm.core.common.Page
- isEmpty(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
-
是否空
- isFormat() - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- isInTransaction() - 接口中的方法 cn.sylinx.horm.core.datasource.TransactionalConnectionProvider
- isInTransaction() - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- isMappingEmpty() - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- isMultiple() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- isNativeSql() - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- isNestedTransaction() - 类中的方法 cn.sylinx.horm.util.Ret
- isNotBlank(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
-
字符串不为 null 而且不为 "" 时返回 true
- isNull() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- isNull(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- isNull(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- isOptimisticLockEnable() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- isOptimisticLockEnable() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- isParseSqlPathDbtype() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- isPrimary() - 类中的方法 cn.sylinx.horm.starter.CommonStarter.NamedDataSourcePrimary
- isRetrieval() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- isSingleField() - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- isSqlClientInterceptorEnable() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- isSqlClientInterceptorEnable(String) - enum class中的静态方法 cn.sylinx.horm.config.specific.SpecificConfigHolder
- isSqlStatEnable() - 接口中的静态方法 cn.sylinx.horm.core.stat.SqlStatEventHelper
- isSqlStatOpen() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- isSqlStatOpen() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
- isSqlStatOpen() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- isSqlStatOpen(String) - enum class中的静态方法 cn.sylinx.horm.config.specific.SpecificConfigHolder
- isSuccess() - 类中的方法 cn.sylinx.horm.util.Ret
- isUseNative() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- ITransactionBlock - cn.sylinx.horm.transaction.jdbc中的接口
-
事务处理
J
- JdbcTransactionalConnectionProvider - cn.sylinx.horm.transaction.jdbc中的类
- JdbcTransactionalConnectionProvider() - 类的构造器 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- JdbcTransactionalConnectionProvider(NamedDataSource) - 类的构造器 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- JdbcType - cn.sylinx.horm.type中的Enum Class
- JdbcTypeMapper - cn.sylinx.horm.type中的接口
L
- LambdaUtil - cn.sylinx.horm.util中的类
- LambdaUtil() - 类的构造器 cn.sylinx.horm.util.LambdaUtil
- len() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
长度
- length() - 类中的方法 cn.sylinx.horm.util.Tuple
-
get the length
- like(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- like(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate like statement, simultaneous setting value
- like(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate like statement, simultaneous setting value
- like(String, String) - 类中的方法 cn.sylinx.horm.util.ParamMapBuilder
- Like - cn.sylinx.horm.resource.func.impl中的类
-
自定义 like函数,使用方法: #FUNC[like, email, emailLikeStr] 任意匹配 #FUNC[like, email, emailLikeStr,1] 右边字符全匹配 #FUNC[like, email, emailLikeStr,2] 左边字符全匹配
- Like() - 类的构造器 cn.sylinx.horm.resource.func.impl.Like
- likeLeft(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- likeLeft(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- likeLeft(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- likeLeft(String, String) - 类中的方法 cn.sylinx.horm.util.ParamMapBuilder
- likeRight(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- likeRight(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- likeRight(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- likeRight(String, String) - 类中的方法 cn.sylinx.horm.util.ParamMapBuilder
- limit(int) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
默认使用Mysql limit语法
- limit(int, int) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
默认使用Mysql limit语法
- limitSQL - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- load() - 接口中的方法 cn.sylinx.horm.cache.IDataLoader
-
装载数据
- load(String) - enum class中的静态方法 cn.sylinx.horm.resource.ClasspathSqlResourceManager
- LocalDateTimeTypeHandler - cn.sylinx.horm.type.handler中的类
- LocalDateTimeTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
- LocalDateTypeHandler - cn.sylinx.horm.type.handler中的类
- LocalDateTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.LocalDateTypeHandler
- LocalTimeTypeHandler - cn.sylinx.horm.type.handler中的类
- LocalTimeTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.LocalTimeTypeHandler
- LONG - enum class 中的枚举常量 cn.sylinx.horm.model.anno.BlobType
- LONG - enum class 中的枚举常量 cn.sylinx.horm.model.anno.TextType
- LONGNVARCHAR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- LongTypeHandler - cn.sylinx.horm.type.handler中的类
- LongTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.LongTypeHandler
- LONGVARBINARY - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- LONGVARCHAR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- lt(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<" statement, simultaneous setting value
- lt(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<" statement value
- lt(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<" statement, simultaneous setting value
- lte(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<=" statement, simultaneous setting value
- lte(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<=" statement value
- lte(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "<=" statement, simultaneous setting value
- lteExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- lteMeta(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- lteMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- lteMeta(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- lteMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- ltExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- ltMeta(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- ltMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- ltMeta(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- ltMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
M
- mapColumn(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- mapColumn(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- mappedTypeHandlers() - 接口中的方法 cn.sylinx.horm.type.registrar.TypeHandlerRegistrar
- mapper - enum class 中的枚举常量 cn.sylinx.horm.proxy.ProxyType
- MAPPER_NODE_DATASOURCE - 接口中的静态变量 cn.sylinx.horm.proxy.mapper.parse.MapperXmlConst
- MAPPER_NODE_RETRIEVAL - 接口中的静态变量 cn.sylinx.horm.proxy.mapper.parse.MapperXmlConst
- MAPPER_NODE_SQLID - 接口中的静态变量 cn.sylinx.horm.proxy.mapper.parse.MapperXmlConst
- MAPPER_ROOT - 接口中的静态变量 cn.sylinx.horm.proxy.mapper.parse.MapperXmlConst
- MAPPER_ROOT_DATASOURCE - 接口中的静态变量 cn.sylinx.horm.proxy.mapper.parse.MapperXmlConst
- MAPPER_ROOT_DYNAMIC - 接口中的静态变量 cn.sylinx.horm.proxy.mapper.parse.MapperXmlConst
- MAPPER_ROOT_NAMESPACE - 接口中的静态变量 cn.sylinx.horm.proxy.mapper.parse.MapperXmlConst
- MapperContainer - cn.sylinx.horm.proxy.mapper.registrar中的Enum Class
- MapperInterceptor - cn.sylinx.horm.proxy.mapper.interceptor中的接口
- MapperInvoker - cn.sylinx.horm.proxy.mapper.invoker中的接口
- MapperInvokerManager - cn.sylinx.horm.proxy.mapper.invoker中的Enum Class
- MapperInvokerProxy - cn.sylinx.horm.proxy.mapper.interceptor中的类
- MapperInvokerProxy(MapperInvoker) - 类的构造器 cn.sylinx.horm.proxy.mapper.interceptor.MapperInvokerProxy
- MapperMethodMetadata - cn.sylinx.horm.proxy.mapper中的类
- MapperMethodMetadata(Class<?>, Method) - 类的构造器 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- MapperParser - cn.sylinx.horm.proxy.mapper.parse中的接口
- MapperRegistrar - cn.sylinx.horm.proxy.mapper.registrar中的接口
- MapperXmlConst - cn.sylinx.horm.proxy.mapper.parse中的接口
- MapperXmlScanner - cn.sylinx.horm.resource.io中的类
- MapperXmlScanner(String) - 类的构造器 cn.sylinx.horm.resource.io.MapperXmlScanner
- MapperXmlScanner(String, String) - 类的构造器 cn.sylinx.horm.resource.io.MapperXmlScanner
- ME - enum class 中的枚举常量 cn.sylinx.horm.model.cache.ModelConst
- ME - enum class 中的枚举常量 cn.sylinx.horm.transaction.jdbc.TransactionIsolation
- MEDIUM - enum class 中的枚举常量 cn.sylinx.horm.model.anno.BlobType
- MEDIUM - enum class 中的枚举常量 cn.sylinx.horm.model.anno.TextType
- methodToFieldName(String) - 类中的静态方法 cn.sylinx.horm.util.LambdaUtil
- MIN - enum class 中的枚举常量 cn.sylinx.horm.model.anno.BlobType
- MIN - enum class 中的枚举常量 cn.sylinx.horm.model.anno.TextType
- model - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- Model - cn.sylinx.horm.model.base中的类
- Model - cn.sylinx.horm.model.anno中的Annotation Interface
-
model 标记
- Model() - 类的构造器 cn.sylinx.horm.model.base.Model
- ModelByDialectUtil - cn.sylinx.horm.model.util中的类
- ModelByDialectUtil() - 类的构造器 cn.sylinx.horm.model.util.ModelByDialectUtil
- ModelCacheManager - cn.sylinx.horm.model.cache中的Enum Class
- ModelCacheUtil - cn.sylinx.horm.model.cache中的类
- ModelCacheUtil() - 类的构造器 cn.sylinx.horm.model.cache.ModelCacheUtil
- modelClass - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- ModelConst - cn.sylinx.horm.model.cache中的Enum Class
- ModelFabric - cn.sylinx.horm.model.cache中的类
-
model结构
- ModelFabric() - 类的构造器 cn.sylinx.horm.model.cache.ModelFabric
- ModelUtil - cn.sylinx.horm.model.util中的类
- ModelUtil() - 类的构造器 cn.sylinx.horm.model.util.ModelUtil
- MonthTypeHandler - cn.sylinx.horm.type.handler中的类
- MonthTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.MonthTypeHandler
- MYSQL - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- MYSQL_ALTER_TABLE - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_ALTER_TABLE_ADD_COL - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_ALTER_TABLE_MODIFY_COL - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_CREATE_TEMPLATE - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_DROP_TEMPLATE - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_ENGINE - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_JAVA_JDBC_MAP - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_ROW_PK - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MYSQL_SINGLE_QUOTES - 类中的静态变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- MySqlDialect - cn.sylinx.horm.dialect.impl中的类
- MySqlDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.MySqlDialect
- MySqlUtil - cn.sylinx.horm.dialect.tool中的类
- MySqlUtil(Class<? extends Object>) - 类的构造器 cn.sylinx.horm.dialect.tool.MySqlUtil
N
- NamedDataSource - cn.sylinx.horm.core.datasource中的类
- NamedDataSource() - 类的构造器 cn.sylinx.horm.core.datasource.NamedDataSource
- NamedDataSourcePrimary() - 类的构造器 cn.sylinx.horm.starter.CommonStarter.NamedDataSourcePrimary
- Namespace - cn.sylinx.horm.proxy.mapper.parse中的类
- Namespace() - 类的构造器 cn.sylinx.horm.proxy.mapper.parse.Namespace
- NamespaceContainer - cn.sylinx.horm.proxy.mapper.parse中的Enum Class
- nativeSql() - annotation interface 中的元素 cn.sylinx.horm.proxy.command.annotation.Resource
-
native sql
- NCHAR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- NCLOB - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- NClobTypeHandler - cn.sylinx.horm.type.handler中的类
- NClobTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.NClobTypeHandler
- nest(Function<FS<T>, FS<T>>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- nestedRet(Ret) - 类中的静态方法 cn.sylinx.horm.util.Ret
- newInstance(ProxyObject<T>) - 类中的方法 cn.sylinx.horm.proxy.ProxyFactory
- NORMAL - enum class 中的枚举常量 cn.sylinx.horm.config.ServiceEnvironment
- notBetween(TypeFunction<T, R>, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not between
- notBetween(Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not between
- notBetween(String, Object, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not between
- notEmpty() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "!
- notEmpty(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- notEq(Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "!
- notEqExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- notEqMeta(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- notEqMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- notEqMeta(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- notEqMeta(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- notIn(TypeFunction<T, R>, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not in
- notIn(TypeFunction<T, R>, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not in
- notIn(Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not in
- notIn(String, Object...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not in
- notIn(String, List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not in
- notIn(List<S>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
not in
- notNull() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "IS NOT NULL" statement
- notNull(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- notNull(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate "IS NOT NULL" statement
- NStringTypeHandler - cn.sylinx.horm.type.handler中的类
- NStringTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.NStringTypeHandler
- NULL - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- nullable() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
是否可空
- NUMERIC - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- NVARCHAR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
O
- ObjectTypeHandler - cn.sylinx.horm.type.handler中的类
- ObjectTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ObjectTypeHandler
- of(Class<T>) - 类中的静态方法 cn.sylinx.horm.dialect.fs.FS
- of(Class<T>, String) - 类中的静态方法 cn.sylinx.horm.dialect.fs.FS
- of(Object, Object) - 类中的静态方法 cn.sylinx.horm.util.Pair
- of(String, Class<T>) - 类中的静态方法 cn.sylinx.horm.dialect.fs.FS
- of(String, Class<T>, String) - 类中的静态方法 cn.sylinx.horm.dialect.fs.FS
- OgnlFunction - cn.sylinx.horm.resource.func.impl中的类
-
ognl表达式
使用方法 #FUNC[ognl,express] - OgnlFunction() - 类的构造器 cn.sylinx.horm.resource.func.impl.OgnlFunction
- onDone(String, String, Long, Throwable) - 接口中的方法 cn.sylinx.horm.core.stat.SqlExecutedHandler
-
执行完毕,可能出现错误
- onTimeout(String, String, long) - 接口中的方法 cn.sylinx.horm.core.stat.SqlExecutedHandler
-
执行超时
- OptimisticLockBase - cn.sylinx.horm.model.optlock中的类
- OptimisticLockBase() - 类的构造器 cn.sylinx.horm.model.optlock.OptimisticLockBase
- OptimisticLockInsert - cn.sylinx.horm.model.optlock中的类
- OptimisticLockInsert() - 类的构造器 cn.sylinx.horm.model.optlock.OptimisticLockInsert
- OptimisticLockUpdate - cn.sylinx.horm.model.optlock中的类
- OptimisticLockUpdate() - 类的构造器 cn.sylinx.horm.model.optlock.OptimisticLockUpdate
- OptimisticLockWrapper - cn.sylinx.horm.model.optlock中的Enum Class
- or() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- or(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- or(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate OR statement, simultaneous setting value
- ORACLE - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- OracleDialect - cn.sylinx.horm.dialect.impl中的类
- OracleDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.OracleDialect
- order(TypeFunction<T, R>, OrderBy) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- order(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate order by statement
- order(String, OrderBy) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
generate order by statement
- OrderBy - cn.sylinx.horm.core.common中的Enum Class
- orderBySQL - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- OrmClient - cn.sylinx.horm.core中的类
-
orm support
- OrmClient() - 类的构造器 cn.sylinx.horm.core.OrmClient
- OrmConfig - cn.sylinx.horm.config中的类
-
配置相关
- OrmConfig() - 类的构造器 cn.sylinx.horm.config.OrmConfig
- OrmConfigHolder - cn.sylinx.horm.config中的Enum Class
-
全局配置
- OrmUtil - cn.sylinx.horm.core.common中的类
-
ORM通用工具
- OrmUtil() - 类的构造器 cn.sylinx.horm.core.common.OrmUtil
- orNest(Function<FS<T>, FS<T>>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- OTHER - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
P
- Page<T> - cn.sylinx.horm.core.common中的类
- Page() - 类的构造器 cn.sylinx.horm.core.common.Page
- Page(List<T>, int, int, int, int) - 类的构造器 cn.sylinx.horm.core.common.Page
-
Constructor.
- PageNumber - cn.sylinx.horm.proxy.annotation中的Annotation Interface
- PageSize - cn.sylinx.horm.proxy.annotation中的Annotation Interface
- Pair - cn.sylinx.horm.util中的类
- Pair(Object, Object) - 类的构造器 cn.sylinx.horm.util.Pair
- Param - cn.sylinx.horm.proxy.annotation中的Annotation Interface
- ParamBean - cn.sylinx.horm.proxy.annotation中的Annotation Interface
- ParamMapBuilder - cn.sylinx.horm.util中的类
-
参数构建器
- ParamMapBuilder() - 类的构造器 cn.sylinx.horm.util.ParamMapBuilder
- paramValues - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- parse(InputStream) - 接口中的方法 cn.sylinx.horm.proxy.mapper.parse.MapperParser
- parse(String) - 接口中的方法 cn.sylinx.horm.resource.ast.IfEndBlockParser
- parse(String) - 类中的方法 cn.sylinx.horm.resource.ast.IfEndBlockParserImpl
- parse(String) - 类中的方法 cn.sylinx.horm.resource.func.FunctionParser
- parse(String) - 类中的方法 cn.sylinx.horm.resource.parse.GenericTokenParser
-
返回sql 和 sql参数, Tuple[0]:sql Tuple[1]:参数
- parse(String, boolean) - 类中的方法 cn.sylinx.horm.resource.parse.GenericTokenParser
- parseDynamicPartSql(String) - 类中的方法 cn.sylinx.horm.resource.parse.GenericTokenParser
- parseFunctions(String) - 类中的方法 cn.sylinx.horm.resource.parse.GenericTokenParser
-
解析函数
- parseIfDynamicSql(String) - 类中的方法 cn.sylinx.horm.resource.parse.GenericTokenParser
- parseIncludeSqlContent(String) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
-
解析#INCLUDE标签
- parseOptimisticLockInsert(T) - enum class中的静态方法 cn.sylinx.horm.model.optlock.OptimisticLockWrapper
- parseOptimisticLockUpdate(T) - enum class中的静态方法 cn.sylinx.horm.model.optlock.OptimisticLockWrapper
- parseSql(ClasspathSqlResource, Map<String, Object>) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- parseSql(String, Map<String, Object>) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- parseSql(String, Map<String, Object>, boolean, StatementHandler) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- parseSql(String, Map<String, Object>, StatementHandler) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- parseTruelySqlpath(String) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- PoolType - cn.sylinx.horm.pool中的Enum Class
- postEscape - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- POSTGRESQL - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- PostgreSQLDialect - cn.sylinx.horm.dialect.impl中的类
- PostgreSQLDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.PostgreSQLDialect
- precision() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
精度
- preEscape - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- PreparedCallable<T> - cn.sylinx.horm.core.common中的接口
- PreparedCallWrapper - cn.sylinx.horm.core.common中的接口
- PrimaryKey - cn.sylinx.horm.model.anno中的Annotation Interface
-
主键字段
- primaryKeyColumn - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- proceed() - 类中的方法 cn.sylinx.horm.interceptor.Invocation
- ProxyFactory<T> - cn.sylinx.horm.proxy中的类
- ProxyFactory(Class<T>) - 类的构造器 cn.sylinx.horm.proxy.ProxyFactory
- ProxyObject<T> - cn.sylinx.horm.proxy中的类
- ProxyObject() - 类的构造器 cn.sylinx.horm.proxy.ProxyObject
- ProxyObject(Class<T>, ProxyType) - 类的构造器 cn.sylinx.horm.proxy.ProxyObject
- ProxyObjectRegistry - cn.sylinx.horm.proxy中的Enum Class
- ProxyType - cn.sylinx.horm.proxy中的Enum Class
-
代理类型
- put(String, Integer, Object) - 类中的方法 cn.sylinx.horm.core.common.Record
-
存放值
- put(String, Object) - 类中的方法 cn.sylinx.horm.core.common.Record
-
存放值
- put(String, Object) - 类中的方法 cn.sylinx.horm.util.ParamMapBuilder
- put(String, Object, Class<?>) - 类中的方法 cn.sylinx.horm.util.ParamMapBuilder
Q
- query(FS<T>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- query(FS<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- query(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
查询
- query(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
查询
- QUERY - enum class 中的枚举常量 cn.sylinx.horm.proxy.command.annotation.ResourceType
- queryFirst(FS<T>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- queryFirst(FS<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryFirst(ClasspathSqlResource, Map<String, Object>, Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryFirst(ClasspathSqlResource, Map<String, Object>, Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryFirst(String, Object[], Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryFirst(String, Object[], Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryFirstForSingleColumn(FS<T>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- queryFirstForSingleColumn(FS<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryFirstForSingleColumn(ClasspathSqlResource, Map<String, Object>, Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryFirstForSingleColumn(ClasspathSqlResource, Map<String, Object>, Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryFirstForSingleColumn(String, Object[], Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryFirstForSingleColumn(String, Object[], Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryForSingleColumn(FS<T>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- queryForSingleColumn(FS<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryForSingleColumn(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
查询1列
- queryForSingleColumn(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
查询单列
- queryList(ClasspathSqlResource, Map<String, Object>, Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryList(ClasspathSqlResource, Map<String, Object>, Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryList(Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryList(Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryList(String, Object[], Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryList(String, Object[], Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryListForSingleColumn(ClasspathSqlResource, Map<String, Object>, Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryListForSingleColumn(ClasspathSqlResource, Map<String, Object>, Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryListForSingleColumn(String, Object[], Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
查询1列
- queryListForSingleColumn(String, Object[], Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryPage(FS<T>, int, int) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- queryPage(FS<T>, int, int) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryPage(ClasspathSqlResource, int, int, Map<String, Object>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryPage(ClasspathSqlResource, int, int, Map<String, Object>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryPage(ClasspathSqlResource, int, int, Map<String, Object>, Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryPage(ClasspathSqlResource, int, int, Map<String, Object>, Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryPage(String, int, int, Object[]) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryPage(String, int, int, Object[]) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryPage(String, int, int, Object[], Class<T>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryPage(String, int, int, Object[], Class<T>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryPageForSingleColumn(String, int, int, Object[], Class<R>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryPageForSingleColumn(String, int, int, Object[], Class<R>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryRecord(ClasspathSqlResource, Map<String, Object>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryRecord(ClasspathSqlResource, Map<String, Object>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryRecord(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryRecord(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryRecords(ClasspathSqlResource, Map<String, Object>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryRecords(ClasspathSqlResource, Map<String, Object>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- queryRecords(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
- queryRecords(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
R
- REAL - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- Record - cn.sylinx.horm.core.common中的类
-
记录对象
- Record() - 类的构造器 cn.sylinx.horm.core.common.Record
- REF - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- REF_CURSOR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- register(SingleDataSourceConfig) - 类中的静态方法 cn.sylinx.horm.starter.CustomizedSqlClientRegUtil
-
使用指定数据源启动SqlClient
- register(NamedDataSource) - 类中的静态方法 cn.sylinx.horm.starter.CustomizedSqlClientRegUtil
-
使用指定数据源启动SqlClient
- register(NamedDataSource, boolean) - 类中的静态方法 cn.sylinx.horm.starter.CustomizedSqlClientRegUtil
-
使用指定数据源启动SqlClient
- register(NamedDataSource, boolean, SpecificConfig) - 类中的静态方法 cn.sylinx.horm.starter.CustomizedSqlClientRegUtil
-
使用指定数据源启动SqlClient
- register(SqlClient) - enum class中的静态方法 cn.sylinx.horm.core.DynamicClient
- register(DbType, FSBuilder) - 类中的方法 cn.sylinx.horm.dialect.fs.builder.FSBuilderFactory
- register(DbType, SqlBuilder) - 类中的方法 cn.sylinx.horm.dialect.sql.SqlBuilderFactory
- register(Namespace) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
- register(IFunction) - 类中的方法 cn.sylinx.horm.resource.func.FunctionFactory
-
注册函数
- register(Class<?>) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- register(Class<?>, TypeHandler<? extends T>) - 类中的方法 cn.sylinx.horm.type.TypeHandlerRegistry
- register(Class<T>) - enum class中的方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
- register(String) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
- register(String) - 接口中的方法 cn.sylinx.horm.proxy.mapper.registrar.MapperRegistrar
- register(String) - enum class中的方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
- register(String, String) - 类中的方法 cn.sylinx.horm.proxy.mapper.registrar.DefaultMapperRegistrar
- register(String, String) - 接口中的方法 cn.sylinx.horm.proxy.mapper.registrar.MapperRegistrar
- registerExtTypeHandler() - 类中的方法 cn.sylinx.horm.type.TypeHandlerRegistry
- registerSystemTypeHandler() - 类中的方法 cn.sylinx.horm.type.derby.DerbyTypeHandlerRegistry
- registerSystemTypeHandler() - 类中的方法 cn.sylinx.horm.type.TypeHandlerRegistry
- RelaxedPropertyResolver - cn.sylinx.horm.util中的类
- RelaxedPropertyResolver(Properties, String) - 类的构造器 cn.sylinx.horm.util.RelaxedPropertyResolver
- releaseConnection(Connection) - 接口中的方法 cn.sylinx.horm.core.datasource.ConnectionProvider
- releaseConnection(Connection) - 类中的方法 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- releaseConnection(Connection) - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- removeNullable() - 类中的方法 cn.sylinx.horm.model.base.Model
-
清空可空字段
- Resource - cn.sylinx.horm.proxy.command.annotation中的Annotation Interface
- Resources - cn.sylinx.horm.resource.io中的类
-
资源常用类
- resourceType() - annotation interface 中的元素 cn.sylinx.horm.proxy.command.annotation.Resource
-
资源类型,默认查询
- ResourceType - cn.sylinx.horm.proxy.command.annotation中的Enum Class
- resove(Object[]) - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
-
解析参数
- resove(Object[]) - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
-
解析参数
- Ret - cn.sylinx.horm.util中的类
- Ret() - 类的构造器 cn.sylinx.horm.util.Ret
- Ret(boolean, String, Object) - 类的构造器 cn.sylinx.horm.util.Ret
- Ret(boolean, String, Object, int) - 类的构造器 cn.sylinx.horm.util.Ret
- Ret(boolean, String, Object, int, Throwable) - 类的构造器 cn.sylinx.horm.util.Ret
- rollbackTransaction() - 接口中的方法 cn.sylinx.horm.core.datasource.TransactionalConnectionProvider
- rollbackTransaction() - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- ROWID - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- run() - 接口中的方法 cn.sylinx.horm.transaction.jdbc.ITransactionBlock
-
事务执行
- run(Runnable) - 类中的静态方法 cn.sylinx.horm.util.ExceptionCatcher
S
- save(T) - 类中的方法 cn.sylinx.horm.core.OrmClient
- save(T) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- scan() - 类中的方法 cn.sylinx.horm.resource.io.BaseResourceScanner
- scan(boolean) - 类中的方法 cn.sylinx.horm.resource.io.BaseResourceScanner
- scanAllPackage() - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanAllPackage(String, ClassFilter) - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanAllPackageByAnnotation(String, Class<? extends Annotation>) - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanAllPackageBySuper(String, Class<?>) - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanPackage() - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanPackage(String) - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanPackage(String, ClassFilter) - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanPackageByAnnotation(String, Class<? extends Annotation>) - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- scanPackageBySuper(String, Class<?>) - 类中的静态方法 cn.sylinx.horm.resource.io.ClassScanner
- select - enum class 中的枚举常量 cn.sylinx.horm.proxy.mapper.parse.SqlType
- select(TypeFunction<T, R>...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- select(PoolType) - 接口中的方法 cn.sylinx.horm.pool.DataSourceSelector
- select(PoolType) - 类中的方法 cn.sylinx.horm.pool.DefaultDataSourceSelector
- select(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- select(String...) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- selectColumns - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- selectExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
使用native sql表达式, 不要用 ',' 号结束
- selectExpressionColumns - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- sendSqlStatAfter(String, String, String, long, Throwable) - 接口中的静态方法 cn.sylinx.horm.core.stat.SqlStatEventHelper
- sendSqlStatBefore(String, String, String, long) - 接口中的静态方法 cn.sylinx.horm.core.stat.SqlStatEventHelper
- ServiceEnvironment - cn.sylinx.horm.config中的Enum Class
-
服务环境
- set(ICacheKit) - 类中的静态方法 cn.sylinx.horm.cache.CacheKitManager
- set(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- set(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
Update columns set value
- set(T) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- setAttrMapping(Map<String, String>) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setAttrs(Map<String, String>) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setBeginTime(long) - 类中的方法 cn.sylinx.horm.core.common.TransInfo
- setCache(boolean) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setCache(Boolean) - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- setCacheModelOnStart(boolean) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setCaseSensitive(boolean) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setCause(Throwable) - 类中的方法 cn.sylinx.horm.util.Ret
- setCharset(Charset) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
set the Charset
- setClz(Class<?>) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setCode(int) - 异常错误中的方法 cn.sylinx.horm.exception.HORMException
- setCode(int) - 类中的方法 cn.sylinx.horm.util.Ret
- setCode(String) - enum class中的方法 cn.sylinx.horm.resource.SqlResourceType
- setCommandInterceptorClass(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setCommandScanPackage(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setConditionSQL(StringBuilder) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setConnection(Connection) - 类中的方法 cn.sylinx.horm.core.datasource.ConnectionInfo
- setConnectionProvider(ConnectionProvider) - 类中的方法 cn.sylinx.horm.core.OrmClient
- setCount(boolean) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setData(Object) - 类中的方法 cn.sylinx.horm.util.Ret
- setDatasource(String) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- setDatasource(String) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- setDataSource(DataSource) - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- setDatasourceName(String) - 类中的方法 cn.sylinx.horm.core.datasource.ConnectionInfo
- setDataSourceName(String) - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- setDatasoureName(String) - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- setDbtype(DbType) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- setDbtype(String) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setDbType(DbType) - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- setDebug(boolean) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setDefaultClassLoader(ClassLoader) - 类中的静态方法 cn.sylinx.horm.resource.io.Resources
-
Sets the default classloader
- setDefaultDbtype(String) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setDefaultDriver(String) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setDefaultPassword(String) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setDefaultPoolConfig(Map<String, Object>) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setDefaultPooltype(String) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setDefaultUrl(String) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setDefaultUsername(String) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setDialect(Dialect) - 类中的方法 cn.sylinx.horm.core.OrmClient
- setDistinct(boolean) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setDriver(String) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setDynamic(boolean) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- setEndTime(long) - 类中的方法 cn.sylinx.horm.core.common.TransInfo
- setError(String) - 类中的方法 cn.sylinx.horm.util.Ret
- setExcludedColumns(List<String>) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setExp(TypeFunction<T, R>, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段为native sql
- setExp(String, String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
更新字段为native sql
- setExpireAfterWrite(long) - 类中的方法 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- setExtendConfig(T, Map<String, Object>) - 类中的方法 cn.sylinx.horm.pool.AbstractDataSourceCreator
- setExtendConfigValue(Object, String, String) - 类中的方法 cn.sylinx.horm.pool.AbstractDataSourceCreator
- setFieldDesc(Map<String, Column>) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setFieldMap(Map<String, Field>) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setFields(List<Field>) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setFormat(boolean) - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- setGmtCreate(Date) - 类中的方法 cn.sylinx.horm.model.base.BaseModel
- setGmtModify(Date) - 类中的方法 cn.sylinx.horm.model.base.BaseModel
- setGroupBy(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setGuavaCacheConfig(GuavaCacheConfig) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setHint(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setId(Serializable) - 类中的方法 cn.sylinx.horm.model.base.GenericModel
- setId(String) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- setIndexMap(HashMap<Integer, String>) - 类中的方法 cn.sylinx.horm.core.common.Record
- setInitVersionValue(Number) - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockInsert
- setInterceptorClass(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setInterfaceClass(Class<T>) - 类中的方法 cn.sylinx.horm.proxy.ProxyObject
- setItems(Object[]) - 类中的方法 cn.sylinx.horm.util.Pair
- setItems(Object[]) - 类中的方法 cn.sylinx.horm.util.Tuple
- setJdbcMapping(Map<String, String>) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setLimitSQL(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setList(List<T>) - 类中的方法 cn.sylinx.horm.core.common.Page
-
set the data list
- setMapperClass(Class<?>) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- setMapperInterceptorClass(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setMapperPostfix(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setMapperScanPackage(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setMapping(AttributeColumnMapping) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setMappingStrategy(String) - enum class中的方法 cn.sylinx.horm.model.cache.ModelConst
- setMatchedPostfix(String) - 类中的方法 cn.sylinx.horm.resource.io.MapperXmlScanner
- setMatchedPostfix(String) - 类中的方法 cn.sylinx.horm.resource.io.SqlResourceScanner
- setMaximumSize(long) - 类中的方法 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- setMetaKey(String) - 类中的方法 cn.sylinx.horm.proxy.command.CommandMethodMetadata
- setMetaKey(String) - 类中的方法 cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
- setModel(T) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setModelClass(Class<T>) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setModelMapStrategy(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setModelScanPackage(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setMultids(List<SingleDataSourceConfig>) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setMultiple(boolean) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setName(String) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setName(String) - enum class中的方法 cn.sylinx.horm.resource.SqlResourceType
- setNamedDataSource(NamedDataSource) - 类中的方法 cn.sylinx.horm.core.datasource.DataSourceConnectionProvicer
- setNamespaceId(String) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- setNativeSql(String) - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- setNestedTransaction(boolean) - 类中的方法 cn.sylinx.horm.util.Ret
- setNewVersionValue(Number) - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockUpdate
- setNonNullParameter(PreparedStatement, int, byte[]) - 类中的方法 cn.sylinx.horm.type.handler.BlobTypeHandler
- setNonNullParameter(PreparedStatement, int, byte[]) - 类中的方法 cn.sylinx.horm.type.handler.ByteArrayTypeHandler
- setNonNullParameter(PreparedStatement, int, E) - 类中的方法 cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
- setNonNullParameter(PreparedStatement, int, E) - 类中的方法 cn.sylinx.horm.type.handler.EnumTypeHandler
- setNonNullParameter(PreparedStatement, int, InputStream) - 类中的方法 cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
- setNonNullParameter(PreparedStatement, int, Reader) - 类中的方法 cn.sylinx.horm.type.handler.ClobReaderTypeHandler
- setNonNullParameter(PreparedStatement, int, Boolean) - 类中的方法 cn.sylinx.horm.type.handler.BooleanTypeHandler
- setNonNullParameter(PreparedStatement, int, Byte) - 类中的方法 cn.sylinx.horm.type.handler.ByteTypeHandler
- setNonNullParameter(PreparedStatement, int, Byte[]) - 类中的方法 cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
- setNonNullParameter(PreparedStatement, int, Byte[]) - 类中的方法 cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
- setNonNullParameter(PreparedStatement, int, Character) - 类中的方法 cn.sylinx.horm.type.handler.CharacterTypeHandler
- setNonNullParameter(PreparedStatement, int, Double) - 类中的方法 cn.sylinx.horm.type.handler.DoubleTypeHandler
- setNonNullParameter(PreparedStatement, int, Float) - 类中的方法 cn.sylinx.horm.type.handler.FloatTypeHandler
- setNonNullParameter(PreparedStatement, int, Integer) - 类中的方法 cn.sylinx.horm.type.handler.IntegerTypeHandler
- setNonNullParameter(PreparedStatement, int, Long) - 类中的方法 cn.sylinx.horm.type.handler.LongTypeHandler
- setNonNullParameter(PreparedStatement, int, Object) - 类中的方法 cn.sylinx.horm.type.derby.DerbyObjectTypeHandler
- setNonNullParameter(PreparedStatement, int, Object) - 类中的方法 cn.sylinx.horm.type.derby.DerbyUnknownTypeHandler
- setNonNullParameter(PreparedStatement, int, Object) - 类中的方法 cn.sylinx.horm.type.handler.ObjectTypeHandler
- setNonNullParameter(PreparedStatement, int, Object) - 类中的方法 cn.sylinx.horm.type.handler.UnknownTypeHandler
- setNonNullParameter(PreparedStatement, int, Short) - 类中的方法 cn.sylinx.horm.type.handler.ShortTypeHandler
- setNonNullParameter(PreparedStatement, int, String) - 类中的方法 cn.sylinx.horm.type.handler.ClobTypeHandler
- setNonNullParameter(PreparedStatement, int, String) - 类中的方法 cn.sylinx.horm.type.handler.NClobTypeHandler
- setNonNullParameter(PreparedStatement, int, String) - 类中的方法 cn.sylinx.horm.type.handler.NStringTypeHandler
- setNonNullParameter(PreparedStatement, int, String) - 类中的方法 cn.sylinx.horm.type.handler.StringTypeHandler
- setNonNullParameter(PreparedStatement, int, BigDecimal) - 类中的方法 cn.sylinx.horm.type.handler.BigDecimalTypeHandler
- setNonNullParameter(PreparedStatement, int, BigInteger) - 类中的方法 cn.sylinx.horm.type.handler.BigIntegerTypeHandler
- setNonNullParameter(PreparedStatement, int, Date) - 类中的方法 cn.sylinx.horm.type.handler.SqlDateTypeHandler
- setNonNullParameter(PreparedStatement, int, Time) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimeTypeHandler
- setNonNullParameter(PreparedStatement, int, Timestamp) - 类中的方法 cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
- setNonNullParameter(PreparedStatement, int, Instant) - 类中的方法 cn.sylinx.horm.type.handler.InstantTypeHandler
- setNonNullParameter(PreparedStatement, int, LocalDate) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTypeHandler
- setNonNullParameter(PreparedStatement, int, LocalDateTime) - 类中的方法 cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
- setNonNullParameter(PreparedStatement, int, LocalTime) - 类中的方法 cn.sylinx.horm.type.handler.LocalTimeTypeHandler
- setNonNullParameter(PreparedStatement, int, Month) - 类中的方法 cn.sylinx.horm.type.handler.MonthTypeHandler
- setNonNullParameter(PreparedStatement, int, Year) - 类中的方法 cn.sylinx.horm.type.handler.YearTypeHandler
- setNonNullParameter(PreparedStatement, int, YearMonth) - 类中的方法 cn.sylinx.horm.type.handler.YearMonthTypeHandler
- setNonNullParameter(PreparedStatement, int, ZonedDateTime) - 类中的方法 cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
- setNonNullParameter(PreparedStatement, int, Date) - 类中的方法 cn.sylinx.horm.type.handler.DateOnlyTypeHandler
- setNonNullParameter(PreparedStatement, int, Date) - 类中的方法 cn.sylinx.horm.type.handler.DateTypeHandler
- setNonNullParameter(PreparedStatement, int, Date) - 类中的方法 cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
- setNonNullParameter(PreparedStatement, int, T) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- setNull(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- setNull(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- setOldVersionValue(Number) - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockUpdate
- setOptimisticLockEnable(boolean) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setOrderBy(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setPageNumber(int) - 类中的方法 cn.sylinx.horm.core.common.Page
-
set the page number
- setPageSize(int) - 类中的方法 cn.sylinx.horm.core.common.Page
-
set the page size
- setParameter(Dialect, PreparedStatement, int, Object) - 类中的静态方法 cn.sylinx.horm.core.common.OrmUtil
- setParameter(Object) - 类中的方法 cn.sylinx.horm.core.common.TypedParameter
- setParameter(PreparedStatement, int, Object) - 类中的方法 cn.sylinx.horm.type.derby.DerbyObjectTypeHandler
- setParameter(PreparedStatement, int, Object) - 类中的方法 cn.sylinx.horm.type.derby.DerbyUnknownTypeHandler
- setParameter(PreparedStatement, int, T) - 类中的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
- setParameter(PreparedStatement, int, T) - 接口中的方法 cn.sylinx.horm.type.handler.TypeHandler
- setParameterMap(Map<String, Object>) - 类中的方法 cn.sylinx.horm.resource.parse.SqlTokenHandler
- setParameterMap(Map<String, Object>) - 接口中的方法 cn.sylinx.horm.resource.parse.TokenHandler
- setParameters(PreparedStatement, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
- setParameterType(Class<?>) - 类中的方法 cn.sylinx.horm.core.common.TypedParameter
- setParamValues(List<Object>) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setParseSqlPathDbtype(boolean) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setPassword(String) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setPoolConfig(Map<String, Object>) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setPooltype(String) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setPostEscape(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setPreEscape(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setPrimary(boolean) - 类中的方法 cn.sylinx.horm.starter.CommonStarter.NamedDataSourcePrimary
- setPrimary(Boolean) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setPrimaryKey(PrimaryKey) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setPrimaryKeyColumn(String[]) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setProxyType(ProxyType) - 类中的方法 cn.sylinx.horm.proxy.ProxyObject
- setRawAttrMapping(Map<String, String>) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setRecordVersion(Long) - 类中的方法 cn.sylinx.horm.model.base.VersionBaseModel
- setResult(HashMap<String, Object>) - 类中的方法 cn.sylinx.horm.core.common.Record
- setRetrieval(boolean) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- setSelectColumns(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setSelectExpressionColumns(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setSeq(String) - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- setSingleField(boolean) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setSpecificConfig(SpecificConfig) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setSqlClientInterceptorEnable(Boolean) - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- setSqlExecuteTimeThreshold(long) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setSqlId(String) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- setSqlItems(Map<String, SqlItem>) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- setSqlParser(SqlParser) - 类中的方法 cn.sylinx.horm.core.OrmClient
- setSqlpath(String) - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- setSqlPath(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setSqlPostfix(String) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setSqlPostfix(String) - 类中的方法 cn.sylinx.horm.resource.parse.SqlParser
- setSqlStatOpen(boolean) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setSqlStatOpen(Boolean) - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- setSqlType(SqlType) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- setStatement(String) - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- setStatementHandler(StatementHandler) - 类中的方法 cn.sylinx.horm.resource.ClasspathSqlResource
- setSuccess(boolean) - 类中的方法 cn.sylinx.horm.util.Ret
- setTable(Table) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setTableName(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setTableName(String) - 类中的方法 cn.sylinx.horm.dialect.tool.MySqlUtil
- setTablePostfix(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setTablePrefix(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setTime(long) - 类中的方法 cn.sylinx.horm.core.stat.SqlStatInfo
- setTotalPage(int) - 类中的方法 cn.sylinx.horm.core.common.Page
-
set the total page
- setTotalRow(int) - 类中的方法 cn.sylinx.horm.core.common.Page
-
set the total row count
- setTransactionIsolation(int) - 类中的方法 cn.sylinx.horm.config.OrmConfig
- setTransactionIsolation(int) - 类中的方法 cn.sylinx.horm.core.common.TransInfo
- setTransactionIsolation(int) - enum class中的静态方法 cn.sylinx.horm.transaction.jdbc.TransactionIsolation
- setUpdateColumnExpression(Map<String, String>) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setUpdateColumns(Map<String, Object>) - 类中的方法 cn.sylinx.horm.dialect.fs.FluentSqlParams
- setUrl(String) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setUseNative(boolean) - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- setUsername(String) - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- setVersionField(Field) - 类中的方法 cn.sylinx.horm.model.cache.ModelFabric
- setVersionField(Field) - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockBase
- setVersionFieldAttr(String) - 类中的方法 cn.sylinx.horm.model.optlock.OptimisticLockBase
- ShortTypeHandler - cn.sylinx.horm.type.handler中的类
- ShortTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ShortTypeHandler
- SingleDataSourceConfig - cn.sylinx.horm.config中的类
- SingleDataSourceConfig() - 类的构造器 cn.sylinx.horm.config.SingleDataSourceConfig
- singleField - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- singleField(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- singleField(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- SMALLINT - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- SpecificConfig - cn.sylinx.horm.config.specific中的类
- SpecificConfig() - 类的构造器 cn.sylinx.horm.config.specific.SpecificConfig
- SpecificConfigHolder - cn.sylinx.horm.config.specific中的Enum Class
-
基于不同数据源的配置
- SPRINGBOOT - enum class 中的枚举常量 cn.sylinx.horm.config.ServiceEnvironment
- sql() - annotation interface 中的元素 cn.sylinx.horm.proxy.command.annotation.Resource
-
sql资源
- SQL_TYPE_AFTER - 类中的静态变量 cn.sylinx.horm.core.stat.SqlStatInfo
- SQL_TYPE_BEFORE - 类中的静态变量 cn.sylinx.horm.core.stat.SqlStatInfo
- sqlAlias() - 接口中的方法 cn.sylinx.horm.resource.func.IFunction
-
sql使用名称
- sqlAlias() - 类中的方法 cn.sylinx.horm.resource.func.impl.Exclude
- sqlAlias() - 类中的方法 cn.sylinx.horm.resource.func.impl.Include
- sqlAlias() - 类中的方法 cn.sylinx.horm.resource.func.impl.Like
- sqlAlias() - 类中的方法 cn.sylinx.horm.resource.func.impl.OgnlFunction
- SqlBuilder - cn.sylinx.horm.dialect.sql中的接口
- SqlBuilderFactory - cn.sylinx.horm.dialect.sql中的类
- SqlClient - cn.sylinx.horm.core中的接口
- SqlClientInitializor - cn.sylinx.horm.starter中的接口
-
SqlClient 初始化器
- SqlClientInterceptor - cn.sylinx.horm.core.interceptor中的接口
-
拦截器
- SqlClientProxy - cn.sylinx.horm.core.interceptor中的类
- SqlClientProxy(SqlClient) - 类的构造器 cn.sylinx.horm.core.interceptor.SqlClientProxy
- SqlDateTypeHandler - cn.sylinx.horm.type.handler中的类
- SqlDateTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.SqlDateTypeHandler
- SqlExecutedHandler - cn.sylinx.horm.core.stat中的接口
-
sql 执行拦截处理
- SQLITE - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- SqliteDialect - cn.sylinx.horm.dialect.impl中的类
- SqliteDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.SqliteDialect
- SqlItem - cn.sylinx.horm.proxy.mapper.parse中的类
- SqlItem() - 类的构造器 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- SqlParser - cn.sylinx.horm.resource.parse中的类
- SqlParser() - 类的构造器 cn.sylinx.horm.resource.parse.SqlParser
- SqlParser(DbType) - 类的构造器 cn.sylinx.horm.resource.parse.SqlParser
- SqlParser(String, DbType) - 类的构造器 cn.sylinx.horm.resource.parse.SqlParser
- SqlResourceScanner - cn.sylinx.horm.resource.io中的类
- SqlResourceScanner(String) - 类的构造器 cn.sylinx.horm.resource.io.SqlResourceScanner
- SqlResourceScanner(String, String) - 类的构造器 cn.sylinx.horm.resource.io.SqlResourceScanner
- SqlResourceType - cn.sylinx.horm.resource中的Enum Class
- SQLSERVER - enum class 中的枚举常量 cn.sylinx.horm.dialect.EnumDbType
- SqlServerDialect - cn.sylinx.horm.dialect.impl中的类
- SqlServerDialect() - 类的构造器 cn.sylinx.horm.dialect.impl.SqlServerDialect
- SqlStatEventHelper - cn.sylinx.horm.core.stat中的接口
-
SQL运行时长事件辅助类
- SqlStatInfo - cn.sylinx.horm.core.stat中的类
-
sql统计对象
- SqlStatInfo() - 类的构造器 cn.sylinx.horm.core.stat.SqlStatInfo
- SqlStatManager - cn.sylinx.horm.core.stat中的Enum Class
-
SQL运行时长线程状态维护者
- SqlTimestampTypeHandler - cn.sylinx.horm.type.handler中的类
- SqlTimestampTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
- SqlTimeTypeHandler - cn.sylinx.horm.type.handler中的类
- SqlTimeTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.SqlTimeTypeHandler
- SqlTokenHandler - cn.sylinx.horm.resource.parse中的类
-
sql 占位符解析处理器
- SqlTokenHandler() - 类的构造器 cn.sylinx.horm.resource.parse.SqlTokenHandler
- SqlType - cn.sylinx.horm.proxy.mapper.parse中的Enum Class
- SQLXML - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- start() - enum class中的静态方法 cn.sylinx.horm.core.stat.SqlStatManager
- start() - 类中的方法 cn.sylinx.horm.starter.CommonStarter
- startTransaction() - 接口中的方法 cn.sylinx.horm.core.datasource.TransactionalConnectionProvider
- startTransaction() - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- startTransaction(int) - 接口中的方法 cn.sylinx.horm.core.datasource.TransactionalConnectionProvider
- startTransaction(int) - 类中的方法 cn.sylinx.horm.transaction.jdbc.JdbcTransactionalConnectionProvider
- StatementHandler - cn.sylinx.horm.resource中的接口
- stop() - enum class中的静态方法 cn.sylinx.horm.core.stat.SqlStatManager
- strategy() - annotation interface 中的元素 cn.sylinx.horm.model.anno.AttributeColumnMapping
-
属性 列映射策略对应的类名称
- Strategy - cn.sylinx.horm.model.strategy中的接口
- STRATEGY_ATTRIBUTE - 接口中的静态变量 cn.sylinx.horm.model.strategy.Strategy
- STRATEGY_CLZ_ATTRIBUTE - 接口中的静态变量 cn.sylinx.horm.model.strategy.Strategy
- STRATEGY_CLZ_UNDERLINE - 接口中的静态变量 cn.sylinx.horm.model.strategy.Strategy
- STRATEGY_UNDERLINE - 接口中的静态变量 cn.sylinx.horm.model.strategy.Strategy
- StringTypeHandler - cn.sylinx.horm.type.handler中的类
- StringTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.StringTypeHandler
- StrKit - cn.sylinx.horm.util中的类
-
StrKit.
- StrKit() - 类的构造器 cn.sylinx.horm.util.StrKit
- success() - 类中的静态方法 cn.sylinx.horm.util.Ret
- success(Object) - 类中的静态方法 cn.sylinx.horm.util.Ret
T
- Table - cn.sylinx.horm.model.anno中的Annotation Interface
-
表名称
- tableDesc - 类中的变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- tableName - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- tableName - 类中的变量 cn.sylinx.horm.dialect.tool.MySqlUtil
- tablePostfix - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- tablePrefix - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- text() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
长文本
- textType() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
长文本类型
- TextType - cn.sylinx.horm.model.anno中的Enum Class
- TIME - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- TIME_WITH_TIMEZONE - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- TimeOnlyTypeHandler - cn.sylinx.horm.type.handler中的类
- TimeOnlyTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
- TIMESTAMP - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- TIMESTAMP_WITH_TIMEZONE - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- TINYINT - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- toJdbcType(String) - 类中的方法 cn.sylinx.horm.dialect.tool.MySqlUtil
-
获取javaType对应的 jdbcType
- TOKEN_FUN_BEGIN - 类中的静态变量 cn.sylinx.horm.resource.func.FunctionParser
- TOKEN_FUN_END - 类中的静态变量 cn.sylinx.horm.resource.func.FunctionParser
- TokenHandler - cn.sylinx.horm.resource.parse中的接口
-
占位符处理器
- toLowerCaseFirstOne(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
- toMap() - 类中的方法 cn.sylinx.horm.util.RelaxedPropertyResolver
- TomcatJdbc - enum class 中的枚举常量 cn.sylinx.horm.pool.PoolType
- TomcatJdbcDataSourceCreator - cn.sylinx.horm.pool中的类
- TomcatJdbcDataSourceCreator() - 类的构造器 cn.sylinx.horm.pool.TomcatJdbcDataSourceCreator
- toString() - 类中的方法 cn.sylinx.horm.cache.impl.GuavaCacheConfig
- toString() - 类中的方法 cn.sylinx.horm.config.DataSourceConfig
- toString() - 类中的方法 cn.sylinx.horm.config.OrmConfig
- toString() - 类中的方法 cn.sylinx.horm.config.SingleDataSourceConfig
- toString() - 类中的方法 cn.sylinx.horm.config.specific.SpecificConfig
- toString() - 类中的方法 cn.sylinx.horm.core.common.Page
- toString() - 类中的方法 cn.sylinx.horm.core.common.Record
- toString() - 类中的方法 cn.sylinx.horm.core.common.TransInfo
- toString() - 类中的方法 cn.sylinx.horm.core.common.TypedParameter
- toString() - 类中的方法 cn.sylinx.horm.core.datasource.NamedDataSource
- toString() - 类中的方法 cn.sylinx.horm.core.OrmClient
- toString() - 类中的方法 cn.sylinx.horm.core.TransactionSupportOrmClient
- toString() - 类中的方法 cn.sylinx.horm.interceptor.Invocation
- toString() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.Namespace
- toString() - 类中的方法 cn.sylinx.horm.proxy.mapper.parse.SqlItem
- toUpperCaseFirstOne(String) - 类中的静态方法 cn.sylinx.horm.util.StrKit
- transaction(ITransactionBlock) - 类中的方法 cn.sylinx.horm.core.TransactionSupportOrmClient
- transaction(ITransactionBlock) - 接口中的方法 cn.sylinx.horm.transaction.jdbc.TransactionSupport
- TransactionalConnectionProvider - cn.sylinx.horm.core.datasource中的接口
-
带事务的连接提供者
- TransactionException - cn.sylinx.horm.exception中的异常错误
-
事务异常
- TransactionException() - 异常错误的构造器 cn.sylinx.horm.exception.TransactionException
- TransactionException(int, String) - 异常错误的构造器 cn.sylinx.horm.exception.TransactionException
- TransactionException(int, String, Throwable) - 异常错误的构造器 cn.sylinx.horm.exception.TransactionException
- TransactionException(String) - 异常错误的构造器 cn.sylinx.horm.exception.TransactionException
- TransactionException(String, Throwable) - 异常错误的构造器 cn.sylinx.horm.exception.TransactionException
- TransactionException(Throwable) - 异常错误的构造器 cn.sylinx.horm.exception.TransactionException
- transactionIsolation() - 接口中的方法 cn.sylinx.horm.transaction.jdbc.ITransactionBlock
-
事务类型
- TransactionIsolation - cn.sylinx.horm.transaction.jdbc中的Enum Class
- TransactionSupport - cn.sylinx.horm.transaction.jdbc中的接口
- TransactionSupportOrmClient - cn.sylinx.horm.core中的类
-
jdbc 事务
- TransactionSupportOrmClient() - 类的构造器 cn.sylinx.horm.core.TransactionSupportOrmClient
- transform(String) - 类中的方法 cn.sylinx.horm.resource.io.BaseResourceScanner
- transform(String) - 类中的方法 cn.sylinx.horm.resource.io.ClassScanner
- transform(String) - 类中的方法 cn.sylinx.horm.resource.io.MapperXmlScanner
- transform(String) - 类中的方法 cn.sylinx.horm.resource.io.SqlResourceScanner
- TransInfo - cn.sylinx.horm.core.common中的类
-
事务信息
- TransInfo() - 类的构造器 cn.sylinx.horm.core.common.TransInfo
- TransInfo(int) - 类的构造器 cn.sylinx.horm.core.common.TransInfo
- Tuple - cn.sylinx.horm.util中的类
-
元组对象
- Tuple() - 类的构造器 cn.sylinx.horm.util.Tuple
- Tuple(Object[]) - 类的构造器 cn.sylinx.horm.util.Tuple
-
构造器
- typeCode - enum class中的变量 cn.sylinx.horm.type.JdbcType
- TYPED_PARAMETER_POSTFIX - 接口中的静态变量 cn.sylinx.horm.core.common.Consts
- TypedParameter - cn.sylinx.horm.core.common中的类
-
携带参数类型的参数
- TypedParameter() - 类的构造器 cn.sylinx.horm.core.common.TypedParameter
- TypeFunction<T,
R> - cn.sylinx.horm.model.lambda中的接口 - TypeHandler<T> - cn.sylinx.horm.type.handler中的接口
- TypeHandlerBuilder - cn.sylinx.horm.dialect.type中的接口
- TypeHandlerBuilderFactory - cn.sylinx.horm.dialect.type中的类
- TypeHandlerBuilderSPI - cn.sylinx.horm.dialect.type中的接口
- TypeHandlerRegistrar - cn.sylinx.horm.type.registrar中的接口
- TypeHandlerRegistry - cn.sylinx.horm.type中的类
- TypeHandlerRegistry() - 类的构造器 cn.sylinx.horm.type.TypeHandlerRegistry
U
- UnderlinedStrategy - cn.sylinx.horm.model.strategy中的类
-
下划线策略
- UnderlinedStrategy() - 类的构造器 cn.sylinx.horm.model.strategy.UnderlinedStrategy
- UnknownTypeHandler - cn.sylinx.horm.type.handler中的类
- UnknownTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.UnknownTypeHandler
- update - enum class 中的枚举常量 cn.sylinx.horm.proxy.mapper.parse.SqlType
- update(FS<?>) - 接口中的方法 cn.sylinx.horm.core.FluentSqlClient
- update(FS<?>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- update(ClasspathSqlResource, Map<String, Object>) - 类中的方法 cn.sylinx.horm.core.OrmClient
- update(ClasspathSqlResource, Map<String, Object>) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- update(String, Object...) - 类中的方法 cn.sylinx.horm.core.OrmClient
-
更新
- update(String, Object...) - 接口中的方法 cn.sylinx.horm.core.SqlClient
-
更新
- update(T) - 类中的方法 cn.sylinx.horm.core.OrmClient
- update(T) - 接口中的方法 cn.sylinx.horm.core.SqlClient
- UPDATE - enum class 中的枚举常量 cn.sylinx.horm.proxy.command.annotation.ResourceType
- updateColumnExpression - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- updateColumns - 类中的变量 cn.sylinx.horm.dialect.fs.FS
- Utils - cn.sylinx.horm.starter中的类
- Utils() - 类的构造器 cn.sylinx.horm.starter.Utils
V
- value() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Column
-
字段描述
- value() - annotation interface 中的元素 cn.sylinx.horm.model.anno.PrimaryKey
-
主键值
- value() - annotation interface 中的元素 cn.sylinx.horm.model.anno.Table
-
表名
- value() - annotation interface 中的元素 cn.sylinx.horm.proxy.annotation.Param
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.config.ServiceEnvironment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.config.specific.SpecificConfigHolder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.core.common.OrderBy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.core.DynamicClient
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.core.stat.SqlStatManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.dialect.DialectFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.dialect.EnumDbType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.dialect.spi.DialectSPIManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.model.anno.BlobType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.model.anno.TextType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelConst
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.model.optlock.OptimisticLockWrapper
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.pool.DataSourceWrapperFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.pool.PoolType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.command.annotation.ResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.command.CommandContainer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.command.invoker.CommandInvokerManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.invoker.MapperInvokerManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.SqlType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.registrar.MapperContainer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.proxy.ProxyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.resource.ClasspathSqlResourceManager
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.resource.SqlResourceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.transaction.jdbc.TransactionIsolation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 cn.sylinx.horm.type.JdbcType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 cn.sylinx.horm.config.OrmConfigHolder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.config.ServiceEnvironment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.config.specific.SpecificConfigHolder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.core.common.OrderBy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.core.DynamicClient
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.core.stat.SqlStatManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.dialect.DialectFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.dialect.EnumDbType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.dialect.spi.DialectSPIManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.model.anno.BlobType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.model.anno.TextType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelCacheManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.model.cache.ModelConst
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.model.optlock.OptimisticLockWrapper
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.pool.DataSourceWrapperFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.pool.PoolType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.command.annotation.ResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.command.CommandContainer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.command.invoker.CommandInvokerManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.invoker.MapperInvokerManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.parse.SqlType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.mapper.registrar.MapperContainer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.ProxyObjectRegistry
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.proxy.ProxyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.resource.ClasspathSqlResourceManager
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.resource.SqlResourceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.transaction.jdbc.TransactionIsolation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 cn.sylinx.horm.type.JdbcType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueTokenHandler - cn.sylinx.horm.resource.parse中的接口
- VARBINARY - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- VARCHAR - enum class 中的枚举常量 cn.sylinx.horm.type.JdbcType
- Version - cn.sylinx.horm.model.anno中的Annotation Interface
-
乐观锁字段,对应字段的类型:
- VERSION_TYPE_BIGDECIMAL - annotation interface中的静态变量 cn.sylinx.horm.model.anno.Version
- VERSION_TYPE_BIGINTEGER - annotation interface中的静态变量 cn.sylinx.horm.model.anno.Version
- VERSION_TYPE_INTEGER - annotation interface中的静态变量 cn.sylinx.horm.model.anno.Version
- VERSION_TYPE_INTEGER_PRIMARY - annotation interface中的静态变量 cn.sylinx.horm.model.anno.Version
- VERSION_TYPE_LONG - annotation interface中的静态变量 cn.sylinx.horm.model.anno.Version
- VERSION_TYPE_LONG_PRIMARY - annotation interface中的静态变量 cn.sylinx.horm.model.anno.Version
- VersionBaseModel - cn.sylinx.horm.model.base中的类
-
带版本号的实体
- VersionBaseModel() - 类的构造器 cn.sylinx.horm.model.base.VersionBaseModel
- versionClassList - annotation interface中的静态变量 cn.sylinx.horm.model.anno.Version
W
- warn(String, Object...) - 类中的静态方法 cn.sylinx.horm.util.GLog
- where() - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
just where condition
- where(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- where(TypeFunction<T, R>, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
- where(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
where condition
- where(String, Object) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
where condition, simultaneous setting value
- where(T) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
Set the where parameter according to model, and generate sql like where where age = ?
- whereExp(String) - 类中的方法 cn.sylinx.horm.dialect.fs.FS
-
表达式
- withNullable() - 类中的方法 cn.sylinx.horm.model.base.Model
-
将所有字段可设置为空
- withNullable(TypeFunction<T, R>) - 类中的方法 cn.sylinx.horm.model.base.Model
-
对应属性可设置为空
- withNullable(String) - 类中的方法 cn.sylinx.horm.model.base.Model
-
对应属性可设置为空
- withNullables(TypeFunction<T, R>...) - 类中的方法 cn.sylinx.horm.model.base.Model
-
对应属性可设置为空
- withNullables(String...) - 类中的方法 cn.sylinx.horm.model.base.Model
-
对应属性可设置为空
- wrap(PreparedCallable<T>) - 接口中的方法 cn.sylinx.horm.core.common.PreparedCallWrapper
- wrap(PreparedCallable<T>) - 类中的方法 cn.sylinx.horm.core.DefaultPreparedCallWrapper
Y
- YearMonthTypeHandler - cn.sylinx.horm.type.handler中的类
- YearMonthTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.YearMonthTypeHandler
- YearTypeHandler - cn.sylinx.horm.type.handler中的类
- YearTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.YearTypeHandler
Z
- ZonedDateTimeTypeHandler - cn.sylinx.horm.type.handler中的类
- ZonedDateTimeTypeHandler() - 类的构造器 cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
All Classes and Interfaces|常量字段值|所有程序包|序列化表格