사용자 도구

사이트 도구


java:hibernate:annotations

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
java:hibernate:annotations [2018/10/04 11:10]
kwon37xi [@org.hibernate.annotations.Immutable]
java:hibernate:annotations [2022/01/20 03:42] (현재)
kwon37xi [@org.hibernate.annotations.DynamicUpdate]
줄 1: 줄 1:
 ====== Hibernate Annotations ====== ====== Hibernate Annotations ======
-하이버네이트 전용 어노테이션들+  * 하이버네이트 전용 어노테이션들 
 +  * [[https://dzone.com/articles/all-hibernate-annotations-mapping-annotations|All Hibernate Annotations: Mapping Annotations - DZone Java]]
  
 ===== CRUD 쿼리 직접 지정 ===== ===== CRUD 쿼리 직접 지정 =====
줄 72: 줄 73:
   * ''update'' 구문 생성시 변경된 것에 대해서만 생성한다.   * ''update'' 구문 생성시 변경된 것에 대해서만 생성한다.
   * [[http://www.mkyong.com/hibernate/hibernate-dynamic-update-attribute-example/|Hibernate – dynamic-update attribute example]]   * [[http://www.mkyong.com/hibernate/hibernate-dynamic-update-attribute-example/|Hibernate – dynamic-update attribute example]]
 +  * [[https://thorben-janssen.com/dynamic-inserts-and-updates-with-spring-data-jpa/|Dynamic Inserts and Updates with Spring Data JPA]]
 ===== @org.hibernate.annotations.Immutable ===== ===== @org.hibernate.annotations.Immutable =====
   * [[https://docs.jboss.org/hibernate/orm/5.0/javadocs/org/hibernate/annotations/Immutable.html|@org.hibernate.annotations.Immutable]]   * [[https://docs.jboss.org/hibernate/orm/5.0/javadocs/org/hibernate/annotations/Immutable.html|@org.hibernate.annotations.Immutable]]
줄 82: 줄 83:
 hibernate.query.immutable_entity_update_query_handling_mode=exception hibernate.query.immutable_entity_update_query_handling_mode=exception
 </code> </code>
 +    * [[https://github.com/hibernate/hibernate-orm/pull/2216|HHH-12387 - Immutable entities can be updated via bulk update queries by vladmihalcea · Pull Request #2216 · hibernate/hibernate-orm]]
 +
  
 ===== @org.hibernate.annotations.OptimisticLocking ===== ===== @org.hibernate.annotations.OptimisticLocking =====
java/hibernate/annotations.1538619048.txt.gz · 마지막으로 수정됨: 2018/10/04 11:10 저자 kwon37xi