java.lang.Object
org.miaixz.bus.mapper.builder.TableSchemaChain
- All Implemented Interfaces:
TableSchemaBuilder.Chain
实体类表工厂处理链,支持单例,线程安全
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TableSchemaChain
构造函数,初始化表工厂处理链- Parameters:
factories- 表工厂列表
-
-
Method Details
-
createTable
创建实体表信息,链式调用表工厂- Specified by:
createTablein interfaceTableSchemaBuilder.Chain- Parameters:
entityClass- 实体类类型- Returns:
- 实体表信息,若无工厂处理则返回 null
-