类分层结构
- java.lang.Object
- cn.org.atool.fluent.mybatis.base.crud.BaseSqlProvider<E>
- 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.crud.BaseUpdate<E,U,NQ> (implements cn.org.atool.fluent.mybatis.base.crud.IBaseUpdate<E,U,NQ>)
- cn.org.atool.fluent.mybatis.base.crud.BatchCrudImpl (implements cn.org.atool.fluent.mybatis.base.BatchCrud)
- cn.org.atool.fluent.mybatis.base.crud.FormSetter
接口分层结构
- cn.org.atool.fluent.mybatis.base.crud.IDefaultGetter
- cn.org.atool.fluent.mybatis.base.crud.IDefaultSetter
- 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.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.base.crud.JoinBuilder<QL>
- java.io.Serializable
- 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>)
Copyright © 2021. All rights reserved.