Uses of Interface
org.hibernate.proxy.ProxyConfiguration.Interceptor
Packages that use ProxyConfiguration.Interceptor
Package
Description
Byte Buddy support internals
This package defines a framework for lazy-initializing entity proxies.
-
Uses of ProxyConfiguration.Interceptor in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement ProxyConfiguration.Interceptor -
Uses of ProxyConfiguration.Interceptor in org.hibernate.proxy
Methods in org.hibernate.proxy with parameters of type ProxyConfiguration.InterceptorModifier and TypeMethodDescriptionvoid
ProxyConfiguration.$$_hibernate_set_interceptor
(ProxyConfiguration.Interceptor interceptor) Defines an interceptor object that specifies the behavior of the proxy object.static Object
ProxyConfiguration.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