반응형
- collection: 1:N관계 테이블 join시
- association: 1:1관계 테이블 join시
실제테이블 아닌 view나 subquery로 join시에도 적용되는지?
반응형
'java, mybatis' 카테고리의 다른 글
<if test="cond_isHarvestKg != null and cond_isHarvestKg != '' and cond_isHarvestKg != 'Y'"> 에러발생 (0) | 2024.01.03 |
---|---|
where A in B: foreach 사용시 B!=null, B!=''만 체크하면 B=[]일때는 체크안됨 ->B.isEmpty(), B.size()>0 조건추가필요 (0) | 2023.12.13 |
mybatis (0) | 2022.04.23 |
mybatis resultType (0) | 2022.04.23 |
mybatis 사용이유 (0) | 2022.04.23 |