|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.odmg.Image
public abstract class Image
This class encapsulates classes used to take persistence capable object state snapshoot and to detect changed fields or references.
Nested Class Summary | |
---|---|
static class |
Image.Field
|
static class |
Image.ImageException
Thrown if something unexpected is happen when handling the object images for state detection. |
static interface |
Image.ImageListener
|
static class |
Image.MultipleRef
|
static class |
Image.SingleRef
|
Method Summary | |
---|---|
abstract void |
cleanup(boolean reuse)
|
abstract boolean |
modified(Image other)
|
void |
performReferenceDetection(Image oldImage)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract void cleanup(boolean reuse)
public abstract boolean modified(Image other)
public void performReferenceDetection(Image oldImage)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |