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
    Constructor
    Description
    QrAnalyzerJoin(io.r2mo.base.dbe.common.DBRef ref)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.baomidou.mybatisplus.core.metadata.IPage<Map<String,Object>>
    page(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>
    where(String field, Object value)
     
    com.github.yulichang.query.MPJQueryWrapper<T>
     
    com.github.yulichang.query.MPJQueryWrapper<T>
     
    com.github.yulichang.query.MPJQueryWrapper<T>
    whereIn(String field, Object... values)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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

      public com.github.yulichang.query.MPJQueryWrapper<T> whereIn(String field, Object... values)
      Specified by:
      whereIn in interface io.r2mo.base.dbe.operation.QrAnalyzer<T>
    • whereId

      public com.github.yulichang.query.MPJQueryWrapper<T> whereId(Serializable id)
      Specified by:
      whereId in interface io.r2mo.base.dbe.operation.QrAnalyzer<T>
    • where

      public com.github.yulichang.query.MPJQueryWrapper<T> where(Map<String,Object> map)
      Specified by:
      where in interface io.r2mo.base.dbe.operation.QrAnalyzer<T>
    • where

      public com.github.yulichang.query.MPJQueryWrapper<T> where(String field, Object value)
      Specified by:
      where in interface io.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:
      where in interface io.r2mo.base.dbe.operation.QrAnalyzer<T>
    • where

      public com.github.yulichang.query.MPJQueryWrapper<T> where(io.r2mo.base.dbe.syntax.QQuery query)
      Specified by:
      where in interface io.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:
      page in interface io.r2mo.base.dbe.operation.QrAnalyzer<T>