Package io.r2mo.dbe.mybatisplus.spi
Class FactoryDBActionMybatisPlus
java.lang.Object
io.r2mo.dbe.common.operation.FactoryDBActionBase
io.r2mo.dbe.mybatisplus.spi.FactoryDBActionMybatisPlus
- All Implemented Interfaces:
io.r2mo.spi.FactoryDBAction
public class FactoryDBActionMybatisPlus
extends io.r2mo.dbe.common.operation.FactoryDBActionBase
- Author:
- lang : 2025-08-28
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.r2mo.base.dbe.common.DBLoadloader()protected Class<?> ofAggr()protected <T,EXECUTOR>
io.r2mo.base.dbe.operation.OpAggrprotected Class<?> protected <T,EXECUTOR, CONDITION>
io.r2mo.base.dbe.operation.QrAnalyzer<CONDITION> ofAnalyzer(Class<T> entityCls, EXECUTOR executor) protected Class<?> ofDb()protected <T,EXECUTOR>
io.r2mo.base.dbe.operation.OpDb<T> protected Class<?> ofMany()protected <T,EXECUTOR>
io.r2mo.base.dbe.operation.QrMany<T> protected Class<?> ofOne()protected <T,EXECUTOR>
io.r2mo.base.dbe.operation.QrOne<T> protected Class<?> ofVary()protected <T,EXECUTOR, CONDITION>
io.r2mo.base.dbe.operation.OpVary<T, CONDITION> <T,EXECUTOR, CONDITION>
io.r2mo.base.dbe.operation.OpJoin<T, CONDITION> opJoin(io.r2mo.base.dbe.common.DBRef ref, EXECUTOR executor) Methods inherited from class io.r2mo.dbe.common.operation.FactoryDBActionBase
opAggr, opDb, opVary, qrAnalyzer, qrMany, qrOneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.r2mo.spi.FactoryDBAction
configure
-
Constructor Details
-
FactoryDBActionMybatisPlus
public FactoryDBActionMybatisPlus()
-
-
Method Details
-
ofAggr
protected <T,EXECUTOR> io.r2mo.base.dbe.operation.OpAggr ofAggr(Class<T> entityCls, EXECUTOR executor) - Specified by:
ofAggrin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofAggr
- Specified by:
ofAggrin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofDb
protected <T,EXECUTOR> io.r2mo.base.dbe.operation.OpDb<T> ofDb(Class<T> entityCls, EXECUTOR executor) - Specified by:
ofDbin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofDb
- Specified by:
ofDbin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofOne
protected <T,EXECUTOR> io.r2mo.base.dbe.operation.QrOne<T> ofOne(Class<T> entityCls, EXECUTOR executor) - Specified by:
ofOnein classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofOne
- Specified by:
ofOnein classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofMany
protected <T,EXECUTOR> io.r2mo.base.dbe.operation.QrMany<T> ofMany(Class<T> entityCls, EXECUTOR executor) - Specified by:
ofManyin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofMany
- Specified by:
ofManyin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofVary
protected <T,EXECUTOR, io.r2mo.base.dbe.operation.OpVary<T,CONDITION> CONDITION> ofVary(Class<T> entityCls, EXECUTOR executor) - Specified by:
ofVaryin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofVary
- Specified by:
ofVaryin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofAnalyzer
protected <T,EXECUTOR, io.r2mo.base.dbe.operation.QrAnalyzer<CONDITION> ofAnalyzerCONDITION> (Class<T> entityCls, EXECUTOR executor) - Specified by:
ofAnalyzerin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
ofAnalyzer
- Specified by:
ofAnalyzerin classio.r2mo.dbe.common.operation.FactoryDBActionBase
-
opJoin
public <T,EXECUTOR, io.r2mo.base.dbe.operation.OpJoin<T,CONDITION> CONDITION> opJoin(io.r2mo.base.dbe.common.DBRef ref, EXECUTOR executor) -
loader
public io.r2mo.base.dbe.common.DBLoad loader()
-