org.neodatis.odb.impl.core.layers.layer1.introspector
Class GetDependentObjectIntrospectingCallback

java.lang.Object
  extended by org.neodatis.odb.impl.core.layers.layer1.introspector.GetDependentObjectIntrospectingCallback
All Implemented Interfaces:
IIntrospectionCallback

public class GetDependentObjectIntrospectingCallback
extends java.lang.Object
implements IIntrospectionCallback

Author:
olivier

Constructor Summary
GetDependentObjectIntrospectingCallback()
           
 
Method Summary
 java.util.Collection<java.lang.Object> getObjects()
           
 boolean objectFound(java.lang.Object o)
          Called when the introspector find a non native object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDependentObjectIntrospectingCallback

public GetDependentObjectIntrospectingCallback()
Method Detail

objectFound

public boolean objectFound(java.lang.Object o)
Description copied from interface: IIntrospectionCallback
Called when the introspector find a non native object.

Specified by:
objectFound in interface IIntrospectionCallback
Returns:
true to continue going recursively, false do not go deeper

getObjects

public java.util.Collection<java.lang.Object> getObjects()