Interface InterceptorFactory
- All Known Implementing Classes:
InterceptorFactoryImpl
public interface InterceptorFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.Interceptor
createInterceptor
(boolean forNestedSession) Creates anInterceptor
for aSession
-
Method Details
-
createInterceptor
org.hibernate.Interceptor createInterceptor(boolean forNestedSession) Creates anInterceptor
for aSession
- Parameters:
forNestedSession
- if it is a nested session (used in event listeners)- Returns:
- the interceptor
-