public class AotCollector extends Object
| Constructor and Description |
|---|
AotCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
清空
|
Set<Class<?>> |
getEntityTypes()
获取实体类型
|
Set<Class<?>> |
getJdkProxyTypes()
获取Jdk代理类型
|
void |
registerEntityType(Class<?> type,
ParameterizedType genericType)
注册实体类型
|
void |
registerJdkProxyType(Class<?> type,
Object target)
注册jdk代理类型
|
public void registerEntityType(Class<?> type, ParameterizedType genericType)
public void clear()
Copyright © 2025. All rights reserved.