public class MapperProxyFactory extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,M extends EntityMapper<T>> |
createMapper(Class<M> mapperClass) |
static LinkedHashSet<String> |
getEntityMapperMethodNames() |
static <T> MapperRegistry<T> |
getMapperRegistry(Class<EntityMapper<?>> entityMapperClass) |
static List<MapperRegistry<?>> |
getMapperRegistrys() |
static String |
getMethodSignature(Method method,
String paramClassType) |
static SqlContext |
getSqlContext() |
static Method |
getSqlContextMethod(String methodSignature) |
static void |
initEntityMapperMethod() |
static <T,M extends EntityMapper<T>> |
loadMapper(Class<M> mapperClass) |
static void |
setSqlContext(SqlContext sqlContext) |
public static <T> MapperRegistry<T> getMapperRegistry(Class<EntityMapper<?>> entityMapperClass)
public static List<MapperRegistry<?>> getMapperRegistrys()
public static <T,M extends EntityMapper<T>> M loadMapper(Class<M> mapperClass)
public static <T,M extends EntityMapper<T>> EntityMapper<T> createMapper(Class<M> mapperClass)
public static SqlContext getSqlContext()
public static void setSqlContext(SqlContext sqlContext)
public static void initEntityMapperMethod()
public static LinkedHashSet<String> getEntityMapperMethodNames()
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.