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 TypeMethodDescriptionvoid$registerInterceptor(io.micronaut.aop.MethodInterceptor<Object, Object> interceptor) Methods inherited from interface org.hibernate.proxy.HibernateProxy
asHibernateProxy, getHibernateLazyInitializer, writeReplaceMethods inherited from interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
asCompositeOwner, asCompositeTracker, asManaged, asManagedComposite, asManagedEntity, asManagedMappedSuperclass, asPersistentAttributeInterceptable, asProxyConfiguration, asSelfDirtinessTracker
-
Method Details
-
$registerInterceptor
-