public class JoinProxy<T>
extends Object
- Author:
- lang : 2025-10-23
-
Constructor Summary
Constructors
JoinProxy(com.github.yulichang.base.MPJBaseMapper<T> baseMapper)
-
Method Summary
boolean
com.github.yulichang.base.MPJBaseMapper<T>
com.github.yulichang.base.MPJBaseMapper<?>
mapper(Class<?> entityCls,
com.github.yulichang.base.MPJBaseMapper<?> mapper)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JoinProxy
public JoinProxy(com.github.yulichang.base.MPJBaseMapper<T> baseMapper)
-
Method Details
-
mapper
public com.github.yulichang.base.MPJBaseMapper<T> mapper()
-
mapper
public com.github.yulichang.base.MPJBaseMapper<?> mapper(Class<?> clazz)
-
mapper
public JoinProxy<T> mapper(Class<?> entityCls,
com.github.yulichang.base.MPJBaseMapper<?> mapper)
-
isReady
public boolean isReady(Class<?> entityCls)