Package | Description |
---|---|
org.hibernate.bytecode.internal.bytebuddy |
Byte Buddy support internals
|
org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
org.hibernate.proxy.pojo.bytebuddy |
Modifier and Type | Class and Description |
---|---|
class |
PassThroughInterceptor |
Modifier and Type | Method and Description |
---|---|
void |
ProxyConfiguration.$$_hibernate_set_interceptor(ProxyConfiguration.Interceptor interceptor)
Defines an interceptor object that specifies the behavior of the proxy object.
|
static java.lang.Object |
ProxyConfiguration.InterceptorDispatcher.intercept(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Object[] arguments,
java.lang.Object stubValue,
ProxyConfiguration.Interceptor interceptor)
Intercepts a method call to a proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBuddyInterceptor |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.