public class IMapperAdaptorPlusImpl extends Object implements IMapperAdaptor
| Constructor and Description |
|---|
IMapperAdaptorPlusImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createMapper(DbContext db,
Class<T> clz)
印映一个接口代理
|
<T> T |
createMapper(DbContext db,
String xsqlid,
Map<String,Object> args)
印映一份数据
|
<T> BaseMapper<T> |
createMapperBase(DbContext db,
Class<T> clz,
String tableName) |
DbProcedure |
createXmlProcedure(DbContext db,
String process,
Map<String,Object> args) |
public DbProcedure createXmlProcedure(DbContext db, String process, Map<String,Object> args)
createXmlProcedure in interface IMapperAdaptorpublic <T> BaseMapper<T> createMapperBase(DbContext db, Class<T> clz, String tableName)
createMapperBase in interface IMapperAdaptorpublic <T> T createMapper(DbContext db, Class<T> clz)
createMapper in interface IMapperAdaptorpublic <T> T createMapper(DbContext db, String xsqlid, Map<String,Object> args) throws Exception
createMapper in interface IMapperAdaptorxsqlid - @{namespace}.{id}ExceptionCopyright © 2025. All rights reserved.