public class AutoFieldFillHandler extends Object implements PluginInterceptorHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
logger |
| 构造器和说明 |
|---|
AutoFieldFillHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
IDGenerator |
idGenerator() |
int |
interceptorOrder() |
void |
onFinished(OnceContextVal invocationVal,
Object result) |
Object |
onInterceptor(OnceContextVal invocation) |
void |
setFieldValue(Object target,
Field field,
Object value) |
void |
start(MendmixMybatisInterceptor context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompatibleSqlRewritepublic IDGenerator idGenerator()
public void start(MendmixMybatisInterceptor context)
start 在接口中 PluginInterceptorHandlerpublic Object onInterceptor(OnceContextVal invocation) throws Throwable
onInterceptor 在接口中 PluginInterceptorHandlerThrowablepublic void onFinished(OnceContextVal invocationVal, Object result)
onFinished 在接口中 PluginInterceptorHandlerpublic void close()
close 在接口中 PluginInterceptorHandlerpublic int interceptorOrder()
interceptorOrder 在接口中 PluginInterceptorHandlerCopyright © 2025. All rights reserved.