이제 Hibernate와 연동된 모델을 Dao 와 Service 클래스를 생성하여 사용합니다.
Dao의 Interface를 만들어주고~!
구현클래스 생성
Service도 마찬가지로 Interface와 구현 클래스를 만들어줍니다.
applicationContext-hibernate.xml 에 설정~!
'Development > Web & Server' 카테고리의 다른 글
[HIbernate] Object 삭제가 안될때.... (0) | 2013.10.24 |
---|---|
[Spring Framework] Spring + Hibernate으로 JSON 출력하기 (5) - Controller 출력하기 (최종 프로젝트 파일 첨부) (0) | 2013.10.22 |
[Spring Framework] Spring + Hibernate으로 JSON 출력하기 (3) - Mapping 하기 (0) | 2013.10.22 |
[Spring Framework] Spring + Hibernate으로 JSON 출력하기 (2) - Hibernate Setting (0) | 2013.10.22 |
[Vert.x] 간단 예제 (소켓 연결후 메시지 전달) (0) | 2013.10.22 |