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 Object |
ProxyConfiguration.InterceptorDispatcher.intercept(Object instance,
Method method,
Object[] arguments,
Object stubValue,
ProxyConfiguration.Interceptor interceptor)
Intercepts a method call to a proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBuddyInterceptor |
Copyright © 2019 JBoss by Red Hat. All rights reserved.