| Package | Description |
|---|---|
| org.hibernate.proxy |
This package defines a framework for lazy-initializing
entity proxies.
|
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo | |
| org.hibernate.proxy.pojo.bytebuddy | |
| org.hibernate.proxy.pojo.javassist |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSerializableProxy.afterDeserialization(AbstractLazyInitializer li)
Initialize an
AbstractLazyInitializer after deserialization. |
protected void |
AbstractSerializableProxy.setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer li)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapLazyInitializer
Lazy initializer for "dynamic-map" entity representations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicLazyInitializer
Lazy initializer for POJOs
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBuddyInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
JavassistLazyInitializer
A Javassist-based lazy initializer proxy.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.