HHH-8815 Updated example code for session scoped interceptor
This commit is contained in:
parent
a69c6c7dff
commit
f21a84ded6
|
@ -1 +1 @@
|
|||
Session session = sf.withOptions( new AuditInterceptor() ).openSession();
|
||||
Session session = sf.withOptions().interceptor( new AuditInterceptor() ).openSession();
|
||||
|
|
Loading…
Reference in New Issue