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