|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LazyCGLIB
Lazy is a place holder interface to indicate that a data object or a Collection in a data object is an Lazy instance. In other words, instances of the objects are not retrieved from the persistence store at load time, but will be materialized when the instance is actually needed/accessed.
Implementations of this class need to provide a writeReplace() methor required during Java serialization.
Method Summary | |
---|---|
java.lang.Class |
interceptedClass()
Returns the Class instance for the class to be intercepted. |
java.lang.Object |
interceptedIdentity()
Returns the identity of the object (class) intercepted. |
java.lang.Object |
writeReplace()
Implementation of writeReplace specific to lazy loading. |
Method Detail |
---|
java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
- If the replace activity failed.java.lang.Class interceptedClass()
java.lang.Object interceptedIdentity()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |