Uses of Interface
com.github.yulichang.interfaces.MPJBaseJoin
Packages that use MPJBaseJoin
Package
Description
-
Uses of MPJBaseJoin in com.github.yulichang.base
Methods in com.github.yulichang.base with parameters of type MPJBaseJoinModifier and TypeMethodDescriptionintJoinMapper.deleteJoin(MPJBaseJoin<T> wrapper) 根据 Wrapper 条件,连表删除default booleanJoinService.deleteJoin(MPJBaseJoin<T> wrapper) 根据 Wrapper 条件,连表删除JoinMapper.selectJoinCount(MPJBaseJoin<T> wrapper) 根据 Wrapper 条件,查询总记录数default LongJoinService.selectJoinCount(MPJBaseJoin<T> wrapper) 根据 Wrapper 条件,查询总记录数JoinMapper.selectJoinList(MPJBaseJoin<T> wrapper) 连表查询返回记录集合<DTO> List<DTO>JoinMapper.selectJoinList(Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连表查询返回记录集合default <DTO> List<DTO>JoinService.selectJoinList(Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连接查询返回集合default <DTO,P extends com.baomidou.mybatisplus.core.metadata.IPage<DTO>>
PJoinService.selectJoinListPage(P page, Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连接查询返回集合并分页JoinMapper.selectJoinMap(MPJBaseJoin<T> wrapper) 连表查询返回MapJoinService.selectJoinMap(MPJBaseJoin<T> wrapper) 连接查询返回MapJoinMapper.selectJoinMaps(MPJBaseJoin<T> wrapper) 连表查询返回Map集合JoinService.selectJoinMaps(MPJBaseJoin<T> wrapper) 连接查询返回Map集合JoinMapper.selectJoinMapsPage(P page, MPJBaseJoin<T> wrapper) 连表查询返回Map集合并分页JoinService.selectJoinMapsPage(P page, MPJBaseJoin<T> wrapper) 连接查询返回Map集合并分页default TJoinMapper.selectJoinOne(MPJBaseJoin<T> wrapper) 连表查询返回一条记录<DTO> DTOJoinMapper.selectJoinOne(Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连表查询返回一条记录default <DTO> DTOJoinService.selectJoinOne(Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连接查询返回一条记录default <P extends com.baomidou.mybatisplus.core.metadata.IPage<T>>
PJoinMapper.selectJoinPage(P page, MPJBaseJoin<T> wrapper) 连表查询返回记录集合并分页<DTO,P extends com.baomidou.mybatisplus.core.metadata.IPage<DTO>>
PJoinMapper.selectJoinPage(P page, Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连表查询返回记录集合并分页intJoinMapper.updateJoin(T entity, MPJBaseJoin<T> wrapper) 根据 whereEntity 条件,更新记录default booleanJoinService.updateJoin(T entity, MPJBaseJoin<T> wrapper) 根据 whereEntity 条件,更新记录intJoinMapper.updateJoinAndNull(T entity, MPJBaseJoin<T> wrapper) 根据 whereEntity 条件,更新记录 (null字段也会更新 !!!)default booleanJoinService.updateJoinAndNull(T entity, MPJBaseJoin<T> wrapper) 根据 whereEntity 条件,更新记录 (null字段也会更新 !!!) -
Uses of MPJBaseJoin in com.github.yulichang.extension.apt
Classes in com.github.yulichang.extension.apt that implement MPJBaseJoinModifier and TypeClassDescriptionclassAptAbstractWrapper<T,Children extends AptAbstractWrapper<T, Children>> 参考AbstractLambdaWrapperclassLambda 语法使用 Wrapper -
Uses of MPJBaseJoin in com.github.yulichang.extension.apt.interfaces
Subinterfaces of MPJBaseJoin in com.github.yulichang.extension.apt.interfaces -
Uses of MPJBaseJoin in com.github.yulichang.extension.kt
Classes in com.github.yulichang.extension.kt that implement MPJBaseJoinModifier and TypeClassDescriptionclassKtAbstractLambdaWrapper<T,Children extends KtAbstractLambdaWrapper<T, Children>> 参考AbstractLambdaWrapperclassclass参考LambdaQueryWrapperLambda 语法使用 Wrapperclass -
Uses of MPJBaseJoin in com.github.yulichang.extension.kt.interfaces
Subinterfaces of MPJBaseJoin in com.github.yulichang.extension.kt.interfaces -
Uses of MPJBaseJoin in com.github.yulichang.query
Classes in com.github.yulichang.query that implement MPJBaseJoinModifier and TypeClassDescriptionclassMPJLambdaQueryWrapper 参考 ->LambdaQueryWrapperclasscopyQueryWrapper推荐使用 JoinWrappers.<UserDO>query();构造 -
Uses of MPJBaseJoin in com.github.yulichang.query.interfaces
Subinterfaces of MPJBaseJoin in com.github.yulichang.query.interfaces -
Uses of MPJBaseJoin in com.github.yulichang.repository
Methods in com.github.yulichang.repository with parameters of type MPJBaseJoinModifier and TypeMethodDescriptiondefault booleanJoinRepository.deleteJoin(MPJBaseJoin<T> wrapper) 根据 Wrapper 条件,连表删除default LongJoinRepository.selectJoinCount(MPJBaseJoin<T> wrapper) 根据 Wrapper 条件,查询总记录数default <DTO> List<DTO>JoinRepository.selectJoinList(Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连接查询返回集合default <DTO,P extends com.baomidou.mybatisplus.core.metadata.IPage<DTO>>
PJoinRepository.selectJoinListPage(P page, Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连接查询返回集合并分页JoinRepository.selectJoinMap(MPJBaseJoin<T> wrapper) 连接查询返回MapJoinRepository.selectJoinMaps(MPJBaseJoin<T> wrapper) 连接查询返回Map集合JoinRepository.selectJoinMapsPage(P page, MPJBaseJoin<T> wrapper) 连接查询返回Map集合并分页default <DTO> DTOJoinRepository.selectJoinOne(Class<DTO> clazz, MPJBaseJoin<T> wrapper) 连接查询返回一条记录default booleanJoinRepository.updateJoin(T entity, MPJBaseJoin<T> wrapper) 根据 whereEntity 条件,更新记录default booleanJoinRepository.updateJoinAndNull(T entity, MPJBaseJoin<T> wrapper) 根据 whereEntity 条件,更新记录 (null字段也会更新 !!!) -
Uses of MPJBaseJoin in com.github.yulichang.wrapper
Classes in com.github.yulichang.wrapper that implement MPJBaseJoinModifier and TypeClassDescriptionclassclassJoinAbstractLambdaWrapper<T,Children extends JoinAbstractLambdaWrapper<T, Children>> 参考AbstractLambdaWrapperclass参考LambdaQueryWrapperLambda 语法使用 Wrapperclass -
Uses of MPJBaseJoin in com.github.yulichang.wrapper.interfaces
Subinterfaces of MPJBaseJoin in com.github.yulichang.wrapper.interfacesModifier and TypeInterfaceDescriptioninterfaceChain<T>链式调用interfaceDeleteChain<T>链式调用interfaceQueryJoin<Children,Entity> interfaceUpdateChain<T>链式调用