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 |
|---|---|
String |
getIgnoreMybatisColumnCase() |
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
protected Class<?> |
resolveInterface(Class<?> type) |
void |
setIgnoreMybatisColumnCase(String property) |
void |
setProperties(Properties properties) |
public void setIgnoreMybatisColumnCase(String property)
public String getIgnoreMybatisColumnCase()
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 © 2025. All rights reserved.