Skip to content

Commit

Permalink
Add Hibernate ORM content
Browse files Browse the repository at this point in the history
  • Loading branch information
Keesun Baik (a.k.a, Whiteship) committed Apr 18, 2018
1 parent 09c1175 commit 3fa990e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions hibernate-orm-reference-coding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 하이버네이트 ORM 레퍼런스 코딩

## 참고

[하이버네이트 ORM 레퍼런스](http://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html)
[유툽/백기선/하이버네이트ORM](https://www.youtube.com/playlist?list=PLfI752FpVCS8BIvtsPyKGY50a5vH-3xw-)

## 유툽 인덱스

### 하이버네이트 ORM Day 1. Entity 타입과 Value 타입 그리고 @Basic

[![하이버네이트 ORM Day 1. Entity 타입과 Value 타입 그리고 @Basic](https://img.youtube.com/vi/Y0tUaidXRqo/0.jpg)](https://youtu.be/Y0tUaidXRqo)

* Spring Boot와 Spring Data JPA 기반의 간략한 테스트용 프로젝트 (플레이 그라운드 처럼 쓰실 수 있습니다.)
* http://github.com/keesun/study
* 엔티티 타입과 벨류 타입이 뭐냐 뭔 차이냐..
* 베이직 타입이라는건 뭐냐..
* @Basic 애노테이션으로 설정할 수 있는 값들은 뭔지..
* Spring Data Repository를 사용해서 간단한 CRUD 테스트 작성해보기

0 comments on commit 3fa990e

Please sign in to comment.