mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
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…
x
Reference in New Issue
Block a user