Package net.ontopia.persistence.proxy
Class RDBMSMapping
java.lang.Object
net.ontopia.persistence.proxy.RDBMSMapping
- All Implemented Interfaces:
ObjectRelationalMappingIF
INTERNAL: An object relational mapping wrapper class used by the
RDBMS proxy implementation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<Object,ClassInfoIF> protected ObjectRelationalMapping -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassInfo(Class<?> type) INTERNAL: Get the class info by object type.INTERNAL: Returns the object relational mapping instance wrapped by this class.booleanisDeclared(Class<?> type) INTERNAL: Returns true if the object type has a class descriptor.
-
Field Details
-
mapping
-
class_infos
-
-
Constructor Details
-
RDBMSMapping
-
-
Method Details
-
getMapping
INTERNAL: Returns the object relational mapping instance wrapped by this class. -
getClassInfo
Description copied from interface:ObjectRelationalMappingIFINTERNAL: Get the class info by object type.- Specified by:
getClassInfoin interfaceObjectRelationalMappingIF
-
isDeclared
Description copied from interface:ObjectRelationalMappingIFINTERNAL: Returns true if the object type has a class descriptor.- Specified by:
isDeclaredin interfaceObjectRelationalMappingIF
-