Interface InterceptorFactory

All Known Implementing Classes:
InterceptorFactoryImpl

public interface InterceptorFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.Interceptor
    createInterceptor(boolean forNestedSession)
    Creates an Interceptor for a Session
  • Method Details

    • createInterceptor

      org.hibernate.Interceptor createInterceptor(boolean forNestedSession)
      Creates an Interceptor for a Session
      Parameters:
      forNestedSession - if it is a nested session (used in event listeners)
      Returns:
      the interceptor