public interface PojoInterceptor
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
当前拦截器是否可用,用于避免多余的调用
|
void |
onEvent(Object obj,
Entity<?> en,
String event,
Object... args)
拦截并返回对象, 如无改变, 返回原对象就行
|
void |
setupEntity(Entity<?> en,
JdbcExpert expert) |
Copyright © 2019. All rights reserved.