public class InterceptorUtils extends Object
| 构造器和说明 |
|---|
InterceptorUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addInterceptor(EntityDaoInterceptor interceptor) |
static List<EntityDaoInterceptor> |
getInterceptors() |
static <R> R |
intercept(EntityDaoInvocation<R> invocation) |
public static void addInterceptor(EntityDaoInterceptor interceptor)
public static List<EntityDaoInterceptor> getInterceptors()
public static <R> R intercept(EntityDaoInvocation<R> invocation)
Copyright © 2021–2022. All rights reserved.