@Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="prepare",args={java.sql.Connection.class,java.lang.Integer.class}) @Signature(type=org.apache.ibatis.executor.parameter.ParameterHandler.class,method="setParameters",args=java.sql.PreparedStatement.class)
public class RecordTimeHandler
extends AbstractSqlParserHandler
implements org.apache.ibatis.plugin.Interceptor
| Modifier and Type | Class and Description |
|---|---|
class |
RecordTimeHandler.QuotationTimestampValue |
| Constructor and Description |
|---|
RecordTimeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
void |
setProperties(Properties properties) |
allowProcess, doFilter, parser, processDelete, processInsert, processParser, processSelectBody, processUpdatepublic Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept in interface org.apache.ibatis.plugin.InterceptorThrowablepublic Object plugin(Object target)
plugin in interface org.apache.ibatis.plugin.Interceptorpublic void setProperties(Properties properties)
setProperties in interface org.apache.ibatis.plugin.InterceptorCopyright © 2021. All rights reserved.