net.ontopia.persistence.proxy
Interface ObjectRelationalMappingIF

All Known Implementing Classes:
RDBMSMapping

public interface ObjectRelationalMappingIF

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


Method Summary
 ClassInfoIF getClassInfo(java.lang.Object type)
          INTERNAL: Get the class info by object type.
 boolean isDeclared(java.lang.Object type)
          INTERNAL: Returns true if the object type has a class descriptor.
 

Method Detail

getClassInfo

ClassInfoIF getClassInfo(java.lang.Object type)
INTERNAL: Get the class info by object type.


isDeclared

boolean isDeclared(java.lang.Object type)
INTERNAL: Returns true if the object type has a class descriptor.



Copyright © 2000-2012 Ontopia.