net.ontopia.persistence.proxy
Class RDBMSMapping
java.lang.Object
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.
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 |
mapping
protected ObjectRelationalMapping mapping
class_infos
protected java.util.Map class_infos
RDBMSMapping
public RDBMSMapping(ObjectRelationalMapping mapping)
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.