Interface IntroducedHibernateProxy

All Superinterfaces:
org.hibernate.proxy.HibernateProxy, org.hibernate.engine.spi.PrimeAmongSecondarySupertypes, Serializable

@Internal public interface IntroducedHibernateProxy extends org.hibernate.proxy.HibernateProxy
Introduced HibernateProxy interface to register an interceptor.
Since:
3.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    $registerInterceptor(io.micronaut.aop.MethodInterceptor<Object,Object> interceptor)
     

    Methods inherited from interface org.hibernate.proxy.HibernateProxy

    asHibernateProxy, getHibernateLazyInitializer, writeReplace

    Methods inherited from interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes

    asCompositeOwner, asCompositeTracker, asManaged, asManagedComposite, asManagedEntity, asManagedMappedSuperclass, asPersistentAttributeInterceptable, asProxyConfiguration, asSelfDirtinessTracker
  • Method Details

    • $registerInterceptor

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