public class MapperHandler extends Object implements InvocationHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected DbContext |
db |
protected Class<?> |
mapperClz |
protected static UnsupportedOperationException |
UOE |
| 限定符 | 构造器和说明 |
|---|---|
protected |
MapperHandler(DbContext db,
Class<?> mapperClz) |
protected DbContext db
protected Class<?> mapperClz
protected static UnsupportedOperationException UOE
Copyright © 2024. All rights reserved.