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.javassist |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSerializableProxy.setReadOnlyBeforeAttachedToSession(AbstractLazyInitializer li)
Set the read-only/modifiable setting from this object in an AbstractLazyInitializer.
|
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 |
JavassistLazyInitializer
A Javassist-based lazy initializer proxy.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.