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 | 31 |
Tags
- spring-webmvc
- docker
- REST API
- 코드 리뷰
- ApplicationPidFileWriter
- SuperTypeToken
- Spring
- JUnit
- Spring Data JPA
- 톰캣
- IntelliJ
- spring bean
- JPA mapping
- spring-mvc
- batch
- 세미나
- spring boot tomcat
- spring jpa
- spring boot
- spring pid
- JPA
- Spring Batch
- spring camp
- static inner class
- tomcat
- Spring Data REST
- spring batch 코드
- ORM
- non static inner class
- Data REST
- Today
- 55
- Total
- 604,388
목록2018/05/24 (1)
woniper
Spring Data JPA 같은 이름, 다른 type인 2개의 @Entity인 경우 주의 사항
가정 하나의 project에 의미가 다른 2개의 Event라는 @Entity가 필요하다. 당연히 package 경로는 다르다. 하나는 net.woniper.data.jpa.event1.Event (이하 event1) 하나는 net.woniper.data.jpa.event2.Event (이하 event2) package만 다르며, 클래스 명은 같다. 각각의 Event는 Repository가 존재한다. net.woniper.data.jpa...
Spring
2018.05.24 12:30