接口的使用
org.hibernate.proxy.ProxyConfiguration.Interceptor
-
使用ProxyConfiguration.Interceptor的程序包 程序包 说明 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 -
-
org.hibernate.bytecode.internal.bytebuddy中ProxyConfiguration.Interceptor的使用
实现ProxyConfiguration.Interceptor的org.hibernate.bytecode.internal.bytebuddy中的类 修饰符和类型 类 说明 classPassThroughInterceptor -
org.hibernate.proxy中ProxyConfiguration.Interceptor的使用
参数类型为ProxyConfiguration.Interceptor的org.hibernate.proxy中的方法 修饰符和类型 方法 说明 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. -
org.hibernate.proxy.pojo.bytebuddy中ProxyConfiguration.Interceptor的使用
实现ProxyConfiguration.Interceptor的org.hibernate.proxy.pojo.bytebuddy中的类 修饰符和类型 类 说明 classByteBuddyInterceptor
-