类分层结构
- java.lang.Object
- cn.tworice.mybatis.po.BasicDO (implements java.io.Serializable)
- cn.tworice.mybatis.handler.DefaultDBFieldHandler (implements com.baomidou.mybatisplus.core.handlers.MetaObjectHandler)
- cn.tworice.mybatis.config.MyBatisConfig
- cn.tworice.mybatis.config.MyBatisPlusConfig
- cn.tworice.mybatis.util.MyBatisPlusUtils
- cn.tworice.mybatis.vo.PageParam (implements java.io.Serializable)
- cn.tworice.mybatis.po.SortingField (implements java.io.Serializable)
- com.baomidou.mybatisplus.core.conditions.Wrapper<T> (implements com.baomidou.mybatisplus.core.conditions.ISqlSegment)
- com.baomidou.mybatisplus.core.conditions.AbstractWrapper<T,R,Children> (implements com.baomidou.mybatisplus.core.conditions.interfaces.Compare<Children,R>, com.baomidou.mybatisplus.core.conditions.interfaces.Func<Children,R>, com.baomidou.mybatisplus.core.conditions.interfaces.Join<Children>, com.baomidou.mybatisplus.core.conditions.interfaces.Nested<Param,Children>)
- com.baomidou.mybatisplus.core.conditions.AbstractLambdaWrapper<T,Children>
- com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<T> (implements com.baomidou.mybatisplus.core.conditions.query.Query<Children,T,R>)
- com.github.yulichang.wrapper.MPJAbstractWrapper<T,Children> (implements com.github.yulichang.wrapper.interfaces.Compare<Children>, com.github.yulichang.wrapper.interfaces.CompareStr<Children,R>, com.github.yulichang.wrapper.interfaces.Func<Children>, com.github.yulichang.wrapper.interfaces.FuncStr<Children,R>, com.github.yulichang.wrapper.interfaces.Join<Children>, com.baomidou.mybatisplus.core.conditions.interfaces.Nested<Param,Children>, com.github.yulichang.wrapper.interfaces.OnCompare<Children>)
- com.github.yulichang.wrapper.MPJAbstractLambdaWrapper<T,Children> (implements com.github.yulichang.wrapper.interfaces.QueryJoin<Children,Entity>)
- com.github.yulichang.wrapper.MPJLambdaWrapper<T> (implements com.github.yulichang.wrapper.interfaces.Chain<T>, com.github.yulichang.wrapper.interfaces.Query<Children>, com.github.yulichang.wrapper.interfaces.QueryLabel<Children>, com.github.yulichang.wrapper.interfaces.SelectWrapper<Entity,Children>)
接口分层结构
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- cn.tworice.mybatis.mapper.BaseMapperX<T>
- com.github.yulichang.base.MPJBaseMapper<T>
- cn.tworice.mybatis.mapper.BaseMapperX<T>
- com.github.yulichang.base.MPJBaseMapper<T>
Copyright © 2025. All rights reserved.