- 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(String) - 类 中的方法cn.sylinx.horm.resource.io.BaseResourceScanner
-
- accept(Class<?>) - 接口 中的方法cn.sylinx.horm.resource.io.ClassFilter
-
- accept(String) - 类 中的方法cn.sylinx.horm.resource.io.ClassScanner
-
- addSpecificConfig(OrmConfig, String, SpecificConfig) - 枚举 中的静态方法cn.sylinx.horm.config.specific.SpecificConfigHolder
-
- and(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate AND statement, simultaneous setting value
- and(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- and(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- and(TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- and() - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- AND_STR - 类 中的静态变量cn.sylinx.horm.dialect.fs.FS
-
- andBetween(String, Object, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate between statement, simultaneous setting value
- andBetween(TypeFunction<T, R>, Object, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate between statement with lambda, simultaneous setting value
- andEq(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andEq(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andEqMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andEqMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andExp(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
条件添加表达式
- andGt(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement, simultaneous setting value
- andGt(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement with lambda, simultaneous setting value
- andGte(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
- andGteMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andGteMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andGtMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andGtMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andIn(String, Object...) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate "in" statement, simultaneous setting value
- andIn(TypeFunction<T, R>, Object...) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andIn(String, List<S>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate "in" statement, simultaneous setting value
- andIn(TypeFunction<T, R>, List<S>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andIsNull(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andIsNull(TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLike(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate like statement, simultaneous setting value
- andLike(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLikeLeft(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLikeLeft(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLikeRight(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLikeRight(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLt(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate "<" statement, simultaneous setting value
- andLt(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
- andLte(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate "<=" statement, simultaneous setting value
- andLteMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLteMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLtMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andLtMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andNest(Function<FS<T>, FS<T>>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andNotBetween(String, Object, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
not between
- andNotBetween(TypeFunction<T, R>, Object, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
not between
- andNotEmpty(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate "!
- andNotEq(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate "!
- andNotEq(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andNotEqMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andNotEqMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- andNotIn(String, Object...) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
not in
- andNotIn(TypeFunction<T, R>, Object...) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
and not in
- andNotIn(String, List<S>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
and not in
- andNotIn(TypeFunction<T, R>, List<S>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
and not in
- andNotNull(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate "IS NOT NULL" statement
- andNotNull(TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- apply(String, Connection) - 类 中的静态方法cn.sylinx.horm.core.datasource.ConnectionInfo
-
- apply(String) - 类 中的静态方法cn.sylinx.horm.resource.ClasspathSqlResource
-
- apply(Object, Object) - 类 中的静态方法cn.sylinx.horm.util.Pair
-
- apply(Object...) - 类 中的静态方法cn.sylinx.horm.util.Tuple
-
创建Tuple对象
- AttributeColumnMapping - cn.sylinx.horm.model.anno中的注释类型
-
属性和表列的映射关系
- 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
-
- generateCacheKey(Object...) - 类 中的静态方法cn.sylinx.horm.cache.CacheKeyGenerator
-
通过参数生成对应的缓存键
- generateSql(Class<?>...) - 类 中的静态方法cn.sylinx.horm.dialect.tool.MySqlUtil
-
批量生成脚本
- generateSql() - 类 中的方法cn.sylinx.horm.dialect.tool.MySqlUtil
-
生成表的SQL
- 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(String, IDataLoader) - 接口 中的方法cn.sylinx.horm.cache.ICacheKit
-
- get(String, IDataLoader) - 类 中的方法cn.sylinx.horm.cache.impl.GuavaCacheKit
-
- get(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取列值
- get(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
通过索引获取值
- get(String, Class<T>) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取值
- get(int, Class<T>) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取值
- get() - 枚举 中的静态方法cn.sylinx.horm.core.DynamicClient
-
- get(String) - 枚举 中的静态方法cn.sylinx.horm.core.DynamicClient
-
- get(Serializable, Class<T>) - 类 中的方法cn.sylinx.horm.core.OrmClient
-
- get(Serializable, Class<T>) - 接口 中的方法cn.sylinx.horm.core.SqlClient
-
- get() - 类 中的静态方法cn.sylinx.horm.dialect.fs.builder.FSBuilderFactory
-
- get() - 类 中的静态方法cn.sylinx.horm.dialect.sql.SqlBuilderFactory
-
- get() - 类 中的静态方法cn.sylinx.horm.dialect.type.TypeHandlerBuilderFactory
-
- get(Class<?>, Method) - 类 中的静态方法cn.sylinx.horm.proxy.command.CommandMethodMetadata
-
- get(Class<?>, Method) - 类 中的静态方法cn.sylinx.horm.proxy.mapper.MapperMethodMetadata
-
- get(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
- get(Class<?>) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
- get() - 类 中的静态方法cn.sylinx.horm.resource.func.FunctionFactory
-
- get(int) - 类 中的方法cn.sylinx.horm.util.Tuple
-
获取对象
- getAllMapperClass() - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
- getAllProxyClass() - 枚举 中的方法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(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取java.math.BigDecimal
- getBigDecimal(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取java.math.BigDecimal
- getBigInteger(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取BigInteger
- getBigInteger(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取BigInteger
- getBoolean(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Boolean
- getBoolean(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Boolean
- getBy(CommandMethodMetadata) - 枚举 中的静态方法cn.sylinx.horm.proxy.command.invoker.CommandInvokerManager
-
- getBy(MapperMethodMetadata) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.invoker.MapperInvokerManager
-
- getByte(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取byte
- getByte(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取byte
- getBytes(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取byte[]
- getBytes(int) - 类 中的方法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() - 枚举 中的方法cn.sylinx.horm.pool.PoolType
-
- getClient(String) - 接口 中的方法cn.sylinx.horm.core.SqlClient
-
获取对应数据源客户端
- 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() - 枚举 中的方法cn.sylinx.horm.resource.SqlResourceType
-
- getCode() - 类 中的方法cn.sylinx.horm.util.Ret
-
- getCommand(Class<T>) - 枚举 中的静态方法cn.sylinx.horm.proxy.command.CommandContainer
-
- getCommand(Class<T>) - 枚举 中的方法cn.sylinx.horm.proxy.ProxyObjectRegistry
-
- getCommandAnnotation() - 类 中的方法cn.sylinx.horm.proxy.command.CommandMethodMetadata
-
- getCommandInterceptor() - 枚举 中的静态方法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
-
- getConst(String) - 枚举 中的方法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.core.datasource.NamedDataSource
-
- getDatasource() - 类 中的方法cn.sylinx.horm.proxy.mapper.parse.Namespace
-
- getDatasource() - 类 中的方法cn.sylinx.horm.proxy.mapper.parse.SqlItem
-
- getDatasourceName() - 类 中的方法cn.sylinx.horm.core.datasource.ConnectionInfo
-
- 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(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取java.util.Date
- getDate(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取java.util.Date
- getDbtype() - 类 中的方法cn.sylinx.horm.config.SingleDataSourceConfig
-
- getDbType() - 类 中的方法cn.sylinx.horm.core.datasource.NamedDataSource
-
- getDbType(String) - 接口 中的静态方法cn.sylinx.horm.dialect.DbType
-
- 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.MySqlDialect
-
- getDbType() - 类 中的方法cn.sylinx.horm.dialect.impl.OracleDialect
-
- getDbType() - 类 中的方法cn.sylinx.horm.dialect.impl.PostgreSQLDialect
-
- getDbType() - 类 中的方法cn.sylinx.horm.dialect.impl.SqlServerDialect
-
- getDbtype() - 类 中的方法cn.sylinx.horm.resource.parse.SqlParser
-
- 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(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Double
- getDouble(int) - 类 中的方法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(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Float
- getFloat(int) - 类 中的方法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
-
- getInstance() - 类 中的静态方法cn.sylinx.horm.type.TypeHandlerRegistry
-
- getInteger(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Integer
- getInteger(int) - 类 中的方法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() - 枚举 中的方法cn.sylinx.horm.type.JdbcType
-
- getJdbcTypeCode() - 接口 中的方法cn.sylinx.horm.type.JdbcTypeMapper
-
- 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(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Long
- getLong(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Long
- getMapper(MapperMethodMetadata) - 类 中的方法cn.sylinx.horm.proxy.mapper.invoker.AbstractMapperInvoker
-
获取mapper中的信息
- getMapper(Class<?>, String) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
- getMapper(Class<T>) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.registrar.MapperContainer
-
- getMapper(Class<T>) - 枚举 中的方法cn.sylinx.horm.proxy.ProxyObjectRegistry
-
- getMapperClass() - 类 中的方法cn.sylinx.horm.proxy.mapper.parse.Namespace
-
- getMapperInterceptor() - 枚举 中的静态方法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() - 枚举 中的方法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(String) - 枚举 中的静态方法cn.sylinx.horm.model.cache.ModelCacheManager
-
- getModelFabric(Class<?>) - 枚举 中的静态方法cn.sylinx.horm.model.cache.ModelCacheManager
-
- getModelFabric(String) - 类 中的静态方法cn.sylinx.horm.model.cache.ModelCacheUtil
-
- getModelFabric(Class<?>) - 类 中的静态方法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() - 枚举 中的方法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(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BaseTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BaseTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BaseTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BigDecimalTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BigDecimalTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BigDecimalTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BigIntegerTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BigIntegerTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BigIntegerTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BlobByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BlobTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BlobTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BlobTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BooleanTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BooleanTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BooleanTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ByteArrayTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ByteArrayTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ByteArrayTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ByteTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ByteTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ByteTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.CharacterTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.CharacterTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.CharacterTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ClobReaderTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ClobReaderTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ClobReaderTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ClobTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ClobTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ClobTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.DateOnlyTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.DateOnlyTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.DateOnlyTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.DateTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.DateTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.DateTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.DoubleTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.DoubleTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.DoubleTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.EnumOrdinalTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.EnumTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.EnumTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.EnumTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.FloatTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.FloatTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.FloatTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.InstantTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.InstantTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.InstantTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.IntegerTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.IntegerTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.IntegerTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.LocalDateTimeTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.LocalDateTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.LocalDateTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.LocalDateTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.LocalTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.LocalTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.LocalTimeTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.LongTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.LongTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.LongTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.MonthTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.MonthTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.MonthTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.NClobTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.NClobTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.NClobTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.NStringTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.NStringTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.NStringTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ObjectTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ObjectTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ObjectTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ShortTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ShortTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ShortTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.SqlDateTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.SqlDateTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.SqlDateTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.SqlTimestampTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.SqlTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.SqlTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.SqlTimeTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.StringTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.StringTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.StringTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.TimeOnlyTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.UnknownTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.UnknownTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.UnknownTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.YearMonthTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.YearMonthTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.YearMonthTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.YearTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.YearTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.YearTypeHandler
-
- getNullableResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.ZonedDateTimeTypeHandler
-
- getNumber(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取Number
- getNumber(int) - 类 中的方法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() - 枚举 中的静态方法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) - 枚举 中的静态方法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(PrimaryKey) - 类 中的方法cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
-
- getPrimaryKey() - 类 中的方法cn.sylinx.horm.model.cache.ModelFabric
-
- 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
-
- getRecordVersion() - 类 中的方法cn.sylinx.horm.model.base.VersionBaseModel
-
- getResource() - 类 中的方法cn.sylinx.horm.proxy.command.CommandMethodMetadata
-
- getResourceAsFile(String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
return the File of the resource on the classpath
- getResourceAsFile(ClassLoader, String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
return the File of the resource on the classpath
- getResourceAsProperties(String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
return the Properties of the resource on the classpath
- getResourceAsProperties(ClassLoader, String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
return the Properties of the resource on the classpath
- getResourceAsReader(String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
return the Reader of the resource on the classpath
- getResourceAsReader(ClassLoader, String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
return the Reader of the resource on the classpath
- getResourceAsStream(String) - 类 中的方法cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
获取资源输入流
- getResourceAsStream(String, ClassLoader) - 类 中的方法cn.sylinx.horm.resource.io.ClassLoaderWrapper
-
获取资源输入流
- getResourceAsStream(String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
Returns the InputStream of the resource on the classpath
- getResourceAsStream(ClassLoader, String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
returns the InputStream of the resource on the classpath
- 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(String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
Returns the URL of the resource on the classpath
- getResourceURL(ClassLoader, String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
Returns the URL of the resource on the classpath
- getResourceURLs(String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
- getResourceURLs(ClassLoader, String) - 类 中的静态方法cn.sylinx.horm.resource.io.Resources
-
- getResult(Dialect, ResultSet, String, Class<T>) - 类 中的静态方法cn.sylinx.horm.core.common.OrmUtil
-
- getResult(Dialect, ResultSet, int, Class<T>) - 类 中的静态方法cn.sylinx.horm.core.common.OrmUtil
-
- getResult(Dialect, CallableStatement, int, Class<T>) - 类 中的静态方法cn.sylinx.horm.core.common.OrmUtil
-
- getResult() - 类 中的方法cn.sylinx.horm.core.common.Record
-
- getResult(ResultSet, String) - 类 中的方法cn.sylinx.horm.type.handler.BaseTypeHandler
-
- getResult(ResultSet, int) - 类 中的方法cn.sylinx.horm.type.handler.BaseTypeHandler
-
- getResult(CallableStatement, int) - 类 中的方法cn.sylinx.horm.type.handler.BaseTypeHandler
-
- getResult(ResultSet, String) - 接口 中的方法cn.sylinx.horm.type.handler.TypeHandler
-
- getResult(ResultSet, int) - 接口 中的方法cn.sylinx.horm.type.handler.TypeHandler
-
- getResult(CallableStatement, int) - 接口 中的方法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() - 枚举 中的静态方法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() - 枚举 中的静态方法cn.sylinx.horm.config.OrmConfigHolder
-
- getSqlClientInterceptorEnable() - 类 中的方法cn.sylinx.horm.config.specific.SpecificConfig
-
- getSqlExecuteTimeThreshold() - 类 中的方法cn.sylinx.horm.config.OrmConfig
-
- getSqlExecuteTimeThreshold() - 枚举 中的静态方法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.config.OrmConfig
-
- getSqlpath() - 类 中的方法cn.sylinx.horm.resource.ClasspathSqlResource
-
- getSqlPostfix() - 类 中的方法cn.sylinx.horm.config.OrmConfig
-
- 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) - 枚举 中的静态方法cn.sylinx.horm.resource.ClasspathSqlResourceManager
-
- getStatementHandler() - 类 中的方法cn.sylinx.horm.resource.ClasspathSqlResource
-
- getString(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取String
- getString(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取String
- getSubProperties(String) - 类 中的方法cn.sylinx.horm.util.RelaxedPropertyResolver
-
- getTable(Class<?>) - 类 中的方法cn.sylinx.horm.dialect.sql.DefaultSqlBuilder
-
- getTable(Class<?>) - 接口 中的方法cn.sylinx.horm.dialect.sql.SqlBuilder
-
获取表对象
- getTable() - 类 中的方法cn.sylinx.horm.model.cache.ModelFabric
-
- 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.interceptor.Invocation
-
- getTime(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取java.sql.Time
- getTime(int) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取java.sql.Time
- getTime() - 类 中的方法cn.sylinx.horm.core.stat.SqlStatInfo
-
- getTimestamp(String) - 类 中的方法cn.sylinx.horm.core.common.Record
-
获取java.sql.Timestamp
- getTimestamp(int) - 类 中的方法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() - 枚举 中的方法cn.sylinx.horm.transaction.jdbc.TransactionIsolation
-
- 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.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() - 枚举 中的方法cn.sylinx.horm.dialect.EnumDbType
-
- getValue() - 类 中的方法cn.sylinx.horm.util.Pair
-
- getVersionField(Class<?>) - 类 中的静态方法cn.sylinx.horm.model.cache.ModelCacheUtil
-
获取乐观锁字段
- getVersionField() - 类 中的方法cn.sylinx.horm.model.cache.ModelFabric
-
- getVersionField() - 类 中的方法cn.sylinx.horm.model.optlock.OptimisticLockBase
-
- getVersionFieldAttr() - 类 中的方法cn.sylinx.horm.model.optlock.OptimisticLockBase
-
- GLog - cn.sylinx.horm.util中的类
-
log toolkit
- GLog() - 类 的构造器cn.sylinx.horm.util.GLog
-
- groupBy(String...) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
添加group by
- groupBy(TypeFunction<T, R>...) - 类 中的方法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(Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement value
- gt(String, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement, simultaneous setting value
- gt(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate ">" statement with lambda, 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
- gte(TypeFunction<T, R>, Object) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
generate ">=" statement, simultaneous setting value
- gteExp(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gteMeta(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gteMeta(TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gteMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gteMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gtExp(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gtMeta(String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gtMeta(TypeFunction<T, R>) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gtMeta(String, String) - 类 中的方法cn.sylinx.horm.dialect.fs.FS
-
- gtMeta(TypeFunction<T, R>, TypeFunction<T, R>) - 类 中的方法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
-
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.config.OrmConfigHolder
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.config.ServiceEnvironment
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.config.specific.SpecificConfigHolder
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.core.common.OrderBy
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.core.DynamicClient
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.core.stat.SqlStatManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.dialect.DialectFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.dialect.EnumDbType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.dialect.spi.DialectSPIManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.model.anno.BlobType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.model.anno.TextType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.model.cache.ModelCacheManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.model.cache.ModelConst
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.model.optlock.OptimisticLockWrapper
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.pool.DataSourceWrapperFactory
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.pool.PoolType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.command.annotation.ResourceType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.command.CommandContainer
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.command.invoker.CommandInvokerManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.invoker.MapperInvokerManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.SqlType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.registrar.MapperContainer
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.ProxyObjectRegistry
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.proxy.ProxyType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.resource.ClasspathSqlResourceManager
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.resource.SqlResourceType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.transaction.jdbc.TransactionIsolation
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.sylinx.horm.type.JdbcType
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.sylinx.horm.config.OrmConfigHolder
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.config.ServiceEnvironment
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.config.specific.SpecificConfigHolder
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.core.common.OrderBy
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.core.DynamicClient
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.core.stat.SqlStatManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.dialect.DialectFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.dialect.EnumDbType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.dialect.spi.DialectSPIManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.model.anno.BlobType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.model.anno.TextType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.model.cache.ModelCacheManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.model.cache.ModelConst
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.model.optlock.OptimisticLockWrapper
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.pool.DataSourceWrapperFactory
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.pool.PoolType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.command.annotation.ResourceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.command.CommandContainer
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.command.invoker.CommandInvokerManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.invoker.MapperInvokerManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.NamespaceContainer
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.parse.SqlType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.mapper.registrar.MapperContainer
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.ProxyObjectRegistry
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.proxy.ProxyType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.resource.ClasspathSqlResourceManager
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.resource.SqlResourceType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.transaction.jdbc.TransactionIsolation
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.sylinx.horm.type.JdbcType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- ValueTokenHandler - cn.sylinx.horm.resource.parse中的接口
-
- Version - cn.sylinx.horm.model.anno中的注释类型
-
乐观锁字段,对应字段的类型:
java.lang.Integer
java.lang.Long
java.math.BigInteger
java.math.BigDecimal
- VERSION_TYPE_BIGDECIMAL - 注释类型 中的静态变量cn.sylinx.horm.model.anno.Version
-
- VERSION_TYPE_BIGINTEGER - 注释类型 中的静态变量cn.sylinx.horm.model.anno.Version
-
- VERSION_TYPE_INTEGER - 注释类型 中的静态变量cn.sylinx.horm.model.anno.Version
-
- VERSION_TYPE_INTEGER_PRIMARY - 注释类型 中的静态变量cn.sylinx.horm.model.anno.Version
-
- VERSION_TYPE_LONG - 注释类型 中的静态变量cn.sylinx.horm.model.anno.Version
-
- VERSION_TYPE_LONG_PRIMARY - 注释类型 中的静态变量cn.sylinx.horm.model.anno.Version
-
- VersionBaseModel - cn.sylinx.horm.model.base中的类
-
带版本号的实体
- VersionBaseModel() - 类 的构造器cn.sylinx.horm.model.base.VersionBaseModel
-
- versionClassList - 注释类型 中的静态变量cn.sylinx.horm.model.anno.Version
-