| Package | Description |
|---|---|
| com.dynamic.sql.mapper |
| Modifier and Type | Method and Description |
|---|---|
static <T,M extends EntityMapper<T>> |
MapperProxyFactory.createMapper(Class<M> mapperClass) |
static <T,M extends EntityMapper<T>> |
MapperProxyFactory.loadMapper(Class<M> mapperClass) |
| Modifier and Type | Method and Description |
|---|---|
static <T,M extends EntityMapper<T>> |
MapperProxyFactory.createMapper(Class<M> mapperClass) |
EntityMapper<T> |
MapperRegistry.getProxyMapper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> MapperRegistry<T> |
MapperProxyFactory.getMapperRegistry(Class<EntityMapper<?>> entityMapperClass) |
| Constructor and Description |
|---|
MapperRegistry(EntityMapper<T> proxyMapper,
Class<T> entityClass) |
Copyright © 2024–2025 Dynamic-SQL. All rights reserved.