일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 포트
- appspec
- 컨테이너실행
- 테스트메소드
- 예약
- 외부키
- ㅔㄴ션
- docker명령어
- subquery
- 적용우선순위
- ubuntu
- querydsl
- MySQL
- application.yml
- 네이티브쿼리
- 메세지수정
- 2 > /dev/null
- 커밋메세지수정
- 추후정리
- Query
- WeNews
- 검색
- 서브쿼리
- 테스트
- AuthenticationEntryPoint
- 참조키
- 메소드명
- foreignkey
- appspec.yml
- EC2
Archives
- Today
- Total
제뉴어리의 모든것
DAO, DTO, Entity Class 차이와 정의, 예시 본문
- DAO
실제로 DB에 접근하는 객체.
Service와 DB를 연결하는 고리역할.
- DTO
계층간 데이터 교환을 위한 객체(Java Beans).
즉, DB 데이터가 Presentation Logic Tier로 넘어오게 될때는 DTO의 모습으로 바껴서 오가는것.
- Entity Class
실제 DB 테이블과 매칭되는 클래스.
[DAO] DAO, DTO, Entity Class의 차이 - Heee's Development Blog (gmlwjd9405.github.io)
'Spring Boot' 카테고리의 다른 글
@RequiredArgsConstructor 와 final의 관계 (0) | 2021.01.16 |
---|---|
Service란, @Autowired @Service 에 의한 Service 객체 생성 (0) | 2021.01.16 |
[spring] Spring boot 기본 경로와 기타 설정 [유용] (0) | 2021.01.15 |
[Spring] @Controller와 @RestController 차이 [출처 유용] (0) | 2021.01.15 |
Controller에서 Redirect할때 (0) | 2021.01.15 |