类分层结构
- java.lang.Object
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- cn.org.atool.fluent.mybatis.segment.fragment.AppendFlag (implements cn.org.atool.fluent.mybatis.segment.fragment.IFragment)
- cn.org.atool.fluent.mybatis.segment.BaseApply<SEGMENT,W>
- cn.org.atool.fluent.mybatis.segment.OrderByApply<O,W>
- cn.org.atool.fluent.mybatis.segment.UpdateApply<S,U>
- cn.org.atool.fluent.mybatis.segment.WhereApply<WHERE,NQ> (implements cn.org.atool.fluent.mybatis.segment.where.BooleanWhere<WHERE,NQ>, cn.org.atool.fluent.mybatis.segment.where.NumericWhere<WHERE,NQ>, cn.org.atool.fluent.mybatis.segment.where.ObjectWhere<WHERE,NQ>, cn.org.atool.fluent.mybatis.segment.where.StringWhere<WHERE,NQ>)
- cn.org.atool.fluent.mybatis.base.dao.BaseDao<E,Q,U> (implements cn.org.atool.fluent.mybatis.base.IBaseDao<E>, cn.org.atool.fluent.mybatis.base.dao.IProtectedDao<E>)
- cn.org.atool.fluent.mybatis.base.crud.BaseDefaults<E,Q,U> (implements cn.org.atool.fluent.mybatis.base.crud.IDefaultGetter)
- cn.org.atool.fluent.mybatis.base.entity.AMapping<E,Q,U> (implements cn.org.atool.fluent.mybatis.base.entity.IEntityKit, cn.org.atool.fluent.mybatis.base.entity.IMapping)
- cn.org.atool.fluent.mybatis.base.BaseEntity (implements cn.org.atool.fluent.mybatis.base.IEntity)
- cn.org.atool.fluent.mybatis.base.RichEntity (implements cn.org.atool.fluent.mybatis.base.entity.IRichEntity)
- cn.org.atool.fluent.mybatis.segment.BaseSegment<R,W>
- cn.org.atool.fluent.mybatis.segment.AggregateSegment<S,Q,R>
- cn.org.atool.fluent.mybatis.segment.GroupByBase<G,Q>
- cn.org.atool.fluent.mybatis.segment.OrderByBase<O,W>
- cn.org.atool.fluent.mybatis.segment.UpdateBase<S,U>
- cn.org.atool.fluent.mybatis.segment.WhereBase<WHERE,WRAPPER,NestedQ>
- cn.org.atool.fluent.mybatis.segment.list.BaseSegmentList
- cn.org.atool.fluent.mybatis.segment.BaseWrapper<E,W,NQ> (implements cn.org.atool.fluent.mybatis.base.crud.IWrapper<E,W,NQ>)
- cn.org.atool.fluent.mybatis.base.crud.BaseQuery<E,Q> (implements cn.org.atool.fluent.mybatis.base.crud.IBaseQuery<E,Q>)
- cn.org.atool.fluent.mybatis.base.free.FreeQuery
- cn.org.atool.fluent.mybatis.base.crud.BaseUpdate<E,U,NQ> (implements cn.org.atool.fluent.mybatis.base.crud.IBaseUpdate<E,U,NQ>)
- cn.org.atool.fluent.mybatis.segment.JoinQuery<QL> (implements cn.org.atool.fluent.mybatis.base.crud.IBaseQuery<E,Q>, cn.org.atool.fluent.mybatis.base.crud.JoinToBuilder<QL>)
- cn.org.atool.fluent.mybatis.base.crud.BatchCrudImpl (implements cn.org.atool.fluent.mybatis.base.intf.BatchCrud)
- cn.org.atool.fluent.mybatis.segment.fragment.BracketFrag (implements cn.org.atool.fluent.mybatis.segment.fragment.IFragment)
- cn.org.atool.fluent.mybatis.segment.fragment.CachedFrag (implements cn.org.atool.fluent.mybatis.segment.fragment.IFragment)
- cn.org.atool.fluent.mybatis.segment.fragment.Column
- cn.org.atool.fluent.mybatis.base.provider.CommonSqlKit (implements cn.org.atool.fluent.mybatis.base.provider.SqlKit)
- org.apache.ibatis.session.ConfigurationKit
- cn.org.atool.fluent.mybatis.utility.CustomizedSql
- cn.org.atool.fluent.mybatis.base.dao.DaoHelper
- cn.org.atool.fluent.mybatis.base.crud.EmptyWrapper (implements cn.org.atool.fluent.mybatis.base.crud.IWrapper<E,W,NQ>)
- cn.org.atool.fluent.mybatis.base.EntityRefKit
- cn.org.atool.fluent.mybatis.base.model.FieldMapping<E>
- cn.org.atool.fluent.mybatis.metadata.FieldMeta (implements java.lang.Comparable<T>)
- cn.org.atool.fluent.mybatis.segment.fragment.FormatFrag (implements cn.org.atool.fluent.mybatis.segment.fragment.IFragment)
- cn.org.atool.fluent.mybatis.metadata.GetterMeta
- cn.org.atool.fluent.mybatis.segment.HavingOperator<H> (implements cn.org.atool.fluent.mybatis.segment.model.IOperator<R>)
- cn.org.atool.fluent.mybatis.ifs.Ifs<T>
- cn.org.atool.fluent.mybatis.ifs.InIfs<T>
- cn.org.atool.fluent.mybatis.ifs.IfsPredicate
- cn.org.atool.fluent.mybatis.base.model.op.ILike (implements cn.org.atool.fluent.mybatis.base.model.ISqlOp)
- cn.org.atool.fluent.mybatis.base.model.InsertList
- cn.org.atool.fluent.mybatis.segment.fragment.JoiningFrag (implements cn.org.atool.fluent.mybatis.segment.fragment.IFragment)
- cn.org.atool.fluent.mybatis.segment.JoinOn<QL,QR,JB>
- cn.org.atool.fluent.mybatis.base.model.KeyMap<T>
- cn.org.atool.fluent.mybatis.utility.LambdaUtil
- cn.org.atool.fluent.mybatis.utility.LockKit<T>
- org.apache.ibatis.mapping.MappedStatement.Builder
- cn.org.atool.fluent.mybatis.spring.MapperFactory (implements cn.org.atool.fluent.mybatis.spring.IMapperFactory)
- cn.org.atool.fluent.mybatis.mapper.MapperSql
- cn.org.atool.fluent.mybatis.utility.MappingKits
- cn.org.atool.fluent.mybatis.utility.MybatisUtil
- cn.org.atool.fluent.mybatis.utility.NestedQueryFactory
- cn.org.atool.fluent.mybatis.utility.ObjectArray
- cn.org.atool.fluent.mybatis.segment.model.PagedOffset
- cn.org.atool.fluent.mybatis.base.entity.PkGeneratorKits
- cn.org.atool.fluent.mybatis.utility.PoJoHelper
- cn.org.atool.fluent.mybatis.mapper.PrinterMapper (implements cn.org.atool.fluent.mybatis.base.mapper.IWrapperMapper<E,Q,U>)
- cn.org.atool.fluent.mybatis.base.mapper.QueryExecutor<E>
- cn.org.atool.fluent.mybatis.functions.RefFinder<E> (implements cn.org.atool.fluent.mybatis.functions.IGetter<E>)
- cn.org.atool.fluent.mybatis.functions.RefKey<S,D>
- cn.org.atool.fluent.mybatis.utility.RefKit
- cn.org.atool.fluent.mybatis.metadata.SetterMeta
- cn.org.atool.fluent.mybatis.utility.SqlInject
- cn.org.atool.fluent.mybatis.base.provider.SqlKitFactory
- cn.org.atool.fluent.mybatis.mapper.SqlLike
- cn.org.atool.fluent.mybatis.base.model.op.SqlOps
- cn.org.atool.fluent.mybatis.base.provider.SqlProvider
- cn.org.atool.fluent.mybatis.utility.SqlProviderKit
- cn.org.atool.fluent.mybatis.model.StdPagedList<E> (implements cn.org.atool.fluent.mybatis.model.IPagedList<E>)
- cn.org.atool.fluent.mybatis.base.entity.TableId
- cn.org.atool.fluent.mybatis.metadata.TableMeta (implements cn.org.atool.fluent.mybatis.mapper.StrConstant)
- cn.org.atool.fluent.mybatis.metadata.TableMetaHelper
- cn.org.atool.fluent.mybatis.model.TagPagedList<E> (implements cn.org.atool.fluent.mybatis.model.IPagedList<E>)
- java.lang.Throwable (implements java.io.Serializable)
- org.apache.ibatis.type.TypeReference<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- cn.org.atool.fluent.mybatis.base.model.UpdateDefault
- cn.org.atool.fluent.mybatis.base.mapper.UpdaterExecutor
- cn.org.atool.fluent.mybatis.segment.model.WrapperData (implements cn.org.atool.fluent.mybatis.segment.model.IWrapperData)
接口分层结构
- cn.org.atool.fluent.mybatis.segment.where.BaseWhere<WHERE,NQ>
- cn.org.atool.fluent.mybatis.segment.where.BooleanWhere<WHERE,NQ>
- cn.org.atool.fluent.mybatis.segment.where.NumericWhere<WHERE,NQ>
- cn.org.atool.fluent.mybatis.segment.where.ObjectWhere<WHERE,NQ>
- cn.org.atool.fluent.mybatis.segment.where.NumericWhere<WHERE,NQ>
- cn.org.atool.fluent.mybatis.segment.where.StringWhere<WHERE,NQ>
- cn.org.atool.fluent.mybatis.segment.where.StringWhere<WHERE,NQ>
- cn.org.atool.fluent.mybatis.base.intf.BatchCrud
- cn.org.atool.fluent.mybatis.mapper.FluentConst
- cn.org.atool.fluent.mybatis.segment.fragment.Fragments
- cn.org.atool.fluent.mybatis.base.free.FreeKit
- java.util.function.Function<T,R>
- cn.org.atool.fluent.mybatis.functions.MapFunction<R>
- cn.org.atool.fluent.mybatis.functions.QFunction<R>
- cn.org.atool.fluent.mybatis.functions.RefKeyFunc<E>
- cn.org.atool.fluent.mybatis.functions.IAggregate
- cn.org.atool.fluent.mybatis.base.IBaseDao<E>
- cn.org.atool.fluent.mybatis.spring.IConvertor<T>
- cn.org.atool.fluent.mybatis.base.crud.IDefaultGetter
- cn.org.atool.fluent.mybatis.base.entity.IMapping (并 extends cn.org.atool.fluent.mybatis.base.intf.IHasDbType)
- cn.org.atool.fluent.mybatis.base.crud.IDefaultSetter
- cn.org.atool.fluent.mybatis.base.entity.IEntityKit
- cn.org.atool.fluent.mybatis.functions.IExecutor
- cn.org.atool.fluent.mybatis.If
- cn.org.atool.fluent.mybatis.base.intf.IHasDbType
- cn.org.atool.fluent.mybatis.base.entity.IMapping (并 extends cn.org.atool.fluent.mybatis.base.crud.IDefaultGetter)
- cn.org.atool.fluent.mybatis.base.intf.IHasMapping
- cn.org.atool.fluent.mybatis.base.mapper.IEntityMapper<E> (并 extends cn.org.atool.fluent.mybatis.base.mapper.IMapper<E>)
- cn.org.atool.fluent.mybatis.base.mapper.IRichMapper<E>
- cn.org.atool.fluent.mybatis.base.mapper.IWrapperMapper<E,Q,U> (并 extends cn.org.atool.fluent.mybatis.base.mapper.IRichMapper<E>)
- cn.org.atool.fluent.mybatis.base.mapper.IRichMapper<E>
- cn.org.atool.fluent.mybatis.base.mapper.IWrapperMapper<E,Q,U> (并 extends cn.org.atool.fluent.mybatis.base.mapper.IEntityMapper<E>, cn.org.atool.fluent.mybatis.base.mapper.IRichMapper<E>)
- cn.org.atool.fluent.mybatis.base.entity.IKeyGenerator
- cn.org.atool.fluent.mybatis.base.mapper.IMapper<E>
- cn.org.atool.fluent.mybatis.spring.IMapperFactory
- cn.org.atool.fluent.mybatis.segment.model.IOperator<R>
- cn.org.atool.fluent.mybatis.model.IPagedList<E>
- cn.org.atool.fluent.mybatis.base.dao.IProtectedDao<E>
- cn.org.atool.fluent.mybatis.base.crud.IQuery<E>
- cn.org.atool.fluent.mybatis.base.crud.IBaseQuery<E,Q> (并 extends cn.org.atool.fluent.mybatis.base.crud.IWrapper<E,W,NQ>)
- cn.org.atool.fluent.mybatis.base.intf.IRelation
- cn.org.atool.fluent.mybatis.base.entity.IRich
- cn.org.atool.fluent.mybatis.base.entity.IRichEntity (并 extends cn.org.atool.fluent.mybatis.base.IEntity)
- cn.org.atool.fluent.mybatis.base.model.ISqlOp
- cn.org.atool.fluent.mybatis.base.intf.IToMap
- cn.org.atool.fluent.mybatis.base.crud.IUpdate<E>
- cn.org.atool.fluent.mybatis.base.crud.IBaseUpdate<E,U,NQ> (并 extends cn.org.atool.fluent.mybatis.base.crud.IWrapper<E,W,NQ>)
- cn.org.atool.fluent.mybatis.segment.model.IWrapperData
- cn.org.atool.fluent.mybatis.base.crud.JoinBuilder<QL>
- cn.org.atool.fluent.mybatis.segment.JoinSegment
- java.util.function.Predicate<T>
- org.apache.ibatis.builder.annotation.ProviderContextKit
- java.io.Serializable
- cn.org.atool.fluent.mybatis.base.crud.IBaseQuery<E,Q> (并 extends cn.org.atool.fluent.mybatis.base.crud.IQuery<E>, cn.org.atool.fluent.mybatis.base.crud.IWrapper<E,W,NQ>)
- cn.org.atool.fluent.mybatis.base.crud.IBaseUpdate<E,U,NQ> (并 extends cn.org.atool.fluent.mybatis.base.crud.IUpdate<E>, cn.org.atool.fluent.mybatis.base.crud.IWrapper<E,W,NQ>)
- cn.org.atool.fluent.mybatis.base.IEntity
- cn.org.atool.fluent.mybatis.base.entity.IRichEntity (并 extends cn.org.atool.fluent.mybatis.base.entity.IRich)
- cn.org.atool.fluent.mybatis.segment.fragment.IFragment
- cn.org.atool.fluent.mybatis.functions.IGetter<E>
- cn.org.atool.fluent.mybatis.base.entity.IRichEntity (并 extends cn.org.atool.fluent.mybatis.base.IEntity, cn.org.atool.fluent.mybatis.base.entity.IRich)
- cn.org.atool.fluent.mybatis.functions.ISetter<E>
- cn.org.atool.fluent.mybatis.base.crud.IWrapper<E,W,NQ>
- cn.org.atool.fluent.mybatis.base.crud.IBaseQuery<E,Q> (并 extends cn.org.atool.fluent.mybatis.base.crud.IQuery<E>)
- cn.org.atool.fluent.mybatis.base.crud.IBaseUpdate<E,U,NQ> (并 extends cn.org.atool.fluent.mybatis.base.crud.IUpdate<E>)
- cn.org.atool.fluent.mybatis.base.provider.SqlKit
- cn.org.atool.fluent.mybatis.mapper.StrConstant
- java.util.function.Supplier<T>
- cn.org.atool.fluent.mybatis.functions.TableDynamic
- cn.org.atool.fluent.mybatis.functions.TableSupplier
注释类型分层结构
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- cn.org.atool.fluent.mybatis.segment.fragment.KeyFrag (implements cn.org.atool.fluent.mybatis.segment.fragment.IFragment)
- cn.org.atool.fluent.mybatis.segment.model.HintType
- cn.org.atool.fluent.mybatis.segment.model.Aggregate (implements cn.org.atool.fluent.mybatis.functions.IAggregate)
- cn.org.atool.fluent.mybatis.metadata.JoinType (implements cn.org.atool.fluent.mybatis.segment.fragment.IFragment)
- cn.org.atool.fluent.mybatis.base.model.SqlOp (implements cn.org.atool.fluent.mybatis.base.model.ISqlOp)
- cn.org.atool.fluent.mybatis.base.model.UniqueType
Copyright © 2021. All rights reserved.