org.neodatis.odb.impl.core.server.layers.layer1
Class ServerObjectIntrospector

java.lang.Object
  extended by org.neodatis.odb.impl.core.layers.layer1.introspector.LocalObjectIntrospector
      extended by org.neodatis.odb.impl.core.server.layers.layer1.ServerObjectIntrospector
All Implemented Interfaces:
IObjectIntrospector

public class ServerObjectIntrospector
extends LocalObjectIntrospector


Field Summary
 
Fields inherited from class org.neodatis.odb.impl.core.layers.layer1.introspector.LocalObjectIntrospector
classIntrospector, storageEngine
 
Constructor Summary
ServerObjectIntrospector(IStorageEngine storageEngine)
           
 
Method Summary
 
Methods inherited from class org.neodatis.odb.impl.core.layers.layer1.introspector.LocalObjectIntrospector
buildNnoi, clear, getClassIntrospector, getMetaRepresentation, getNativeObjectInfoInternal, getObjectInfo, getObjectInfoInternal, objectHasChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerObjectIntrospector

public ServerObjectIntrospector(IStorageEngine storageEngine)