FetchType.EAGER 즉시 로딩 FetchType.Lazy 지연 로딩 단건일땐 즉시로딩을 하지만 다건일땐 지연로딩을 사용한다. 추천하는 방법은 모든 연산관계에 지연로딩을 사용하는 것이다. optional = false : 내부 조인 optional = true : 외부 조인 --------------------------- 2016.06.29 --------------------------- 위에서 이야기했던 단건일땐 즉시로딩을 하지만, 다건일땐 지연로딩을 사용한다. 라는 것이 디폴트 설정이다. spring security login 서비스 시 userDetails를 커스터마이징 할때 customize 한 user에 OneToMany로 걸려져 있는 어트리뷰트가 있을 때 에러가난다. 이 부분을 확인..
entityManager는 데이터를 저장하고, 수정하고, 삭제하고, 조회하는 등 엔티티와 관련된 모든 일을 처리한다. 이름 그대로 엔티티를 관리하는 관리자다. 개발자 입장에서 EntityManager는 Entity를 저장하는 가상의 데이터베이스로 생각하면 된다. 데이터베이스를 하나만 사용하는 애플리케이션은 일반적으로 EntityManagerFactory를 하나만 생성한다. ex) EntityManagerFactory emf = Persistence.createEntityManagerFactory("jpabook"); EntityManagerFactory 는 EntityManager를 생성하는 공장이다. 엔티티매니저 팩토리는 여러 스레드가 동시에 접근해도 안전하므로 서로 다른 스레드 간에 공유해도 되지만,..

The annotation @Temporal in official javadoc is described like below: This annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar. So when the field variable is a java.util.Date or java.util.Calendar, it MUST be annotated by @Temporal. There are 3 values for @Temporal TemporalType.DATE TemporalType.TIME TemporalType.TIMESTAMP Here is a demo..

jar { manifest { attributes 'Main-Class': 'com.hello.HelloWorld' } } 출처 : https://jjeong.tistory.com/1223 [Gradle] Gradle project 맛보기. Intellij 를 이용한 gradle project 를 생성하는 아주 초보적인 내용입니다. 개인적인 생각으로는 single project 이고 maven 에 익숙하시면 그냥 maven project 로 개발 하시는게 편하실 수 있습니다. Step 0) -.. jjeong.tistory.com runnable jar Gradle – Create a Jar file with dependencies – Mkyong.com By default, Gradle is u..
https://rominirani.com/gradle-tutorial-part-3-multiple-java-projects-5b1c4d1fbd8d 2018.06.21 멀티프로젝트 구성은 위의 링크를 따라서 적용하면 된다. 그런데 spring framework의 공통 모듈은 main method가 없다. 이 부분에 대해서는 gradle 내의 jar 옵션을 좀 수정해주니 정상적으로 작동 되는 것을 알 수 있었다. 우선 다음과 같이 1개의 root project에 3개의 프로젝트가 있다고 가정해보자. root ㄴ common ㄴ main ㄴ sub 이런 형태로 구성이 되어 있다고 했을 때 main과 sub는 common을 각각 공통으로 참조해서 사용하게 된다. 이때 root의 설정은 다음과 같다. settin..

https://guides.gradle.org/building-java-libraries/ Building Java Libraries This guide walks you through the process of using Gradle’s Build Init plugin to produce a JVM library which is suitable for consumption by other JVM libraries and applications. Contents What you’ll build What you’ll need Create a library project Run the init task Review the generat guides.gradle.org 잘 참고해서 정리해보자 -_-;; 뭐냐 ..
_-; 또 문제가 생김. 해결 방법은 아래와 같다. Try using this path: For Windows C:\Users\Sir John Qadir\.gradle\wrapper\dists\gradle-1.6-bin\\gradle-1.6 For UNIX (Debian, Mac etc.) ~\.gradle\wrapper\dists\gradle--\\gradle- https://stackoverflow.com/questions/17623439/gradle-location-is-incorrect-error-while-importing-actionbarsherlock-in-android
gradle project 내 refresh 할때마다 소스 폴더가 사라졌다. 따라서 기본 소스 폴더를 생성하는 방법을 찾아보았다. 링크 https://stackoverflow.com/questions/13334527/how-do-i-set-a-folder-as-a-source-folder-in-eclipse-with-gradle sourceSets { main { java { srcDirs = ["src"] } } } java와 scala 둘다 가능하다.
- Total
- Today
- Yesterday
- spring ExcelView
- POI EXCEL
- JSTL
- java calendar
- java 특정문자 갯수구하기
- java 압축 풀기
- spring property
- 코루틴
- java 설치
- Database#transaction
- Kotlin
- java 폴더구조 구하기
- java 설정
- jstl foreach
- jstl split
- 전자정부프레임워크 tiles
- MyBatis 팁
- github image 첨부시 주의할점
- jstl 커스텀 태그
- POE Excel 만들기
- mybatis Merge
- JSP 세션
- coroutine
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |