net.ontopia.persistence.proxy
Class RDBMSMapping

java.lang.Object
  extended by net.ontopia.persistence.proxy.RDBMSMapping
All Implemented Interfaces:
ObjectRelationalMappingIF

public class RDBMSMapping
extends java.lang.Object
implements ObjectRelationalMappingIF

INTERNAL: An object relational mapping wrapper class used by the RDBMS proxy implementation.


Field Summary
protected  java.util.Map class_infos
           
protected  ObjectRelationalMapping mapping
           
 
Constructor Summary
RDBMSMapping(ObjectRelationalMapping mapping)
           
 
Method Summary
 ClassInfoIF getClassInfo(java.lang.Object type)
          INTERNAL: Get the class info by object type.
 ObjectRelationalMapping getMapping()
          INTERNAL: Returns the object relational mapping instance wrapped by this class.
 boolean isDeclared(java.lang.Object type)
          INTERNAL: Returns true if the object type has a class descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapping

protected ObjectRelationalMapping mapping

class_infos

protected java.util.Map class_infos
Constructor Detail

RDBMSMapping

public RDBMSMapping(ObjectRelationalMapping mapping)
Method Detail

getMapping

public ObjectRelationalMapping getMapping()
INTERNAL: Returns the object relational mapping instance wrapped by this class.


getClassInfo

public ClassInfoIF getClassInfo(java.lang.Object type)
Description copied from interface: ObjectRelationalMappingIF
INTERNAL: Get the class info by object type.

Specified by:
getClassInfo in interface ObjectRelationalMappingIF

isDeclared

public boolean isDeclared(java.lang.Object type)
Description copied from interface: ObjectRelationalMappingIF
INTERNAL: Returns true if the object type has a class descriptor.

Specified by:
isDeclared in interface ObjectRelationalMappingIF


Copyright © 2000-2012 Ontopia.