- Type Parameters:
T- 实体类泛型
- All Known Subinterfaces:
BasicMapper<T,,I> EntityMapper<T,,I> LogicalMapper<T,,I> Mapper<T,I>
public interface ClassMapper<T>
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
entityClass
获取当前接口对应的实体类类型- Returns:
- 实体类类型
-
entityTable
获取当前接口对应的实体表信息- Returns:
- 实体表信息
-