所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- java.util.AbstractMap<K,
V> (implements java.util.Map<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>)
- java.util.LinkedHashMap<K,
- java.util.HashMap<K,
- cn.zhxu.bs.convertor.B2MFieldConvertor (implements cn.zhxu.bs.FieldConvertor.MFieldConvertor)
- cn.zhxu.bs.implement.BasePageExtractor (implements cn.zhxu.bs.PageExtractor)
- cn.zhxu.bs.implement.PageOffsetExtractor
- cn.zhxu.bs.implement.PageSizeExtractor
- cn.zhxu.bs.implement.BaseSearcher (implements cn.zhxu.bs.Searcher)
- cn.zhxu.bs.implement.DefaultBeanSearcher (implements cn.zhxu.bs.BeanSearcher)
- cn.zhxu.bs.implement.DefaultMapSearcher (implements cn.zhxu.bs.MapSearcher)
- cn.zhxu.bs.BeanMeta<T>
- cn.zhxu.bs.convertor.BoolFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.convertor.BoolNumFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.convertor.BoolParamConvertor (implements cn.zhxu.bs.FieldConvertor.ParamConvertor)
- cn.zhxu.bs.util.Builder<B>
- cn.zhxu.bs.util.MapBuilder
- cn.zhxu.bs.convertor.DateFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.convertor.DateFormatFieldConvertor (implements cn.zhxu.bs.FieldConvertor.MFieldConvertor)
- cn.zhxu.bs.convertor.DateFormatFieldConvertor.Formatter
- cn.zhxu.bs.convertor.DateParamConvertor (implements cn.zhxu.bs.FieldConvertor.ParamConvertor)
- cn.zhxu.bs.convertor.DateTimeParamConvertor (implements cn.zhxu.bs.FieldConvertor.ParamConvertor)
- cn.zhxu.bs.DbMapping.Column
- cn.zhxu.bs.DbMapping.Table
- cn.zhxu.bs.implement.DefaultBeanReflector (implements cn.zhxu.bs.BeanReflector)
- cn.zhxu.bs.implement.DefaultDbMapping (implements cn.zhxu.bs.DbMapping)
- cn.zhxu.bs.implement.DefaultDbTypeMapper (implements cn.zhxu.bs.DbMapping.DbTypeMapper)
- cn.zhxu.bs.group.DefaultExprParser (implements cn.zhxu.bs.group.ExprParser)
- cn.zhxu.bs.group.DefaultGroupResolver (implements cn.zhxu.bs.group.GroupResolver)
- cn.zhxu.bs.implement.DefaultMetaResolver (implements cn.zhxu.bs.MetaResolver)
- cn.zhxu.bs.implement.DefaultMetaResolver.FieldWrapper
- cn.zhxu.bs.implement.DefaultParamResolver (implements cn.zhxu.bs.ParamResolver)
- cn.zhxu.bs.group.DefaultParserFactory (implements cn.zhxu.bs.group.ExprParser.Factory)
- cn.zhxu.bs.implement.DefaultSnippetResolver (implements cn.zhxu.bs.SnippetResolver)
- cn.zhxu.bs.implement.DefaultSqlExecutor (implements cn.zhxu.bs.SqlExecutor)
- cn.zhxu.bs.implement.DefaultSqlExecutor.Result
- cn.zhxu.bs.dialect.DialectWrapper (implements cn.zhxu.bs.dialect.DialectSensor)
- cn.zhxu.bs.operator.Between (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.Contain (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.implement.DefaultSqlResolver (implements cn.zhxu.bs.SqlResolver)
- cn.zhxu.bs.operator.EndWith (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.Equal (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.FieldOpPool
- cn.zhxu.bs.operator.GreaterEqual (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.GreaterThan (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.InList (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.LessEqual (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.LessThan (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.NotBetween (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.NotEqual (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.NotIn (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.NotLike (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.OrLike (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.SqlCond (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.StartWith (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.dialect.DynamicDialect (implements cn.zhxu.bs.dialect.Dialect)
- cn.zhxu.bs.dialect.DynamicDialectSupport (implements cn.zhxu.bs.ParamFilter, cn.zhxu.bs.SqlInterceptor)
- cn.zhxu.bs.operator.Empty (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.convertor.EnumFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.convertor.EnumParamConvertor (implements cn.zhxu.bs.FieldConvertor.ParamConvertor)
- cn.zhxu.bs.group.Event<V>
- cn.zhxu.bs.param.FetchType
- cn.zhxu.bs.util.FieldFns
- cn.zhxu.bs.FieldMeta
- cn.zhxu.bs.FieldOp.OpPara
- cn.zhxu.bs.FieldOps
- cn.zhxu.bs.param.FieldParam
- cn.zhxu.bs.param.FieldParam.Value
- cn.zhxu.bs.group.Group<V>
- cn.zhxu.bs.group.GroupPair
- cn.zhxu.bs.implement.GroupPairResolver (implements cn.zhxu.bs.group.GroupPair.Resolver)
- cn.zhxu.bs.operator.IsNull (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.convertor.JsonFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.convertor.ListFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.util.MapBuilder.Limit
- cn.zhxu.bs.util.MapBuilder.Page
- cn.zhxu.bs.util.MapUtils
- cn.zhxu.bs.util.MapWrapper
- cn.zhxu.bs.dialect.MySqlDialect (implements cn.zhxu.bs.dialect.Dialect)
- cn.zhxu.bs.operator.NotEmpty (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.operator.NotNull (implements cn.zhxu.bs.FieldOp)
- cn.zhxu.bs.convertor.NumberFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.convertor.NumberParamConvertor (implements cn.zhxu.bs.FieldConvertor.ParamConvertor)
- cn.zhxu.bs.util.ObjectUtils
- cn.zhxu.bs.util.ObjKey2
- cn.zhxu.bs.dialect.OracleDialect (implements cn.zhxu.bs.dialect.Dialect)
- cn.zhxu.bs.param.OrderBy
- cn.zhxu.bs.param.Paging
- cn.zhxu.bs.dialect.PostgreSqlDialect (implements cn.zhxu.bs.dialect.Dialect)
- cn.zhxu.bs.SearcherBuilder
- cn.zhxu.bs.SearcherBuilder.BeanSearcherBuilder
- cn.zhxu.bs.SearcherBuilder.MapSearcherBuilder
- cn.zhxu.bs.SearchParam
- cn.zhxu.bs.SearchResult<T>
- cn.zhxu.bs.SearchSql<T>
- cn.zhxu.bs.filter.SizeLimitParamFilter (implements cn.zhxu.bs.ParamFilter)
- cn.zhxu.bs.SqlResult<T> (implements java.io.Closeable)
- cn.zhxu.bs.dialect.SqlServerDialect (implements cn.zhxu.bs.dialect.Dialect)
- cn.zhxu.bs.SqlSnippet.SqlPara
- cn.zhxu.bs.SqlWrapper<T>
- cn.zhxu.bs.SqlSnippet
- cn.zhxu.bs.util.StringUtils
- cn.zhxu.bs.convertor.StrNumFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.zhxu.bs.IllegalParamException
- cn.zhxu.bs.SearchException
- java.lang.RuntimeException
- java.lang.Exception
- cn.zhxu.bs.convertor.TimeFieldConvertor (implements cn.zhxu.bs.FieldConvertor.BFieldConvertor)
- cn.zhxu.bs.convertor.TimeParamConvertor (implements cn.zhxu.bs.FieldConvertor.ParamConvertor)
- java.util.AbstractMap<K,
接口分层结构
- java.lang.AutoCloseable
- cn.zhxu.bs.SqlResult.Result
- cn.zhxu.bs.SqlResult.ResultSet
- cn.zhxu.bs.SqlResult.Result
- cn.zhxu.bs.bean.BeanAware
- cn.zhxu.bs.BeanReflector
- cn.zhxu.bs.util.Cache<T>
- cn.zhxu.bs.DbMapping
- cn.zhxu.bs.DbMapping.DbTypeMapper
- cn.zhxu.bs.implement.DefaultDbMapping.BeanField
- cn.zhxu.bs.dialect.Dialect
- cn.zhxu.bs.dialect.DialectSensor
- cn.zhxu.bs.group.ExprParser
- cn.zhxu.bs.group.ExprParser.Factory
- cn.zhxu.bs.FieldConvertor
- cn.zhxu.bs.FieldConvertor.BFieldConvertor
- cn.zhxu.bs.FieldConvertor.MFieldConvertor
- cn.zhxu.bs.FieldConvertor.ParamConvertor
- cn.zhxu.bs.FieldOp
- cn.zhxu.bs.FieldOp.OpPara.FieldSqlGetter
- java.util.function.Function<T,
R> - cn.zhxu.bs.util.FieldFns.FieldFn<T,
R> (并 extends java.io.Serializable)
- cn.zhxu.bs.util.FieldFns.FieldFn<T,
- cn.zhxu.bs.group.GroupPair.Resolver
- cn.zhxu.bs.group.GroupResolver
- cn.zhxu.bs.convertor.ListFieldConvertor.Convertor<T>
- cn.zhxu.bs.MetaResolver
- cn.zhxu.bs.PageExtractor
- cn.zhxu.bs.bean.ParamAware
- cn.zhxu.bs.ParamFilter
- cn.zhxu.bs.ParamResolver
- cn.zhxu.bs.ResultFilter
- cn.zhxu.bs.Searcher
- cn.zhxu.bs.BeanSearcher
- cn.zhxu.bs.MapSearcher
- java.io.Serializable
- cn.zhxu.bs.util.FieldFns.FieldFn<T,
R> (并 extends java.util.function.Function<T, R>)
- cn.zhxu.bs.util.FieldFns.FieldFn<T,
- cn.zhxu.bs.SnippetResolver
- cn.zhxu.bs.SqlExecutor
- cn.zhxu.bs.SqlExecutor.SlowListener
- cn.zhxu.bs.SqlInterceptor
- cn.zhxu.bs.SqlResolver
Annotation Interface Hierarchy
- cn.zhxu.bs.bean.DbField (implements java.lang.annotation.Annotation)
- cn.zhxu.bs.bean.DbIgnore (implements java.lang.annotation.Annotation)
- cn.zhxu.bs.bean.SearchBean (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.zhxu.bs.bean.Cluster
- cn.zhxu.bs.convertor.DateParamConvertor.Target
- cn.zhxu.bs.convertor.DateTimeParamConvertor.Target
- cn.zhxu.bs.bean.DbType
- cn.zhxu.bs.bean.InheritType
- cn.zhxu.bs.bean.SortType
- cn.zhxu.bs.convertor.TimeParamConvertor.Target
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)