※ 부서는 상위 부서정보를 갖고 N명의 멤버 정보를 갖는다 @Data@Entity@Table(name = "dept")public class Department implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue @Column(name = "dept_id") private int deptId; @Column(name = "pdept_id") private int pdeptId; @Column(name = "mem_id") private int memId; @OneToMany(fetch=FetchType.EAGER, cascade = CascadeType.ALL) @Fetch(FetchMo..
※부서는 하위 부서정보를 갖는다. @Data@Entity@Table(name = "dept")public class Department implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue @Column(name = "dept_id") private int deptId; @Column(name = "pdept_id") private int pdeptId; @Column(name = "mem_id") private int memId; @OneToMany(fetch=FetchType.EAGER, cascade = CascadeType.ALL) @JoinColumn(name = "pdept_id..
- Total
- Today
- Yesterday
- Elasticsearch
- JPA 오류
- #csvreader
- org.hibernate.LazyInitializationException
- iTerm
- cloudsearch 비용
- could not initialize proxy - no Session
- ojdbc7
- aws cloudsearch
- db connect
- CloudSearch
- 서버 환경변수
- tomcat
- 계층형
- JoinColumn
- OneToMany
- Big xml 파싱
- 엘라스틱서치
- getdate
- oracle12
- Python
- StAX
- JPA
- 단축키
- timestamp
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |