net.ontopia.persistence.proxy
Class RDBMSMapping
java.lang.Object
net.ontopia.persistence.proxy.RDBMSMapping
- All Implemented Interfaces:
- ObjectRelationalMappingIF
public class RDBMSMapping
- extends Object
- implements ObjectRelationalMappingIF
INTERNAL: An object relational mapping wrapper class used by the
RDBMS proxy implementation.
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 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(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(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.