所有程序包的分层结构
程序包分层结构:- org.elsfs.tool.sql.mybatisplus,
- org.elsfs.tool.sql.mybatisplus.extension,
- org.elsfs.tool.sql.mybatisplus.injector,
- org.elsfs.tool.sql.mybatisplus.mapper,
- org.elsfs.tool.sql.mybatisplus.method,
- org.elsfs.tool.sql.mybatisplus.mybatis,
- org.elsfs.tool.sql.mybatisplus.type,
- org.elsfs.tool.sql.mybatisplus.utils
类分层结构
- java.lang.Object
- org.elsfs.tool.sql.mybatisplus.AbstractConditionOperations<C> (implements org.elsfs.tool.sql.singular.facade.ConditionOperations<Children>)
- org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusConditionOperations<C,
E> - org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusQueryOperations<C,
E> (implements org.elsfs.tool.sql.singular.facade.QueryOperations<C>) - org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusQueryAction<E,
R> (implements org.elsfs.tool.sql.singular.facade.QueryAction<R>) - org.elsfs.tool.sql.mybatisplus.mybatis.CountMybatisPlusQueryAction<E>
- org.elsfs.tool.sql.mybatisplus.mybatis.ExistsMybatisPlusQueryAction<E>
- org.elsfs.tool.sql.mybatisplus.mybatis.ListMybatisPlusQueryAction<E>
- org.elsfs.tool.sql.mybatisplus.mybatis.PageMybatisPlusQueryAction<E>
- org.elsfs.tool.sql.mybatisplus.mybatis.SingleMybatisPlusQueryAction<E>
- org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusQueryAction<E,
- org.elsfs.tool.sql.mybatisplus.mybatis.MybatisPlusDeletionAction<E> (implements org.elsfs.tool.sql.singular.facade.DeletionAction<R>)
- org.elsfs.tool.sql.mybatisplus.mybatis.MybatisPlusUpdateAction<E> (implements org.elsfs.tool.sql.singular.facade.UpdateAction<R>)
- org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusQueryOperations<C,
- org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusConditionOperations<C,
- com.baomidou.mybatisplus.core.injector.AbstractMethod (implements com.baomidou.mybatisplus.core.toolkit.Constants)
- org.elsfs.tool.sql.mybatisplus.method.AbstractJoinMethod
- org.elsfs.tool.sql.mybatisplus.method.ExistsByJoinWrapper
- org.elsfs.tool.sql.mybatisplus.method.SelectJoinCount
- org.elsfs.tool.sql.mybatisplus.method.SelectJoinList
- org.elsfs.tool.sql.mybatisplus.method.SelectJoinOne
- org.elsfs.tool.sql.mybatisplus.method.SelectJoinPage
- org.elsfs.tool.sql.mybatisplus.method.ExistsById
- org.elsfs.tool.sql.mybatisplus.method.ExistsByWrapper
- org.elsfs.tool.sql.mybatisplus.method.AbstractJoinMethod
- com.baomidou.mybatisplus.core.injector.AbstractSqlInjector (implements com.baomidou.mybatisplus.core.injector.ISqlInjector)
- com.baomidou.mybatisplus.core.injector.DefaultSqlInjector
- org.elsfs.tool.sql.mybatisplus.injector.EnhancedSqlInjector
- com.baomidou.mybatisplus.core.injector.DefaultSqlInjector
- org.elsfs.tool.sql.abs.CompositeSqlFragment (implements org.elsfs.tool.sql.interfaces.SqlFragment)
- org.elsfs.tool.sql.abs.AbstractCondition<C> (implements org.elsfs.tool.sql.interfaces.Condition<C>, org.elsfs.tool.sql.interfaces.SqlParameterManagerAware, org.elsfs.tool.sql.interfaces.TableAliasManagerAware)
- org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusQueryAction.ActionSelectJoinBuilderImpl.ActionJoinConditionConfigurerImpl (implements org.elsfs.tool.sql.singular.facade.QueryAction.ActionJoinConditionBuilder<R>)
- org.elsfs.tool.sql.mybatisplus.extension.JoinQueryWrapper.WrapperSelectJoinBuilderImpl.WrapperJoinConditionBuilderImpl (implements org.elsfs.tool.sql.interfaces.Join.JoinConditionBuilder<C,
JB, J>)
- org.elsfs.tool.sql.mybatisplus.mybatis.AbstractMybatisPlusQueryAction.ActionSelectJoinBuilderImpl (implements org.elsfs.tool.sql.singular.facade.QueryAction.ActionSelectJoinBuilder<R>)
- org.elsfs.tool.sql.mybatisplus.extension.JoinQueryWrapper.WrapperSelectJoinBuilderImpl (implements org.elsfs.tool.sql.interfaces.Join.SelectJoinBuilder<C,
JCB, J>, org.elsfs.tool.sql.interfaces.SqlParameterManagerAware, org.elsfs.tool.sql.interfaces.TableAliasManagerAware)
- org.elsfs.tool.sql.abs.AbstractCondition<C> (implements org.elsfs.tool.sql.interfaces.Condition<C>, org.elsfs.tool.sql.interfaces.SqlParameterManagerAware, org.elsfs.tool.sql.interfaces.TableAliasManagerAware)
- org.elsfs.tool.sql.mybatisplus.mybatis.MybatisPlusDbActionFactory<E> (implements org.elsfs.tool.sql.singular.facade.DbActionFactory<E>)
- org.elsfs.tool.sql.mybatisplus.mybatis.MybatisPlusSupport
- org.elsfs.tool.sql.mybatisplus.mybatis.PageMybatisPlusQueryAction.PageImpl<E> (implements com.baomidou.mybatisplus.core.metadata.IPage<T>)
- org.elsfs.tool.sql.mybatisplus.utils.PredicateHolder
- org.apache.ibatis.type.TypeReference<T>
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- org.elsfs.tool.sql.mybatisplus.type.BooleanTypeHandler
- org.apache.ibatis.type.BaseTypeHandler<T> (implements org.apache.ibatis.type.TypeHandler<T>)
- 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>) - org.elsfs.tool.sql.mybatisplus.extension.JoinQueryWrapper<E> (implements org.elsfs.tool.sql.mybatisplus.extension.JoinWrapper<C,
JB, JCB>, com.baomidou.mybatisplus.core.conditions.query.Query<Children, T, R>, org.elsfs.tool.sql.interfaces.SqlParameterManager, org.elsfs.tool.sql.interfaces.SqlParameterManagerAware, org.elsfs.tool.sql.interfaces.TableAliasManagerAware)
- org.elsfs.tool.sql.mybatisplus.extension.JoinQueryWrapper<E> (implements org.elsfs.tool.sql.mybatisplus.extension.JoinWrapper<C,
- com.baomidou.mybatisplus.core.conditions.AbstractWrapper<T,
- org.elsfs.tool.sql.mybatisplus.AbstractConditionOperations<C> (implements org.elsfs.tool.sql.singular.facade.ConditionOperations<Children>)
接口分层结构
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- org.elsfs.tool.sql.mybatisplus.mapper.ElsfsMapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- java.io.Serializable
- org.elsfs.tool.sql.mybatisplus.extension.JoinWrapper<C,
JB, JCB> (并 extends org.elsfs.tool.sql.interfaces.Join<C, JB, JCB>)
- org.elsfs.tool.sql.mybatisplus.extension.JoinWrapper<C,
- org.elsfs.tool.sql.interfaces.SqlFragment
- org.elsfs.tool.sql.interfaces.Join<C,
JB, JCB> - org.elsfs.tool.sql.mybatisplus.extension.JoinWrapper<C,
JB, JCB> (并 extends java.io.Serializable)
- org.elsfs.tool.sql.mybatisplus.extension.JoinWrapper<C,
- org.elsfs.tool.sql.interfaces.Join<C,