|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.agfa.hap.sdo.ReachableDefinition
@Deprecated public class ReachableDefinition
SnapshotDefinition
that includes everything that is reachable
from the root object.
starting from the root object all child properties are visited
properties that are considered "proxy" by the datamapper are
visited as proxies and will be serialized as sdo . (ie when using a HibernateDataMapper lazily retrieved objects that are "unitialized"
will be serialized as a sdo proxy)
Constructor Summary | |
---|---|
ReachableDefinition()
Deprecated. |
Method Summary | ||
---|---|---|
|
visit(DataMapper<T> mapper,
ObjectPropertyVisitor visitor,
T root)
Deprecated. Visits all properties of the object that are part of the definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReachableDefinition()
Method Detail |
---|
public <T> void visit(DataMapper<T> mapper, ObjectPropertyVisitor visitor, T root) throws java.lang.Exception
SnapshotDefinition
visit
in interface SnapshotDefinition
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |