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 a69c6c7dff
commit f21a84ded6
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();