public abstract class EntityFactory extends Object
| Constructor and Description |
|---|
EntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
static EntityTable |
create(Class<?> entityClass)
获取类型对应的实体信息
|
static EntityTable |
create(Class<?> mapperType,
Method mapperMethod)
获取类型对应的实体信息
|
protected static void |
reverse(Object[] array)
反转排序
|
public static EntityTable create(Class<?> mapperType, Method mapperMethod)
mapperType - 接口mapperMethod - 方法public static EntityTable create(Class<?> entityClass)
entityClass - 实体类类型protected static void reverse(Object[] array)
array - 数组Copyright © 2022. All rights reserved.