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