Interface IntroducedHibernateProxy

  • All Superinterfaces:
    HibernateProxy, java.io.Serializable

    @Internal
    public interface IntroducedHibernateProxy
    extends HibernateProxy
    Introduced HibernateProxy interface to register an interceptor.
    Since:
    3.3.0
    Author:
    Denis Stepanov
    • Method Detail

      • $registerInterceptor

        void $registerInterceptor​(io.micronaut.aop.MethodInterceptor<java.lang.Object,​java.lang.Object> interceptor)