com.agfa.hap.sdo
Class ReachableDefinition

java.lang.Object
  extended by com.agfa.hap.sdo.ReachableDefinition
All Implemented Interfaces:
SnapshotDefinition

Deprecated.

@Deprecated
public class ReachableDefinition
extends java.lang.Object
implements SnapshotDefinition

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)

Author:
AMOCZ

Constructor Summary
ReachableDefinition()
          Deprecated.  
 
Method Summary
<T> void
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

ReachableDefinition

public ReachableDefinition()
Deprecated. 
Method Detail

visit

public <T> void visit(DataMapper<T> mapper,
                      ObjectPropertyVisitor visitor,
                      T root)
           throws java.lang.Exception
Deprecated. 
Description copied from interface: SnapshotDefinition
Visits all properties of the object that are part of the definition.

Specified by:
visit in interface SnapshotDefinition
Throws:
java.lang.Exception


Copyright © 2007. All Rights Reserved.