Uses of Interface
org.hibernate.proxy.ProxyConfiguration.Interceptor
-
Packages that use ProxyConfiguration.Interceptor Package Description org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.proxy This package defines a framework for lazy-initializing entity proxies.org.hibernate.proxy.pojo.bytebuddy -
-
Uses of ProxyConfiguration.Interceptor in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement ProxyConfiguration.Interceptor Modifier and Type Class Description classPassThroughInterceptor -
Uses of ProxyConfiguration.Interceptor in org.hibernate.proxy
Methods in org.hibernate.proxy with parameters of type ProxyConfiguration.Interceptor Modifier and Type Method Description voidProxyConfiguration. $$_hibernate_set_interceptor(ProxyConfiguration.Interceptor interceptor)Defines an interceptor object that specifies the behavior of the proxy object.static ObjectProxyConfiguration.InterceptorDispatcher. intercept(Object instance, Method method, Object[] arguments, Object stubValue, ProxyConfiguration.Interceptor interceptor)Intercepts a method call to a proxy. -
Uses of ProxyConfiguration.Interceptor in org.hibernate.proxy.pojo.bytebuddy
Classes in org.hibernate.proxy.pojo.bytebuddy that implement ProxyConfiguration.Interceptor Modifier and Type Class Description classByteBuddyInterceptor
-