T - 实体类泛型public interface EntityInfoMapper<T>
Class和实体表的信息 EntityTable| Modifier and Type | Interface and Description |
|---|---|
static class |
EntityInfoMapper.CachingEntityClass
缓存实体类类型
|
| Modifier and Type | Method and Description |
|---|---|
default Class<T> |
entityClass()
获取当前接口对应的实体类类型
|
default EntityTable |
entityTable()
获取当前接口对应的实体表信息
|
default EntityTable entityTable()
Copyright © 2022. All rights reserved.