所有程序包的分层结构
程序包分层结构:- org.sagacity.sqltoy,
- org.sagacity.sqltoy.callback,
- org.sagacity.sqltoy.config,
- org.sagacity.sqltoy.config.annotation,
- org.sagacity.sqltoy.config.model,
- org.sagacity.sqltoy.dao,
- org.sagacity.sqltoy.dao.impl,
- org.sagacity.sqltoy.dialect,
- org.sagacity.sqltoy.dialect.executor,
- org.sagacity.sqltoy.dialect.impl,
- org.sagacity.sqltoy.dialect.model,
- org.sagacity.sqltoy.dialect.utils,
- org.sagacity.sqltoy.exception,
- org.sagacity.sqltoy.integration,
- org.sagacity.sqltoy.integration.impl,
- org.sagacity.sqltoy.link,
- org.sagacity.sqltoy.model,
- org.sagacity.sqltoy.model.inner,
- org.sagacity.sqltoy.plugins,
- org.sagacity.sqltoy.plugins.calculator,
- org.sagacity.sqltoy.plugins.datasource,
- org.sagacity.sqltoy.plugins.datasource.impl,
- org.sagacity.sqltoy.plugins.formater,
- org.sagacity.sqltoy.plugins.formater.impl,
- org.sagacity.sqltoy.plugins.function,
- org.sagacity.sqltoy.plugins.function.impl,
- org.sagacity.sqltoy.plugins.id,
- org.sagacity.sqltoy.plugins.id.impl,
- org.sagacity.sqltoy.plugins.id.macro,
- org.sagacity.sqltoy.plugins.id.macro.impl,
- org.sagacity.sqltoy.plugins.interceptors,
- org.sagacity.sqltoy.plugins.nosql,
- org.sagacity.sqltoy.plugins.overtime,
- org.sagacity.sqltoy.plugins.secure,
- org.sagacity.sqltoy.plugins.secure.impl,
- org.sagacity.sqltoy.plugins.sharding,
- org.sagacity.sqltoy.plugins.sharding.impl,
- org.sagacity.sqltoy.plugins.utils,
- org.sagacity.sqltoy.service,
- org.sagacity.sqltoy.service.impl,
- org.sagacity.sqltoy.support,
- org.sagacity.sqltoy.translate,
- org.sagacity.sqltoy.translate.cache,
- org.sagacity.sqltoy.translate.cache.impl,
- org.sagacity.sqltoy.translate.model,
- org.sagacity.sqltoy.utils
类分层结构
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- java.util.HashSet<E> (implements java.lang.Cloneable, java.io.Serializable, java.util.Set<E>)
- org.sagacity.sqltoy.model.IgnoreCaseSet
- java.util.HashSet<E> (implements java.lang.Cloneable, java.io.Serializable, java.util.Set<E>)
- java.util.AbstractSet<E> (implements java.util.Set<E>)
- org.sagacity.sqltoy.plugins.id.macro.AbstractMacro
- org.sagacity.sqltoy.plugins.id.macro.impl.Case
- org.sagacity.sqltoy.plugins.id.macro.impl.DateFormat
- org.sagacity.sqltoy.plugins.id.macro.impl.Include
- org.sagacity.sqltoy.plugins.id.macro.impl.SqlLoop
- org.sagacity.sqltoy.plugins.id.macro.impl.SubString
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.concurrent.ConcurrentHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- org.sagacity.sqltoy.model.IgnoreKeyCaseMap<K,V>
- java.util.HashMap<K,V> (implements java.lang.Cloneable, java.util.Map<K,V>, java.io.Serializable)
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- org.sagacity.sqltoy.model.IgnoreCaseLinkedMap<K,V>
- java.util.LinkedHashMap<K,V> (implements java.util.Map<K,V>)
- java.util.concurrent.ConcurrentHashMap<K,V> (implements java.util.concurrent.ConcurrentMap<K,V>, java.io.Serializable)
- org.sagacity.sqltoy.link.BaseLink (implements java.io.Serializable)
- org.sagacity.sqltoy.link.Batch
- org.sagacity.sqltoy.link.Delete
- org.sagacity.sqltoy.link.Elastic
- org.sagacity.sqltoy.link.Execute
- org.sagacity.sqltoy.link.Load
- org.sagacity.sqltoy.link.Mongo
- org.sagacity.sqltoy.link.Query
- org.sagacity.sqltoy.link.Save
- org.sagacity.sqltoy.link.Store
- org.sagacity.sqltoy.link.TableApi
- org.sagacity.sqltoy.link.TreeTable
- org.sagacity.sqltoy.link.Unique
- org.sagacity.sqltoy.link.Update
- org.sagacity.sqltoy.utils.BeanUtil
- org.sagacity.sqltoy.utils.BeanWrapper
- org.sagacity.sqltoy.translate.model.CacheCheckResult (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.CacheFilterModel (implements java.io.Serializable)
- org.sagacity.sqltoy.model.inner.CacheMatchExtend (implements java.io.Serializable)
- org.sagacity.sqltoy.model.CacheMatchFilter (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.utils.CalculateUtils
- org.sagacity.sqltoy.callback.CallableStatementResultHandler
- org.sagacity.sqltoy.translate.model.CheckerConfigModel (implements java.io.Serializable)
- org.sagacity.sqltoy.dialect.impl.ClickHouseDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.ClickHouseDialectUtils
- org.sagacity.sqltoy.utils.CollectionUtil
- org.sagacity.sqltoy.plugins.calculator.ColsChainRelative
- org.sagacity.sqltoy.config.model.ColsChainRelativeModel (implements java.io.Serializable)
- org.sagacity.sqltoy.model.ColumnMeta (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.CrossDbAdapter
- org.sagacity.sqltoy.config.model.CurrentTimeMaxValue (implements java.io.Serializable)
- org.sagacity.sqltoy.model.DataAuthFilterConfig (implements java.io.Serializable)
- org.sagacity.sqltoy.model.inner.DataSetResult<T> (implements java.io.Serializable)
- org.sagacity.sqltoy.model.QueryResult<T> (implements java.io.Serializable)
- org.sagacity.sqltoy.model.StoreResult<T> (implements java.io.Serializable)
- org.sagacity.sqltoy.callback.DataSourceCallbackHandler
- org.sagacity.sqltoy.utils.DataSourceUtils
- org.sagacity.sqltoy.utils.DataSourceUtils.DBType
- org.sagacity.sqltoy.utils.DataSourceUtils.Dialect
- org.sagacity.sqltoy.config.model.DataType
- org.sagacity.sqltoy.config.model.DataVersionConfig (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.DateUtil
- org.sagacity.sqltoy.utils.DateUtil.FORMAT
- org.sagacity.sqltoy.dialect.impl.DB2Dialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.DB2DialectUtils
- org.sagacity.sqltoy.utils.DebugUtil
- org.sagacity.sqltoy.callback.DecryptHandler
- org.sagacity.sqltoy.translate.model.DefaultConfig (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.datasource.impl.DefaultDataSourceSelector (implements org.sagacity.sqltoy.plugins.datasource.DataSourceSelector)
- org.sagacity.sqltoy.dialect.impl.DefaultDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.impl.TDengineDialect
- org.sagacity.sqltoy.dialect.utils.DefaultDialectUtils
- org.sagacity.sqltoy.plugins.id.impl.DefaultIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.plugins.overtime.DefaultOverTimeHandler (implements org.sagacity.sqltoy.plugins.OverTimeSqlHandler)
- org.sagacity.sqltoy.plugins.sharding.impl.DefaultShardingStrategy (implements org.springframework.context.ApplicationContextAware, org.sagacity.sqltoy.plugins.sharding.ShardingStrategy)
- org.sagacity.sqltoy.plugins.formater.impl.DefaultSqlFormater (implements org.sagacity.sqltoy.plugins.formater.SqlFormater)
- org.sagacity.sqltoy.plugins.secure.impl.DesensitizeDefaultProvider (implements org.sagacity.sqltoy.plugins.secure.DesensitizeProvider)
- org.sagacity.sqltoy.dialect.executor.DialectExecutor (implements java.util.concurrent.Callable<V>)
- org.sagacity.sqltoy.dialect.utils.DialectExtUtils
- org.sagacity.sqltoy.dialect.DialectFactory
- org.sagacity.sqltoy.dialect.utils.DialectUtils
- org.sagacity.sqltoy.dialect.impl.DMDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.DMDialectUtils
- org.sagacity.sqltoy.config.model.DTOEntityMapModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.ElasticEndpoint (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.nosql.ElasticSearchPlugin
- org.sagacity.sqltoy.plugins.nosql.ElasticSearchUtils
- org.sagacity.sqltoy.plugins.nosql.ElasticSqlPlugin
- org.sagacity.sqltoy.config.EntityManager
- org.sagacity.sqltoy.config.model.EntityMeta (implements java.io.Serializable)
- org.sagacity.sqltoy.model.EntityQuery (implements java.io.Serializable)
- org.sagacity.sqltoy.model.inner.EntityQueryExtend (implements java.io.Serializable)
- org.sagacity.sqltoy.model.EntityUpdate (implements java.io.Serializable)
- org.sagacity.sqltoy.model.inner.EntityUpdateExtend (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.ExpressionUtil
- org.sagacity.sqltoy.config.model.FieldMeta (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.FieldSecureConfig (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.secure.impl.FieldsRSASecureProvider (implements org.sagacity.sqltoy.plugins.secure.FieldsSecureProvider)
- org.sagacity.sqltoy.utils.FileUtil
- org.sagacity.sqltoy.config.model.FormatModel (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.function.FunctionUtils
- org.sagacity.sqltoy.dialect.impl.GaussDBDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.callback.GenerateSavePKStrategy
- org.sagacity.sqltoy.callback.GenerateSqlHandler
- org.sagacity.sqltoy.plugins.calculator.GroupSummary
- org.sagacity.sqltoy.plugins.sharding.impl.HashShardingStrategy (implements org.sagacity.sqltoy.plugins.sharding.ShardingStrategy)
- org.sagacity.sqltoy.utils.HttpClientUtils
- org.sagacity.sqltoy.plugins.I18nThreadHolder
- org.sagacity.sqltoy.utils.IdUtil
- org.sagacity.sqltoy.plugins.function.IFunction
- org.sagacity.sqltoy.plugins.function.impl.Concat
- org.sagacity.sqltoy.plugins.function.impl.ConcatWs
- org.sagacity.sqltoy.plugins.function.impl.DateFormat
- org.sagacity.sqltoy.plugins.function.impl.Decode
- org.sagacity.sqltoy.plugins.function.impl.GroupConcat
- org.sagacity.sqltoy.plugins.function.impl.If
- org.sagacity.sqltoy.plugins.function.impl.Instr
- org.sagacity.sqltoy.plugins.function.impl.Length
- org.sagacity.sqltoy.plugins.function.impl.Now
- org.sagacity.sqltoy.plugins.function.impl.Nvl
- org.sagacity.sqltoy.plugins.function.impl.SubStr
- org.sagacity.sqltoy.plugins.function.impl.ToChar
- org.sagacity.sqltoy.plugins.function.impl.ToDate
- org.sagacity.sqltoy.plugins.function.impl.ToNumber
- org.sagacity.sqltoy.plugins.function.impl.Trim
- org.sagacity.sqltoy.dialect.impl.ImpalaDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.utils.IOUtil
- org.sagacity.sqltoy.config.model.KeyAndIndex (implements java.io.Serializable)
- org.sagacity.sqltoy.dialect.impl.KingbaseDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.KingbaseDialectUtils
- org.sagacity.sqltoy.config.model.LabelIndexModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.LinkModel (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.MacroIfLogic
- org.sagacity.sqltoy.plugins.id.macro.MacroUtils
- org.sagacity.sqltoy.model.MapKit (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.MapperUtils
- org.sagacity.sqltoy.utils.MongoElasticUtils
- org.sagacity.sqltoy.dialect.impl.MySqlDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.MySqlDialectUtils
- org.sagacity.sqltoy.plugins.id.impl.NanoTimeIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.config.model.NoSqlConfigModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.NoSqlFieldsModel (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.NumberUtil
- org.sagacity.sqltoy.utils.NumberUtil.Pattern
- org.sagacity.sqltoy.dialect.impl.OceanBaseDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.impl.Oracle11gDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.impl.OracleDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.OracleDialectUtils
- org.sagacity.sqltoy.model.OverTimeSql (implements java.io.Serializable)
- org.sagacity.sqltoy.model.Page<T> (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.PageOptimize (implements java.io.Serializable)
- org.sagacity.sqltoy.dialect.utils.PageOptimizeUtils
- org.sagacity.sqltoy.model.ParallelConfig (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.ParallelUtils
- org.sagacity.sqltoy.model.ParallQuery (implements java.io.Serializable)
- org.sagacity.sqltoy.dialect.executor.ParallQueryExecutor (implements java.util.concurrent.Callable<V>)
- org.sagacity.sqltoy.model.inner.ParallQueryExtend (implements java.io.Serializable)
- org.sagacity.sqltoy.model.ParallQueryResult (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.ParamFilterModel (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.ParamFilterUtils
- org.sagacity.sqltoy.model.ParamsFilter (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.PivotModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.PKGeneratorStrategy (implements java.io.Serializable)
- org.sagacity.sqltoy.dialect.impl.PostgreSqlDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.impl.H2Dialect
- org.sagacity.sqltoy.dialect.utils.PostgreSqlDialectUtils
- org.sagacity.sqltoy.callback.PreparedStatementResultHandler
- org.sagacity.sqltoy.model.PriorityLimitSizeQueue<T> (implements java.util.Queue<E>)
- org.sagacity.sqltoy.model.QueryExecutor (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.QueryExecutorBuilder
- org.sagacity.sqltoy.model.inner.QueryExecutorExtend (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.id.impl.RedisIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.callback.ReflectPropsHandler
- org.sagacity.sqltoy.utils.ReservedWordsUtil
- org.sagacity.sqltoy.utils.ResultUtils
- org.sagacity.sqltoy.plugins.calculator.ReverseList
- org.sagacity.sqltoy.config.model.ReverseModel (implements java.io.Serializable)
- org.sagacity.sqltoy.callback.RowCallbackHandler
- org.sagacity.sqltoy.plugins.calculator.RowsChainRelative
- org.sagacity.sqltoy.config.model.RowsChainRelativeModel (implements java.io.Serializable)
- org.sagacity.sqltoy.dialect.model.SavePKStrategy (implements java.io.Serializable)
- org.sagacity.sqltoy.config.ScanEntityAndSqlResource
- org.sagacity.sqltoy.config.model.SecureMask (implements java.io.Serializable)
- org.sagacity.sqltoy.callback.SelectFields
- org.sagacity.sqltoy.config.model.ShardingConfig (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.ShardingDBModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.ShardingGroupModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.ShardingModel (implements java.io.Serializable)
- org.sagacity.sqltoy.model.ShardingResult (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.ShardingStrategyConfig (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.sharding.ShardingUtils
- org.sagacity.sqltoy.plugins.id.impl.SnowflakeIdGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.utils.SnowflakeIdWorker
- org.sagacity.sqltoy.integration.impl.SpringAppContext (implements org.sagacity.sqltoy.integration.AppContext)
- org.sagacity.sqltoy.integration.impl.SpringConnectionFactory (implements org.sagacity.sqltoy.integration.ConnectionFactory)
- org.sagacity.sqltoy.integration.impl.SpringMongoQuery (implements org.sagacity.sqltoy.integration.MongoQuery)
- org.sagacity.sqltoy.integration.impl.SpringRedisIdGenerator (implements org.sagacity.sqltoy.integration.DistributeIdGenerator)
- org.sagacity.sqltoy.config.SqlConfigParseUtils
- org.sagacity.sqltoy.config.model.SqlExecuteLog (implements java.io.Serializable)
- org.sagacity.sqltoy.SqlExecuteStat
- org.sagacity.sqltoy.config.model.SqlExecuteTrace (implements java.io.Serializable)
- org.sagacity.sqltoy.dialect.impl.SqliteDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.SqliteDialectUtils
- org.sagacity.sqltoy.config.model.SqlParamsModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.SqlScriptLoader
- org.sagacity.sqltoy.dialect.impl.SqlServerDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.dialect.utils.SqlServerDialectUtils
- org.sagacity.sqltoy.config.model.SqlToyConfig (implements java.lang.Cloneable, java.io.Serializable)
- org.sagacity.sqltoy.SqlToyConstants
- org.sagacity.sqltoy.SqlToyContext
- org.sagacity.sqltoy.service.impl.SqlToyCRUDServiceImpl (implements org.sagacity.sqltoy.service.SqlToyCRUDService)
- org.sagacity.sqltoy.support.SqlToyDaoSupport
- org.sagacity.sqltoy.support.SpringDaoSupport
- org.sagacity.sqltoy.dao.impl.SqlToyLazyDaoImpl (implements org.sagacity.sqltoy.dao.SqlToyLazyDao)
- org.sagacity.sqltoy.support.SpringDaoSupport
- org.sagacity.sqltoy.config.model.SqlToyResult (implements java.io.Serializable)
- org.sagacity.sqltoy.utils.SqlUtil
- org.sagacity.sqltoy.utils.SqlUtilsExt
- org.sagacity.sqltoy.config.model.SqlWithAnalysis (implements java.io.Serializable)
- org.sagacity.sqltoy.config.SqlXMLConfigParse
- org.sagacity.sqltoy.utils.StringUtil
- org.sagacity.sqltoy.config.model.SummaryColMeta (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.SummaryGroupMeta (implements java.lang.Cloneable, java.io.Serializable)
- org.sagacity.sqltoy.config.model.SummaryModel (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.TableCascadeModel (implements java.io.Serializable)
- org.sagacity.sqltoy.model.TableMeta (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.interceptors.TenantFilterInterceptor (implements org.sagacity.sqltoy.plugins.SqlInterceptor)
- java.lang.Thread (implements java.lang.Runnable)
- org.sagacity.sqltoy.translate.CacheUpdateWatcher
- org.sagacity.sqltoy.plugins.sharding.IdleConnectionMonitor
- org.sagacity.sqltoy.config.SqlFileModifyWatcher
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.sagacity.sqltoy.exception.DataAccessException
- java.lang.RuntimeException
- java.lang.Exception
- org.sagacity.sqltoy.dialect.impl.TidbDialect (implements org.sagacity.sqltoy.dialect.Dialect)
- org.sagacity.sqltoy.translate.model.TimeSection (implements java.io.Serializable)
- org.sagacity.sqltoy.config.model.Translate (implements java.io.Serializable)
- org.sagacity.sqltoy.translate.cache.TranslateCacheManager
- org.sagacity.sqltoy.translate.cache.impl.TranslateCaffeineManager
- org.sagacity.sqltoy.translate.cache.impl.TranslateEhcacheManager
- org.sagacity.sqltoy.translate.model.TranslateConfigModel (implements java.io.Serializable)
- org.sagacity.sqltoy.translate.TranslateConfigParse
- org.sagacity.sqltoy.model.inner.TranslateExtend (implements java.lang.Cloneable, java.io.Serializable)
- org.sagacity.sqltoy.translate.TranslateFactory
- org.sagacity.sqltoy.translate.TranslateHandler
- org.sagacity.sqltoy.translate.TranslateManager
- org.sagacity.sqltoy.plugins.calculator.TreeDataSort
- org.sagacity.sqltoy.config.model.TreeSortModel (implements java.io.Serializable)
- org.sagacity.sqltoy.model.TreeTableModel (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.TypeHandler
- org.sagacity.sqltoy.plugins.UnifyUpdateFieldsController
- org.sagacity.sqltoy.model.UniqueExecutor (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.calculator.UnpivotList
- org.sagacity.sqltoy.config.model.UnpivotModel (implements java.io.Serializable)
- org.sagacity.sqltoy.plugins.id.impl.UUIDGenerator (implements org.sagacity.sqltoy.plugins.id.IdGenerator)
- org.sagacity.sqltoy.utils.XMLUtil
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
接口分层结构
- org.sagacity.sqltoy.integration.AppContext
- org.sagacity.sqltoy.callback.CacheFilter
- org.sagacity.sqltoy.integration.ConnectionFactory
- org.sagacity.sqltoy.plugins.datasource.DataSourceSelector
- org.sagacity.sqltoy.callback.DbAdapterHandler
- org.sagacity.sqltoy.plugins.secure.DesensitizeProvider
- org.sagacity.sqltoy.dialect.Dialect
- org.sagacity.sqltoy.integration.DistributeIdGenerator
- org.sagacity.sqltoy.plugins.secure.FieldsSecureProvider
- org.sagacity.sqltoy.plugins.FilterHandler
- org.sagacity.sqltoy.plugins.id.IdGenerator
- org.sagacity.sqltoy.callback.InsertRowCallbackHandler
- org.sagacity.sqltoy.plugins.IUnifyFieldsHandler
- org.sagacity.sqltoy.callback.LockSqlHandler
- org.sagacity.sqltoy.integration.MongoQuery
- org.sagacity.sqltoy.plugins.OverTimeSqlHandler
- org.sagacity.sqltoy.callback.ParallelCallbackHandler
- org.sagacity.sqltoy.plugins.sharding.ShardingStrategy
- org.sagacity.sqltoy.plugins.formater.SqlFormater
- org.sagacity.sqltoy.plugins.SqlInterceptor
- org.sagacity.sqltoy.service.SqlToyCRUDService
- org.sagacity.sqltoy.dao.SqlToyLazyDao
- org.sagacity.sqltoy.callback.StreamResultHandler
- org.sagacity.sqltoy.callback.TreeIdAndPidGet<T>
- org.sagacity.sqltoy.callback.UniqueSqlHandler
- org.sagacity.sqltoy.callback.UpdateRowHandler
- org.sagacity.sqltoy.callback.XMLCallbackHandler
注释类型分层结构
- org.sagacity.sqltoy.config.annotation.BusinessId (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Column (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.DataVersion (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Entity (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Id (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.OneToMany (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.OneToOne (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.PartitionKey (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Secure (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.SecureConfig (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Sharding (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.SqlToyEntity (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.SqlToyFieldAlias (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Strategy (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Tenant (implements java.lang.annotation.Annotation)
- org.sagacity.sqltoy.config.annotation.Translate (implements java.lang.annotation.Annotation)
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.sagacity.sqltoy.model.DateType
- org.sagacity.sqltoy.model.LockMode
- org.sagacity.sqltoy.model.MaskType
- org.sagacity.sqltoy.config.model.OperateType
- org.sagacity.sqltoy.config.model.PKStrategy
- org.sagacity.sqltoy.model.SaveMode
- org.sagacity.sqltoy.model.SecureType
- org.sagacity.sqltoy.config.model.SqlType
- org.sagacity.sqltoy.model.TimeUnit
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)