- ObjectCreator - Class in org.teasoft.honey.util
-
- ObjectCreatorFactory - Class in org.teasoft.honey.util
-
- ObjectToSQL - Class in org.teasoft.honey.osql.core
-
对象到SQL的转换(对应Suid).Object to SQL string for Suid.
- ObjectToSQL() - Constructor for class org.teasoft.honey.osql.core.ObjectToSQL
-
- ObjectToSQLRich - Class in org.teasoft.honey.osql.core
-
对象到SQL的转换(对应SuidRich).Object to SQL string for SuidRich.
- ObjectToSQLRich() - Constructor for class org.teasoft.honey.osql.core.ObjectToSQLRich
-
- ObjectUtils - Class in org.teasoft.honey.util
-
- ObjSQL - Class in org.teasoft.honey.osql.core
-
通过对象来操作数据库,并返回结果.
- ObjSQL() - Constructor for class org.teasoft.honey.osql.core.ObjSQL
-
- ObjSQLRich - Class in org.teasoft.honey.osql.core
-
SuidRich实现类.Suidrich implementation class.
- ObjSQLRich() - Constructor for class org.teasoft.honey.osql.core.ObjSQLRich
-
- ObjSQLRichServiceImpl - Class in org.teasoft.honey.osql.serviceimpl
-
- ObjSQLRichServiceImpl() - Constructor for class org.teasoft.honey.osql.serviceimpl.ObjSQLRichServiceImpl
-
- ObjSQLServiceImpl - Class in org.teasoft.honey.osql.serviceimpl
-
- ObjSQLServiceImpl() - Constructor for class org.teasoft.honey.osql.serviceimpl.ObjSQLServiceImpl
-
- offset - Static variable in class org.teasoft.honey.osql.core.K
-
- OLD_ID - Static variable in class org.teasoft.honey.osql.core.StringConst
-
- OLD_ID_EXIST - Static variable in class org.teasoft.honey.osql.core.StringConst
-
- on() - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- on(String) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- on - Static variable in class org.teasoft.honey.osql.core.K
-
- OneTimeSnowflakeId - Class in org.teasoft.honey.distribution
-
OneTimeSnowflakeId,进一步改进了梨花算法。
不依赖时间的梨花算法,Workerid应放在序号sequence的上一段,且应用SerialUniqueId算法,使ID不依赖于时间自动递增。
使用不依赖时间的梨花算法OneTimeSnowflakeId,应保证各节点大概均衡轮流出号,这样入库的ID会比较有序,因此每个段号内的序列号不能太多。
支持批获取ID号。可以一次取一批ID(即一个范围内的ID一次就可以获取了)。可以代替依赖DB的号段模式。
应用订单号等有安全要求的场景,可随机不定时获取一些批的号码不用即可。
[ 可间隔时间缓存时间值到文件,供重启时设置回初值用。若不缓存,则重启时,又用目前的时间点,重设开始的ID。只要平均不超过419w/s,重启时造成的时
钟回拨都不会有影响(但却浪费了辛苦攒下的每秒没用完的ID号)。要是很多时间都超过419w/s,证明你有足够的能力做这件事:间隔时间缓存时间值到文件。]
考虑到2019年双11的峰值不超过55万笔/秒, 因此419w/s这个值已可以满足此苛刻要求;采用testSpeedLimit()检测平均值不超过419w/s这个值即可,而且在空闲时
段省下的ID号,还可以在高峰时使用。
- OneTimeSnowflakeId() - Constructor for class org.teasoft.honey.distribution.OneTimeSnowflakeId
-
- OnlyMulitiDB - Class in org.teasoft.honey.distribution.ds
-
- OnlyMulitiDB() - Constructor for class org.teasoft.honey.distribution.ds.OnlyMulitiDB
-
- op(String, Op, String) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- op(String, Op, Number) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- op(String, String) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- op(String, Number) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- op(String, Op, String) - Method in class org.teasoft.honey.osql.chain.UpdateImpl
-
- op(String, Op, Number) - Method in class org.teasoft.honey.osql.chain.UpdateImpl
-
- op(String, String) - Method in class org.teasoft.honey.osql.chain.UpdateImpl
-
- op(String, Number) - Method in class org.teasoft.honey.osql.chain.UpdateImpl
-
- op(String, Op, Object) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- openDefineColumn - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- openFieldTypeHandler - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- openFieldTypeHandler - Static variable in class org.teasoft.honey.osql.core.SqlLib
-
- opOn(String, Op, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- opOn(String, Op, Number) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- opWithField(String, Op, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- or() - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- or() - Method in class org.teasoft.honey.osql.chain.UpdateImpl
-
- or() - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- or - Static variable in class org.teasoft.honey.osql.core.K
-
- OracleFeature - Class in org.teasoft.honey.osql.dialect.oracle
-
- OracleFeature() - Constructor for class org.teasoft.honey.osql.dialect.oracle.OracleFeature
-
- orderBy(String) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- orderBy(String, OrderType) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- orderBy(String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- orderBy(String, OrderType) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- orderBy(FunctionType, String, OrderType) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- orderBy - Static variable in class org.teasoft.honey.osql.core.K
-
- org.teasoft.honey.distribution - package org.teasoft.honey.distribution
-
与分布式环境相关的功能.Function about distributed environment
- org.teasoft.honey.distribution.ds - package org.teasoft.honey.distribution.ds
-
多数据源相关功能.Function about multiple DataSource.
- org.teasoft.honey.file - package org.teasoft.honey.file
-
文件操作相关.Function about file.
- org.teasoft.honey.logging - package org.teasoft.honey.logging
-
日志相关.Function about log.
- org.teasoft.honey.osql.autogen - package org.teasoft.honey.osql.autogen
-
自动创建相关功能.Function about automatic creation.
- org.teasoft.honey.osql.chain - package org.teasoft.honey.osql.chain
-
实现类,用于链式风格写SQL语句.Implement class for SQL with chain programming.
- org.teasoft.honey.osql.constant - package org.teasoft.honey.osql.constant
-
常量包.Constant.
- org.teasoft.honey.osql.core - package org.teasoft.honey.osql.core
-
面向对象SQL相关的实现类.Function about Object SQL.
- org.teasoft.honey.osql.dialect - package org.teasoft.honey.osql.dialect
-
处理具体DB特有的特性.Function about dialect(really DB).
- org.teasoft.honey.osql.dialect.mysql - package org.teasoft.honey.osql.dialect.mysql
-
MySql相关的方言特性.Dialect feature related to MySQL.
- org.teasoft.honey.osql.dialect.oracle - package org.teasoft.honey.osql.dialect.oracle
-
Oracle相关的方言特性.Dialect feature related to Oracle.
- org.teasoft.honey.osql.dialect.sqlserver - package org.teasoft.honey.osql.dialect.sqlserver
-
Sql Server相关的方言特性.Dialect feature related to Sql Server.
- org.teasoft.honey.osql.interccept - package org.teasoft.honey.osql.interccept
-
拦截器相关实现.Implements about Interceptor.
- org.teasoft.honey.osql.interccept.annotation - package org.teasoft.honey.osql.interccept.annotation
-
拦截器处理注解相关实现.Implements about Interceptor processing annotation.
- org.teasoft.honey.osql.name - package org.teasoft.honey.osql.name
-
命名转换相关实现.Implementation of naming transformation.
- org.teasoft.honey.osql.serviceimpl - package org.teasoft.honey.osql.serviceimpl
-
Service层相关服务的类,无具体业务逻辑.Class about service layer which is empty business logic.
- org.teasoft.honey.osql.shortcut - package org.teasoft.honey.osql.shortcut
-
常用类短名称.Common class short name.
- org.teasoft.honey.osql.transaction - package org.teasoft.honey.osql.transaction
-
事务相关.Function about transaction.
- org.teasoft.honey.osql.type - package org.teasoft.honey.osql.type
-
设置的参数类型转换;实体字段类型查询结果转换处理.
- org.teasoft.honey.osql.util - package org.teasoft.honey.osql.util
-
OSQL核心相关的工具包.OSQL core related util.
- org.teasoft.honey.util - package org.teasoft.honey.util
-
通用工具包.Universal util.
- OriginalName - Class in org.teasoft.honey.osql.name
-
返回原名称;但表名首字母转小写,实体名首字母转大写.
- OriginalName() - Constructor for class org.teasoft.honey.osql.name.OriginalName
-
- save(T) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
保存一个实体(一条记录).
- SchemaName - Static variable in class org.teasoft.honey.osql.core.StringConst
-
- SearchProcessor - Class in org.teasoft.honey.osql.core
-
复杂查询的Search结构处理器.Search Processor.
- select() - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- select(String) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- select(String, T, Object[]) - Method in class org.teasoft.honey.osql.core.CallableSqlLib
-
- select(String, Object[]) - Method in class org.teasoft.honey.osql.core.CallableSqlLib
-
- select - Static variable in class org.teasoft.honey.osql.core.K
-
- select(MapSql) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- select(T) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- select(T, int, int) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- select(T, Condition) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- select(T) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
- select(T, Condition) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
- select(T, int) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- select(T, int, int) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- select(T, String) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- select(T, String, int, int) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- select(T, IncludeType) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- select(T, IncludeType, Condition) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
Deprecated.
- select(String, T, Object[]) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, T) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, T, Object[], int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, T, Map<String, Object>) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, T, Map<String, Object>, int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, Object[]) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, Object[], int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, Map<String, Object>) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, Map<String, Object>, int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- select(String, T) - Method in class org.teasoft.honey.osql.core.SqlLib
-
- select(String) - Method in class org.teasoft.honey.osql.core.SqlLib
-
- select(String, T) - Method in class org.teasoft.honey.osql.core.SqlLibForApp
-
- select(String) - Method in class org.teasoft.honey.osql.core.SqlLibForApp
-
- Select_Fun - Static variable in class org.teasoft.honey.osql.core.StringConst
-
- selectById(T, Integer) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectById(T, Long) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectById(T, String) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectByIds(T, String) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectDistinctField(String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- selectDistinctField(String, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- selectField(String...) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- selectFun(FunctionType, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- selectFun(FunctionType, String, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- selectFun(String, Object[]) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectFun(String, Map<String, Object>) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectFun(String) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectFun(String) - Method in class org.teasoft.honey.osql.core.SqlLib
-
SQL function: max,min,avg,sum,count.
- selectFun(String) - Method in class org.teasoft.honey.osql.core.SqlLibForApp
-
- SelectImpl - Class in org.teasoft.honey.osql.chain
-
- SelectImpl() - Constructor for class org.teasoft.honey.osql.chain.SelectImpl
-
- selectJson(String, Object[]) - Method in class org.teasoft.honey.osql.core.CallableSqlLib
-
- selectJson(MapSql) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- selectJson(T) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectJson(T, IncludeType) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectJson(T, String) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectJson(T, String, int, int) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectJson(T, IncludeType, Condition) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectJson(T, Condition) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectJson(String, Object[]) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectJson(String, Object[], int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectJson(String, Map<String, Object>) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectJson(String, Map<String, Object>, int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectJson(String) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectJson(String) - Method in class org.teasoft.honey.osql.core.SqlLib
-
- selectJson(String) - Method in class org.teasoft.honey.osql.core.SqlLibForApp
-
- selectJson_ignoreNull - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- selectMapList(String) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectMapList(String, Map<String, Object>) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectMapList(String, Map<String, Object>, int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectMapList(String) - Method in class org.teasoft.honey.osql.core.SqlLib
-
- selectMapList(String) - Method in class org.teasoft.honey.osql.core.SqlLibForApp
-
- selectOne(MapSql) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- selectOne(T) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectOrderBy(T, String) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectOrderBy(T, String, OrderType[]) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectSomeField(String, T, Object[]) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectSomeField(String, T, Object[], int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectSomeField(String, T, Map<String, Object>) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectSomeField(String, T, Map<String, Object>, int, int) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- selectSomeField(String, T) - Method in class org.teasoft.honey.osql.core.SqlLib
-
- selectSomeField(String, T) - Method in class org.teasoft.honey.osql.core.SqlLibForApp
-
- selectString(MapSql) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- selectString(T) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectString(T, String...) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectString(T, Condition) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectWithFun(FunctionType, String) - Static method in class org.teasoft.honey.osql.chain.Aggregate
-
- selectWithFun(T, FunctionType, String) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- selectWithFun(T, FunctionType, String, Condition) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- serialize(Object) - Method in class org.teasoft.honey.osql.core.JdkSerializer
-
- SerialUniqueId - Class in org.teasoft.honey.distribution
-
在一个workerid内连续唯一的ID生成方法(绝对连续单调递增,全局唯一).Serial Unique Id in one workerid.
- SerialUniqueId() - Constructor for class org.teasoft.honey.distribution.SerialUniqueId
-
!注意:每次新建都会重置开始号码.
- SessionFactory - Class in org.teasoft.honey.osql.core
-
会话工厂类.Session Factory.
- SessionFactory() - Constructor for class org.teasoft.honey.osql.core.SessionFactory
-
- set(String, String) - Method in class org.teasoft.honey.osql.chain.UpdateImpl
-
- set(String, Number) - Method in class org.teasoft.honey.osql.chain.UpdateImpl
-
- set(String, Number) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- set(String, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- set - Static variable in class org.teasoft.honey.osql.core.K
-
- setAdd(String, Number) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- setAdd(String, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- setAppointDS(String) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setAppointTab(String) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setBaseDir(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setBeanString(String) - Method in class org.teasoft.honey.distribution.ds.RouteStruct
-
- setBeeFactory(BeeFactory) - Method in class org.teasoft.honey.osql.core.SessionFactory
-
- setBeeSql(BeeSql) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setBeeSql(BeeSql) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- setBeeSql(BeeSql) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- setBeeSql(BeeSql) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
- setBeeSql(BeeSql) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- setBeeSqlForApp(BeeSqlForApp) - Method in class org.teasoft.honey.osql.core.SqlLibForApp
-
- setCache(Cache) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setCache(Cache) - Method in class org.teasoft.honey.osql.core.SqlLib
-
- setCallableSql(CallableSql) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setCharsetName(String) - Method in class org.teasoft.honey.file.FileHandle
-
- setColumnHandler(ColumnHandler) - Static method in class org.teasoft.honey.osql.core.NameTranslateHandle
-
指定列名命名转换处理器.Specifies the column naming conversion handler
- setCommentPlace(int) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
set comment place,If genComment is true;
- setCondition(Condition) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setConfigRefresh(boolean) - Static method in class org.teasoft.honey.logging.LoggerFactory
-
- setConfigRefresh(boolean) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setCurrentAppDB(Object) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setCurrentAppDBIfNeed(Object) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setCurrentConnection(Connection) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setCurrentNameTranslate(NameTranslate) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setCurrentRoute(RouteStruct) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setCustomMapLocal(String, Map<String, String>) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setDatabaseMajorVersion(int) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setDataSourceName(String) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- setDataSourceName(String) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- setDataSourceName(String) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
- setDataSourceName(String) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- setDataSourceOneTime(String) - Method in class org.teasoft.honey.osql.interccept.CommInterceptorChain
-
- setDataSourceOneTime(String) - Method in class org.teasoft.honey.osql.interccept.DefaultInterceptor
-
- setDataSourceOneTime(String) - Method in class org.teasoft.honey.osql.interccept.EmptyInterceptor
-
- setDbFeature(DbFeature) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setDbName(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setDbName(String) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setDriverName(String) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setDsName2DbName(Map<String, String>) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setDynamicParameter(String, String) - Static method in class org.teasoft.honey.osql.autogen.Ddl
-
- setDynamicParameter(String, String) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- setDynamicParameter(String, String) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
- setDynamicParameter(String, String) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- setEncode(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setEntityClass(Class) - Method in class org.teasoft.honey.distribution.ds.RouteStruct
-
- setEntityNamePre(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setFieldFilePrefix(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setFieldFileRelativeFolder(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setFieldFileSuffix(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setFieldName(String) - Method in class org.teasoft.honey.osql.core.Expression
-
- setGenComment(boolean) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setGenFieldAll(boolean) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setGenFieldFile(boolean) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setGenSerializable(boolean) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setGenToString(boolean) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setHasOrderBy(boolean) - Method in class org.teasoft.honey.osql.dialect.sqlserver.SqlServerPagingStruct
-
- setIncludeType(IncludeType) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- setInterceptorChain(InterceptorChain) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setInterceptorChain(InterceptorChain) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- setInterceptorChain(InterceptorChain) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- setInterceptorChain(InterceptorChain) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
全局的可以使用InterceptorChainRegistry配置;只是某个对象要使用,再使用对象配置
- setInterceptorChain(InterceptorChain) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- setJava2DbType(String, Map<String, String>) - Static method in class org.teasoft.honey.osql.autogen.Java2DbType
-
support set the Java2DbTypeMap custom
- setJdbcToJavaType(String, Map<String, String>) - Static method in class org.teasoft.honey.osql.core.JdbcToJavaType
-
support set the JdbcToJavaType custom
- setJdbcTranWriterDs() - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setJndiName(String) - Method in class org.teasoft.honey.osql.core.JndiDataSource
-
- setJustChangeOrderColumn(boolean) - Method in class org.teasoft.honey.osql.dialect.sqlserver.SqlServerPagingStruct
-
- setLabel(String) - Method in class org.teasoft.honey.osql.autogen.ColumnBean
-
- setLang(String) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setLoggerType(String) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setLow(int) - Method in class org.teasoft.honey.osql.core.CacheArrayIndex
-
- setMapSql(MapSql) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setMapSuid(MapSuid) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setMoreObjToSQL(MoreObjToSQL) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setMoreObjToSQL(MoreObjToSQL) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- setMoreTable(MoreTable) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setMultiply(String, Number) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- setMultiply(String, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- setName(String) - Method in class org.teasoft.honey.osql.autogen.ColumnBean
-
- setNameTranslate(NameTranslate) - Method in class org.teasoft.honey.osql.core.MapSuidImpl
-
- setNameTranslate(NameTranslate) - Method in class org.teasoft.honey.osql.core.MoreObjSQL
-
- setNameTranslate(NameTranslate) - Static method in class org.teasoft.honey.osql.core.NameTranslateHandle
-
指定命名转换实现类
- setNameTranslate(NameTranslate) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
- setNameTranslate(NameTranslate) - Method in class org.teasoft.honey.osql.core.PreparedSqlLib
-
- setObjToSQL(ObjToSQL) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setObjToSQL(ObjToSQL) - Method in class org.teasoft.honey.osql.core.ObjSQL
-
- setObjToSQLRich(ObjToSQLRich) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setObjToSQLRich(ObjToSQLRich) - Method in class org.teasoft.honey.osql.core.ObjSQLRich
-
- setOp(Op) - Method in class org.teasoft.honey.osql.core.Expression
-
- setOpNum(int) - Method in class org.teasoft.honey.osql.core.Expression
-
- setOpType(String) - Method in class org.teasoft.honey.osql.core.Expression
-
- setOrderColumn(String) - Method in class org.teasoft.honey.osql.dialect.sqlserver.SqlServerPagingStruct
-
- setOrderType(OrderType) - Method in class org.teasoft.honey.osql.dialect.sqlserver.SqlServerPagingStruct
-
- setOverride(boolean) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setPackagePath(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setPageNum(List<PreparedValue>) - Static method in class org.teasoft.honey.osql.core.HoneyUtil
-
- SetParaTypeConverterRegistry - Class in org.teasoft.honey.osql.type
-
Field Type Converter Registry.
- SetParaTypeConverterRegistry() - Constructor for class org.teasoft.honey.osql.type.SetParaTypeConverterRegistry
-
- setPassword(String) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setPreparedNull(PreparedStatement, int, int) - Static method in class org.teasoft.honey.osql.core.HoneyUtil
-
- setPreparedSql(PreparedSql) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setQueryColumnCommnetSql(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setQueryTableCommnetSql(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setQueryTableSql(String) - Method in class org.teasoft.honey.osql.autogen.GenConfig
-
- setReadDsList(List<String>) - Method in class org.teasoft.honey.distribution.ds.RwDs
-
- setReadOnly(boolean) - Method in class org.teasoft.honey.osql.transaction.JdbcTransaction
-
- setReturnType(String) - Method in class org.teasoft.honey.osql.core.CacheSuidStruct
-
- setSchemaName(String) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setSchemaName(String) - Static method in class org.teasoft.honey.osql.core.NameTranslateHandle
-
set schema name
In some database has other name, eg:Cassandra is Keyspace
- setSchemaNameLocal(String) - Static method in class org.teasoft.honey.osql.core.NameTranslateHandle
-
- setSql(String) - Method in class org.teasoft.honey.osql.core.CacheSuidStruct
-
- setSqlServerPagingStruct(String, SqlServerPagingStruct) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setSuid(Suid) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setSuid(Suid) - Method in class org.teasoft.honey.osql.serviceimpl.ObjSQLRichServiceImpl
-
- setSuid(Suid) - Method in class org.teasoft.honey.osql.serviceimpl.ObjSQLServiceImpl
-
- setSuidRich(SuidRich) - Method in class org.teasoft.honey.osql.core.HoneyFactory
-
- setSuidRich(SuidRich) - Method in class org.teasoft.honey.osql.serviceimpl.ObjSQLRichServiceImpl
-
- setSuidType(SuidType) - Method in class org.teasoft.honey.distribution.ds.RouteStruct
-
- setSuidType(String) - Method in class org.teasoft.honey.osql.core.CacheSuidStruct
-
- setSuidType(SuidType) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- setTablecomment(String) - Method in class org.teasoft.honey.osql.autogen.ColumnBean
-
- setTablename(String) - Method in class org.teasoft.honey.osql.autogen.ColumnBean
-
- setTableNames(String) - Method in class org.teasoft.honey.distribution.ds.RouteStruct
-
- setTableNames(String) - Method in class org.teasoft.honey.osql.core.CacheSuidStruct
-
- setTabNameOneTime(String) - Method in class org.teasoft.honey.osql.interccept.CommInterceptorChain
-
- setTabNameOneTime(String) - Method in class org.teasoft.honey.osql.interccept.DefaultInterceptor
-
- setTabNameOneTime(String) - Method in class org.teasoft.honey.osql.interccept.EmptyInterceptor
-
- setTabSuffix(String) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setTabSuffixOneTime(String) - Method in class org.teasoft.honey.osql.interccept.CommInterceptorChain
-
- setTabSuffixOneTime(String) - Method in class org.teasoft.honey.osql.interccept.DefaultInterceptor
-
- setTabSuffixOneTime(String) - Method in class org.teasoft.honey.osql.interccept.EmptyInterceptor
-
- setTempLang(String) - Static method in class org.teasoft.honey.osql.core.HoneyContext
-
- setTimeout(int) - Method in class org.teasoft.honey.osql.transaction.JdbcTransaction
-
- setTransactionIsolation(TransactionIsolationLevel) - Method in class org.teasoft.honey.osql.transaction.JdbcTransaction
-
- setType(String) - Method in class org.teasoft.honey.osql.autogen.ColumnBean
-
- setUrl(String) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setUsername(String) - Method in class org.teasoft.honey.osql.core.HoneyConfig
-
- setValue(Object) - Method in class org.teasoft.honey.osql.core.Expression
-
- setValue2(Object) - Method in class org.teasoft.honey.osql.core.Expression
-
- setValue3(Object) - Method in class org.teasoft.honey.osql.core.Expression
-
- setValue4(Object) - Method in class org.teasoft.honey.osql.core.Expression
-
- setWithField(String, String) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- setWorker(Worker) - Method in class org.teasoft.honey.distribution.OneTimeSnowflakeId
-
- setWorker(Worker) - Method in class org.teasoft.honey.distribution.PearFlowerId
-
- setWorker(Worker) - Method in class org.teasoft.honey.distribution.SerialUniqueId
-
- setWriteDs(String) - Method in class org.teasoft.honey.distribution.ds.RwDs
-
- setYnkey(Boolean) - Method in class org.teasoft.honey.osql.autogen.ColumnBean
-
- setYnnull(Boolean) - Method in class org.teasoft.honey.osql.autogen.ColumnBean
-
- showSQL - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- showSql_donotPrintCurrentDate - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- showSql_showExecutableSql - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- size - Variable in class org.teasoft.honey.osql.chain.AbstractSelectToSql
-
- size(int) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- size(Integer) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- size(Integer) - Method in class org.teasoft.honey.osql.core.MapSqlImpl
-
- space - Static variable in class org.teasoft.honey.osql.core.K
-
- sql - Variable in class org.teasoft.honey.osql.chain.AbstractToSql
-
- SqlDotDateTypeHandler<T> - Class in org.teasoft.honey.osql.type
-
transform to java.sql.Date
- SqlDotDateTypeHandler() - Constructor for class org.teasoft.honey.osql.type.SqlDotDateTypeHandler
-
- SqlKeyCheck - Class in org.teasoft.honey.util
-
- sqlKeyWordCase - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- SqlLib - Class in org.teasoft.honey.osql.core
-
直接操作数据库,并返回结果.在该类中的sql字符串要是DB能识别的SQL语句
Directly operate the database and return the result.
- SqlLib() - Constructor for class org.teasoft.honey.osql.core.SqlLib
-
- SqlLibForApp - Class in org.teasoft.honey.osql.core
-
- SqlLibForApp() - Constructor for class org.teasoft.honey.osql.core.SqlLibForApp
-
- sqlLoggerLevel - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- SqlServerFeature - Class in org.teasoft.honey.osql.dialect.sqlserver
-
support paging for Sql Server which version < 2012
强烈推荐表加一个主键列名称为"id".
- SqlServerFeature() - Constructor for class org.teasoft.honey.osql.dialect.sqlserver.SqlServerFeature
-
- SqlServerFeature2012 - Class in org.teasoft.honey.osql.dialect.sqlserver
-
support paging for Sql Server which version >=2012
强烈推荐表加一个主键列名称为"id".
- SqlServerFeature2012() - Constructor for class org.teasoft.honey.osql.dialect.sqlserver.SqlServerFeature2012
-
- SqlServerPagingStruct - Class in org.teasoft.honey.osql.dialect.sqlserver
-
- SqlServerPagingStruct() - Constructor for class org.teasoft.honey.osql.dialect.sqlserver.SqlServerPagingStruct
-
- SqlStrFilter - Class in org.teasoft.honey.osql.core
-
Sql String Filter.
- start - Variable in class org.teasoft.honey.osql.chain.AbstractSelectToSql
-
- start(int) - Method in class org.teasoft.honey.osql.chain.SelectImpl
-
- start(Integer) - Method in class org.teasoft.honey.osql.core.ConditionImpl
-
- start(Integer) - Method in class org.teasoft.honey.osql.core.MapSqlImpl
-
- stream2String(InputStream) - Static method in class org.teasoft.honey.util.StreamUtil
-
InputStream转字符串.
- stream2String(InputStream, String) - Static method in class org.teasoft.honey.util.StreamUtil
-
InputStream转字符串.
- stream2String(InputStream, Map<String, String>) - Static method in class org.teasoft.honey.util.StreamUtil
-
- stream2String(InputStream, Map<String, String>, String) - Static method in class org.teasoft.honey.util.StreamUtil
-
InputStream转字符串,并可替换字符值.
- StreamUtil - Class in org.teasoft.honey.util
-
InputStream流转字符串的工具
- string(Object) - Static method in class org.teasoft.honey.util.ObjectUtils
-
- StringConst - Class in org.teasoft.honey.osql.core
-
String Const.
- StringUtil - Class in org.teasoft.honey.osql.util
-
- StringUtils - Class in org.teasoft.honey.util
-
- SUBENTITY_FIRSTANNOTATION_FIELD - Static variable in class org.teasoft.honey.osql.core.StringConst
-
- SuidHelper - Class in org.teasoft.honey.util
-
- SuidType - Static variable in class org.teasoft.honey.osql.core.StringConst
-
- sum(String) - Static method in class org.teasoft.honey.osql.chain.Aggregate
-
- SystemLogger - Class in org.teasoft.honey.logging
-
- SystemLogger() - Constructor for class org.teasoft.honey.logging.SystemLogger
-
- SystemLogger(String) - Constructor for class org.teasoft.honey.logging.SystemLogger
-
- systemLoggerLevel - Variable in class org.teasoft.honey.osql.core.HoneyConfig
-
- SysValueProcessor - Class in org.teasoft.honey.osql.core
-
SysValue注解处理器.SysValue annotation Processor.