Class NexacroMybatisResultSetHandler
java.lang.Object
com.nexacro.uiadapter17.jakarta.dao.mybatis.NexacroMybatisResultSetHandler
- All Implemented Interfaces:
org.apache.ibatis.plugin.Interceptor
public class NexacroMybatisResultSetHandler
extends Object
implements org.apache.ibatis.plugin.Interceptor
Mybatis의 ResultSetHandler.handleResultSets(Statement) plugin으로 NexacroMybatisMetaDataProvider에서 메타데이터 요청시에만 실행되며,
쿼리를 수행하고 ResultSet으로 부터 DbmsProvider를 이용하여 메타데이터 정보를 획득한다.
- Since:
- 10.13.2015
- Version:
- 1.0
- Author:
- Park SeongMin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintercept(org.apache.ibatis.plugin.Invocation invocation) protected Class<?>resolveInterface(Class<?> type) voidsetProperties(Properties properties)
-
Constructor Details
-
NexacroMybatisResultSetHandler
public NexacroMybatisResultSetHandler()
-
-
Method Details
-
plugin
- Specified by:
pluginin interfaceorg.apache.ibatis.plugin.Interceptor
-
setProperties
- Specified by:
setPropertiesin interfaceorg.apache.ibatis.plugin.Interceptor
-
intercept
- Specified by:
interceptin interfaceorg.apache.ibatis.plugin.Interceptor- Throws:
Throwable
-
resolveInterface
-