문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
java:hibernate:interceptor [2014/02/21 14:54] kwon37xi 새로 만듦 |
java:hibernate:interceptor [2022/05/16 16:37] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Hibernate Interceptor with JPA ====== | ====== Hibernate Interceptor with JPA ====== | ||
| - | http:// | + | * http:// |
| - | http:// | + | |
| + | * [[https:// | ||
| - | onPrepareStatement 를 통해 쿼리를 변경하는것이 가능하다. | + | |
| + | (아마도 Hibernate 3.3부터 추가된) | ||
| http:// | http:// | ||
| with JPA | with JPA | ||
| - | http:// | + | * http:// |
| - | http:// | + | |
| - | http:// | + | |
| - | http:// | + | |
| + | |||
| + | JPA에서는 ''< | ||
| + | |||
| + | |||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | ===== hibernate.session_factory.interceptor ===== | ||
| + | * '' | ||
| + | * 따라서 각 세션에 특화된 공유 정보를 가지면 안된다. | ||
| + | |||
| + | ===== hibernate.session_factory.session_scoped_interceptor ===== | ||
| + | * '' | ||