所有程序包的分层结构
程序包分层结构:- cn.vonce.sql.annotation,
- cn.vonce.sql.bean,
- cn.vonce.sql.config,
- cn.vonce.sql.constant,
- cn.vonce.sql.define,
- cn.vonce.sql.dialect,
- cn.vonce.sql.enumerate,
- cn.vonce.sql.exception,
- cn.vonce.sql.helper,
- cn.vonce.sql.json,
- cn.vonce.sql.mapper,
- cn.vonce.sql.page,
- cn.vonce.sql.processor,
- cn.vonce.sql.provider,
- cn.vonce.sql.service,
- cn.vonce.sql.uitls
类分层结构
- java.lang.Object
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
- cn.vonce.sql.processor.SqlConstantProcessor
- cn.vonce.sql.mapper.BaseMapper<T>
- cn.vonce.sql.mapper.SqlBeanMapper
- cn.vonce.sql.uitls.BeanUtil
- cn.vonce.sql.uitls.ByteUtil
- cn.vonce.sql.bean.Column (implements java.io.Serializable)
- cn.vonce.sql.bean.Order (implements java.io.Serializable)
- cn.vonce.sql.bean.SetInfo (implements java.io.Serializable)
- cn.vonce.sql.define.SqlFun
- cn.vonce.sql.bean.ColumnInfo
- cn.vonce.sql.bean.Common (implements java.io.Serializable)
- cn.vonce.sql.bean.Alter
- cn.vonce.sql.bean.CommonCondition<T>
- cn.vonce.sql.bean.Backup
- cn.vonce.sql.bean.Copy
- cn.vonce.sql.bean.Delete (implements java.io.Serializable)
- cn.vonce.sql.bean.Select (implements java.io.Serializable)
- cn.vonce.sql.bean.Update<T> (implements java.io.Serializable)
- cn.vonce.sql.bean.Create
- cn.vonce.sql.bean.Drop
- cn.vonce.sql.bean.Insert<T> (implements java.io.Serializable)
- cn.vonce.sql.bean.Condition<Action> (implements java.io.Serializable)
- cn.vonce.sql.bean.ConditionData (implements java.io.Serializable)
- cn.vonce.sql.bean.ConditionInfo (implements java.io.Serializable)
- cn.vonce.sql.helper.Cond
- cn.vonce.sql.uitls.DateUtil
- cn.vonce.sql.dialect.DB2Dialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.processor.DefaultUniqueIdProcessor (implements cn.vonce.sql.processor.UniqueIdProcessor)
- cn.vonce.sql.dialect.DerbyDialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.provider.DynSchemaContextHolder
- cn.vonce.sql.bean.Group (implements java.io.Serializable)
- cn.vonce.sql.dialect.H2Dialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.uitls.HashUtil
- cn.vonce.sql.dialect.HsqlDialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.uitls.IdBuilder
- cn.vonce.sql.uitls.JavaParserUtil
- cn.vonce.sql.uitls.JavaParserUtil.Declaration
- cn.vonce.sql.bean.Join (implements java.io.Serializable)
- cn.vonce.sql.json.JSONConvertImpl (implements cn.vonce.sql.json.JSONConvert)
- cn.vonce.sql.json.JSONParser
- cn.vonce.sql.json.JSONArray (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable)
- cn.vonce.sql.json.JSONObject (implements java.lang.Cloneable, java.util.Map<K,
V>, java.io.Serializable)
- cn.vonce.sql.json.JSONReader
- cn.vonce.sql.uitls.LambdaUtil
- cn.vonce.sql.bean.Logic<Action> (implements java.io.Serializable)
- cn.vonce.sql.uitls.Md5Util
- cn.vonce.sql.dialect.MysqlDialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.dialect.OracleDialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.bean.Page (implements java.io.Serializable)
- cn.vonce.sql.page.PageHelper<T> (implements java.io.Serializable)
- cn.vonce.sql.page.PageHelper.PagingMethod
- cn.vonce.sql.bean.Paging (implements java.io.Serializable)
- cn.vonce.sql.dialect.PostgresqlDialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.bean.RawValue (implements java.io.Serializable)
- cn.vonce.sql.uitls.ReflectAsmUtil (implements cn.vonce.sql.uitls.Reflect)
- cn.vonce.sql.uitls.ReflectJdkUtil (implements cn.vonce.sql.uitls.Reflect)
- cn.vonce.sql.uitls.ReflectUtil
- cn.vonce.sql.page.ResultData<T> (implements java.io.Serializable)
- cn.vonce.sql.mapper.ResultSetDelegate<T>
- cn.vonce.sql.uitls.SnowflakeId16 (implements java.io.Serializable)
- cn.vonce.sql.uitls.SnowflakeId18
- cn.vonce.sql.config.SqlBeanConfig (implements java.io.Serializable)
- cn.vonce.sql.config.SqlBeanMeta (implements java.io.Serializable)
- cn.vonce.sql.provider.SqlBeanProvider
- cn.vonce.sql.uitls.SqlBeanUtil
- cn.vonce.sql.constant.SqlConstant
- cn.vonce.sql.helper.SqlHelper
- cn.vonce.sql.dialect.SqliteDialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.dialect.SqlServerDialect (implements cn.vonce.sql.dialect.SqlDialect<T>)
- cn.vonce.sql.uitls.StringUtil
- cn.vonce.sql.bean.Table (implements java.io.Serializable)
- cn.vonce.sql.bean.TableInfo
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.vonce.sql.exception.SqlBeanException
- java.lang.RuntimeException
- java.lang.Exception
- cn.vonce.sql.uitls.Ulid (implements java.lang.Comparable<T>, java.io.Serializable)
- cn.vonce.sql.uitls.UlidCreator
- cn.vonce.sql.uitls.UlidFactory
- cn.vonce.sql.helper.Wrapper (implements java.io.Serializable)
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
接口分层结构
- cn.vonce.sql.service.DbManageService<T>
- cn.vonce.sql.service.AdvancedDbManageService<T>
- cn.vonce.sql.service.DeleteService<T,
ID> - cn.vonce.sql.service.SqlBeanService<T,
ID> (并 extends cn.vonce.sql.service.InsertService<T>, cn.vonce.sql.service.SelectService<T, ID>, cn.vonce.sql.service.UpdateService<T, ID>)
- cn.vonce.sql.service.SqlBeanService<T,
- java.util.function.Function<T,
R> - cn.vonce.sql.define.ColumnFun<T,
R> (并 extends java.io.Serializable)
- cn.vonce.sql.define.ColumnFun<T,
- cn.vonce.sql.service.InsertService<T>
- cn.vonce.sql.service.SqlBeanService<T,
ID> (并 extends cn.vonce.sql.service.DeleteService<T, ID>, cn.vonce.sql.service.SelectService<T, ID>, cn.vonce.sql.service.UpdateService<T, ID>)
- cn.vonce.sql.service.SqlBeanService<T,
- cn.vonce.sql.define.JoinOn<T>
- cn.vonce.sql.json.JSONConvert
- cn.vonce.sql.uitls.Reflect
- java.io.Serializable
- cn.vonce.sql.define.ColumnFun<T,
R> (并 extends java.util.function.Function<T, R>) - cn.vonce.sql.define.ConditionHandle<Action>
- cn.vonce.sql.page.PagingService
- cn.vonce.sql.service.SelectService<T,
ID> - cn.vonce.sql.service.SqlBeanService<T,
ID> (并 extends cn.vonce.sql.service.DeleteService<T, ID>, cn.vonce.sql.service.InsertService<T>, cn.vonce.sql.service.UpdateService<T, ID>)
- cn.vonce.sql.service.SqlBeanService<T,
- cn.vonce.sql.service.SelectService<T,
- cn.vonce.sql.processor.UniqueIdProcessor
- cn.vonce.sql.define.ColumnFun<T,
- cn.vonce.sql.dialect.SqlDialect<T>
- cn.vonce.sql.define.SqlEnum<T>
- cn.vonce.sql.service.UpdateService<T,
ID> - cn.vonce.sql.service.SqlBeanService<T,
ID> (并 extends cn.vonce.sql.service.DeleteService<T, ID>, cn.vonce.sql.service.InsertService<T>, cn.vonce.sql.service.SelectService<T, ID>)
- cn.vonce.sql.service.SqlBeanService<T,
Annotation Interface Hierarchy
- cn.vonce.sql.annotation.SqlColumn (implements java.lang.annotation.Annotation)
- cn.vonce.sql.annotation.SqlDefaultValue (implements java.lang.annotation.Annotation)
- cn.vonce.sql.annotation.SqlId (implements java.lang.annotation.Annotation)
- cn.vonce.sql.annotation.SqlJoin (implements java.lang.annotation.Annotation)
- cn.vonce.sql.annotation.SqlJSON (implements java.lang.annotation.Annotation)
- cn.vonce.sql.annotation.SqlLogically (implements java.lang.annotation.Annotation)
- cn.vonce.sql.annotation.SqlTable (implements java.lang.annotation.Annotation)
- cn.vonce.sql.annotation.SqlVersion (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- cn.vonce.sql.enumerate.AlterDifference
- cn.vonce.sql.enumerate.AlterType
- cn.vonce.sql.enumerate.ConditionType
- cn.vonce.sql.enumerate.DbType
- cn.vonce.sql.enumerate.EscapeChar
- cn.vonce.sql.enumerate.FillWith
- cn.vonce.sql.enumerate.IdType
- cn.vonce.sql.enumerate.JavaMapDB2Type
- cn.vonce.sql.enumerate.JavaMapDerbyType
- cn.vonce.sql.enumerate.JavaMapH2Type
- cn.vonce.sql.enumerate.JavaMapHsqlType
- cn.vonce.sql.enumerate.JavaMapMySqlType
- cn.vonce.sql.enumerate.JavaMapOracleType
- cn.vonce.sql.enumerate.JavaMapPostgresqlType
- cn.vonce.sql.enumerate.JavaMapSqliteType
- cn.vonce.sql.enumerate.JavaMapSqlServerType
- cn.vonce.sql.enumerate.JdbcType
- cn.vonce.sql.enumerate.JoinType
- cn.vonce.sql.enumerate.JsonType
- cn.vonce.sql.bean.SetInfo.Operator
- cn.vonce.sql.enumerate.SqlLogic
- cn.vonce.sql.enumerate.SqlOperator
- cn.vonce.sql.enumerate.SqlSort
- cn.vonce.sql.uitls.SystemClock
- cn.vonce.sql.enumerate.TimeUnit
- cn.vonce.sql.enumerate.WhatType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)