Interface IntroducedHibernateProxy
-
- All Superinterfaces:
HibernateProxy
,java.io.Serializable
@Internal public interface IntroducedHibernateProxy extends HibernateProxy
IntroducedHibernateProxy
interface to register an interceptor.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
$registerInterceptor(io.micronaut.aop.MethodInterceptor<java.lang.Object,java.lang.Object> interceptor)
-
Methods inherited from interface org.hibernate.proxy.HibernateProxy
getHibernateLazyInitializer, writeReplace
-
-