Interface IntroducedHibernateProxy
- All Superinterfaces:
HibernateProxy
,PrimeAmongSecondarySupertypes
,Serializable
Introduced
HibernateProxy
interface to register an interceptor.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
$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
-