@Component public class EruptOpenApiDataProxy extends Object implements xyz.erupt.annotation.fun.DataProxy<EruptOpenApi>, xyz.erupt.annotation.fun.OperationHandler<EruptOpenApi,Void>
| 构造器和说明 |
|---|
EruptOpenApiDataProxy() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterDelete(EruptOpenApi eruptOpenApi) |
void |
afterFetch(Collection<Map<String,Object>> list) |
void |
afterUpdate(EruptOpenApi eruptOpenApi) |
void |
beforeAdd(EruptOpenApi eruptOpenApi) |
String |
exec(List<EruptOpenApi> data,
Void unused,
String[] param) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void beforeAdd(EruptOpenApi eruptOpenApi)
beforeAdd 在接口中 xyz.erupt.annotation.fun.DataProxy<EruptOpenApi>public void afterUpdate(EruptOpenApi eruptOpenApi)
afterUpdate 在接口中 xyz.erupt.annotation.fun.DataProxy<EruptOpenApi>public void afterDelete(EruptOpenApi eruptOpenApi)
afterDelete 在接口中 xyz.erupt.annotation.fun.DataProxy<EruptOpenApi>public void afterFetch(Collection<Map<String,Object>> list)
afterFetch 在接口中 xyz.erupt.annotation.fun.DataProxy<EruptOpenApi>@Transactional public String exec(List<EruptOpenApi> data, Void unused, String[] param)
exec 在接口中 xyz.erupt.annotation.fun.OperationHandler<EruptOpenApi,Void>Copyright © 2024. All rights reserved.