HHH-8815 Updated example code for session scoped interceptor

This commit is contained in:
Evan Severson 2013-08-21 12:48:42 -07:00 committed by Brett Meyer
parent 5a78f26d3b
commit bb622e167f
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Session session = sf.withOptions( new AuditInterceptor() ).openSession();
Session session = sf.withOptions().interceptor( new AuditInterceptor() ).openSession();