Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- gradle
- Linux
- Windows
- BPMN
- Git
- JPA
- springboot
- nodejs
- database
- intellijIDEA
- Spring
- gson
- Java
- Kubernetes
- VSCode
- mybatis
- LOG4J
- sapfiorielements
- dbeaver
- nginx
- JavaScript
- IntelliJ
- MySQL
- tibero
- docker
- react
- maven
- useEffect
- log4j2
- NCP
Archives
- Today
- Total
두 손끝의 창조자
mybatis mapper id로 result type 가져오기 본문
MappedStatement mappedStatement = sqlSession.getConfiguration().getMappedStatement(s);
List<ResultMap> resultMaps = mappedStatement.getResultMaps();
ResultMap resultMap = resultMaps.get(0);
Class<?> type = resultMap.getType();
반응형
Comments