public interface EntityTableFactory extends Order
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EntityTableFactory.Chain
工厂链
|
| Modifier and Type | Method and Description |
|---|---|
EntityTable |
createEntityTable(Class<?> entityClass,
EntityTableFactory.Chain chain)
根据实体类创建 EntityTable,可以使用自己的注解来实现,这一步只返回 EntityTable,不处理其中的字段
|
EntityTable createEntityTable(Class<?> entityClass, EntityTableFactory.Chain chain)
entityClass - 实体类类型chain - 调用下一个Copyright © 2023. All rights reserved.