태그>hibernate(총 56개의 글)
'hibernate' 관련 최근글
-
- [JPA] Hibernate MultipleBagFetchExcepti..
-
IT개발자의 월세방 || Developer's Gyang blog by 혀비|2020/05/07 14:21
Entity 선언하는데. 에러가 또 나왔다. org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags: .이건 또 뭔 소리인지. *참고 링크1] https://perfecta..
- [JPA] Hibernate MultipleBagFetchExcepti..
-
- smartfox + hibernate + mysql 설정을 eclipse의 gradle로 관리
-
프로그래밍 공부하자 by 후냄의 프로그래밍|2017/03/10 11:53
설명에 앞서서 테스트를 위한 환경으로 hibernate, mysql 등 library 기능을 제공하는 프로젝트 한개와, 그 library를 이용하는 프로젝트 하나로 총 두개의 프로젝트를 만들어 multi-project 설정을하고 테스트를 해 볼 것이다. 1. eclipse - gradle 환경 설정 eclipse - hel..
- smartfox + hibernate + mysql 설정을 eclipse의 gradle로 관리
-
- hibernate + eclipse 설정 (maven)
-
프로그래밍 공부하자 by 후냄의 프로그래밍|2017/03/07 15:31
1. eclipse -> file -> new -> other 클릭 2. maven project 검색 및 선택 3. create a simple project 체크 4. group id, artifact id 입력, finish 클릭 5. 만들어진 maven project 선택 -> porm.xml 선택 -> porm.xml탭 클릭 후 설정 추가 입력 ..
- hibernate + eclipse 설정 (maven)
-
- aws + SmartFoxServer 2x + hibernate + mysql + ujnity3d 환경 구축
-
프로그래밍 공부하자 by 후냄의 프로그래밍|2017/02/06 16:10
1. SmartFoxServer 2x 설치 smartfoxserver 홈페이지에서 smartfoxserver 2x 를 다운받는다 (linux) aws로 파일을 복사한다. aws에서 압축을 풀어주면 SmartFoxServer_2X 폴더가 생긴다. 2. SmartFoxServer 2x 업데이트 smartfoxserver 홈페이지에서 update..
- aws + SmartFoxServer 2x + hibernate + mysql + ujnity3d 환경 구축
-
- 동적 Native SQL 생성 어떻게 할까 - Freemarker Dynamic QL Builder
-
까먹지말자! by 권남|2015/11/27 00:44
나는 ORM 그중에서 JPA/Hibernate를 주로 사용하는 사람이다. 작년 이맘때쯤 꽤 오래된 DB 구조에 iBatis로 만들어진 프로젝트를 JPA로 전환하는 작업을 했는데, 그 와중에 딱 한 개의 쿼리가 도저히 Native SQL을 사용하지 않으면 안되는데, 게다가 매우 동적이라 WHERE ..
java, freemarker, sql, query, mybatis
- 동적 Native SQL 생성 어떻게 할까 - Freemarker Dynamic QL Builder
-
- hibernate lazy initialization exception
-
공부가 본업. by 언제나19|2012/11/16 12:50
org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.ctb.lunchmate.person.domain.Person.restaurants, no session or session was closed at org.hibernate.collection.AbstractPersisten..
- hibernate lazy initialization exception
-
- get is not valid without active transaction hibernate spring dao
-
공부가 본업. by 언제나19|2012/11/14 23:09
org.hibernate.HibernateException: get is not valid without active transaction at org.hibernate.context.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:340) at $Proxy29.g..
- get is not valid without active transaction hibernate spring dao
-
- InvalidDataAccessApiUsageException CascadeType
-
공부가 본업. by 언제나19|2012/11/14 22:49
org.springframework.dao.InvalidDataAccessApiUsageException: object references an unsaved transient instance - save the transient instance before flushing: com.ctb.lunchmate.restaurant.domain.Restaurant; nested exce..
- InvalidDataAccessApiUsageException CascadeType
-
- Hibernate maven spring
-
공부가 본업. by 언제나19|2012/10/27 17:24
hibernate maven springhttp://cnapagoda.blogspot.jp/2010/01/spring-hibernate-maven-project-part-1.html hibernate mavenhttp://ironheel.tistory.com/30 hibernate onlyvideo tutorialshttp://javabrains.koushik.org/p/hibernate.html
- Hibernate maven spring
-
- SpringMvc : WebArgumentResolver - LAZY fetching
-
hello hello how low. by nope|2012/09/18 19:20
spring-data, JPA2.0, hibernate를 사용해서 간만에 즐겁게 개발중이다.말로만 듣던 ORM이라는것이 이렇게 아름답고 멋진 것이었나.물론 러닝커브를 체감하지만 그저 신통방통 재미있기만 하다.아무튼.jpa 사용시 뷰(jsp)에서 lazy-fetching 이 안되는 문제를 xxx..
- SpringMvc : WebArgumentResolver - LAZY fetching
-
- [초급] Spring - Hibernate 연동 체험기
-
알팅스님의 개발 스토리 by 알팅스|2012/08/22 17:07
에버노트에서 작성 후 블로깅을 하였는데, 온갖 텍스트가 깨져서 나와버린다;zip파일로 project를 공유하니 파일로 확인부탁드립니다. ㅠㅠ 메일 주소 남겨주시면 메일로 내용 드릴게요. egloos 자체의 블로그 내용 처리 방식이 문제네요. white 방식이 아니라 black방식을..
- [초급] Spring - Hibernate 연동 체험기