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 |
Tags
- vuecomponent
- JPA DB 다중 Connection
- @Builder @NoArgsConstructor
- AllArgsConstructor
- spring mapper annotation
- spring mapper
- Spring JPA Specification
- Spring
- repository annotation
- Data Annotation
- JAVA Exception 종류
- spring JPA DB multi Connection
- spring repository
- JpaRepository update
- NoArgsConstructor
- Vue
- JPA DB Connection 다중
- mapper annotationo
- 도커 logs
- spring JPA DB Connection
- doker logs tail
- spring DB Connection
- 자바버그수정
- 도커 컨테이너 로그
- Transactions Propagation Option
- spring @mapper
- docker 로그
- 도커 로그 확인
- vueslot
- CrudRepository update
Archives
- Today
- Total
목록mapper annotationo (1)
개발을 잘하고 싶은 개발자
[Spring] @Mapper 너는 누구니?
xml 기반의 mapper를 사용할 때 /* query */ 이런 식으로 mapper 태그 안에 쿼리를 넣어 사용한다 But, 방식으로 DB의 데이터를 객체로 매핑시켜 데이터를 접근하는 ORM 방식을 사용해보면서 @Mapper를 사용하게 되었다 https://codingnojam.tistory.com/27 여기 블로그에 아주 잘 설명을 해주셨고 많은 도움이 되어 참고를 해본다 https://mybatis.org/mybatis-3/ko/apidocs/index.html @Mapper의 API 문서를 찾아보니 Maker interface for MyBatis mappers 라고 한다 => "MyBatis 매퍼용 메이커 인터페이스" 그럼 MyBatis 문서에서 확인해 본다 https://mybatis.org/..
Backend/spring
2021. 8. 8. 21:20