public class NexacroMybatisMetaDataProvider extends Object implements org.apache.ibatis.plugin.Interceptor
Mybatis의 Executor.query(MappedStatement, Object, RowBounds, ResultHandler) plugin으로,
쿼리 실행 시 (List 형태의 select) 데이터가 0건일 경우 컬럼의 메타데이터 정보를 획득한다.
| Constructor and Description |
|---|
NexacroMybatisMetaDataProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(org.apache.ibatis.plugin.Invocation invocation) |
Object |
plugin(Object target) |
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.InterceptorCopyright © 2025. All rights reserved.