Package io.r2mo.dbe.mybatisplus.spi
Class QrAnalyzerJoin<T>
java.lang.Object
io.r2mo.dbe.mybatisplus.spi.QrAnalyzerJoin<T>
- All Implemented Interfaces:
io.r2mo.base.dbe.operation.QrAnalyzer<com.github.yulichang.query.MPJQueryWrapper<T>>
public class QrAnalyzerJoin<T>
extends Object
implements io.r2mo.base.dbe.operation.QrAnalyzer<com.github.yulichang.query.MPJQueryWrapper<T>>
- Author:
- lang : 2025-10-23
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpage(io.r2mo.base.dbe.syntax.QQuery query) com.github.yulichang.query.MPJQueryWrapper<T> where(io.r2mo.base.dbe.syntax.QQuery query) com.github.yulichang.query.MPJQueryWrapper<T> where(io.r2mo.base.dbe.syntax.QTree tree, io.r2mo.base.dbe.syntax.QSorter sorter) com.github.yulichang.query.MPJQueryWrapper<T> com.github.yulichang.query.MPJQueryWrapper<T> com.github.yulichang.query.MPJQueryWrapper<T> whereId(Serializable id) com.github.yulichang.query.MPJQueryWrapper<T> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.r2mo.base.dbe.operation.QrAnalyzer
where
-
Constructor Details
-
QrAnalyzerJoin
public QrAnalyzerJoin(io.r2mo.base.dbe.common.DBRef ref)
-
-
Method Details
-
whereIn
- Specified by:
whereInin interfaceio.r2mo.base.dbe.operation.QrAnalyzer<T>
-
whereId
- Specified by:
whereIdin interfaceio.r2mo.base.dbe.operation.QrAnalyzer<T>
-
where
- Specified by:
wherein interfaceio.r2mo.base.dbe.operation.QrAnalyzer<T>
-
where
- Specified by:
wherein interfaceio.r2mo.base.dbe.operation.QrAnalyzer<T>
-
where
public com.github.yulichang.query.MPJQueryWrapper<T> where(io.r2mo.base.dbe.syntax.QTree tree, io.r2mo.base.dbe.syntax.QSorter sorter) - Specified by:
wherein interfaceio.r2mo.base.dbe.operation.QrAnalyzer<T>
-
where
- Specified by:
wherein interfaceio.r2mo.base.dbe.operation.QrAnalyzer<T>
-
page
public com.baomidou.mybatisplus.core.metadata.IPage<Map<String,Object>> page(io.r2mo.base.dbe.syntax.QQuery query) - Specified by:
pagein interfaceio.r2mo.base.dbe.operation.QrAnalyzer<T>
-