public class NexacroMybatisResultSetHandler extends Object implements org.apache.ibatis.plugin.Interceptor
Mybatis의 ResultSetHandler.handleResultSets(Statement) plugin으로 NexacroMybatisMetaDataProvider에서 메타데이터 요청시에만 실행되며,
쿼리를 수행하고 ResultSet으로 부터 DbmsProvider를 이용하여 메타데이터 정보를 획득한다.
| Constructor and Description |
|---|
NexacroMybatisResultSetHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
protected Class<?> |
resolveInterface(Class<?> type) |
void |
setProperties(Properties properties) |
public Object plugin(Object target)
plugin in interface org.apache.ibatis.plugin.Interceptorpublic void setProperties(Properties properties)
setProperties in interface org.apache.ibatis.plugin.Interceptorpublic Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
intercept in interface org.apache.ibatis.plugin.InterceptorThrowableCopyright © 2021. All rights reserved.