#include <RelationalMapping.h>
Public Member Functions | |
ObjectMapping (const edm::TypeWithDict &attributeType, TableRegister &tableRegister) | |
void | process (MappingElement &parentElement, const std::string &attributeName, const std::string &attributeNameForSchema, const std::string &scopeNameForSchema) |
~ObjectMapping () | |
Public Member Functions inherited from ora::IRelationalMapping | |
virtual | ~IRelationalMapping () |
Private Attributes | |
TableRegister & | m_tableRegister |
edm::TypeWithDict | m_type |
Definition at line 157 of file RelationalMapping.h.
ora::ObjectMapping::ObjectMapping | ( | const edm::TypeWithDict & | attributeType, |
TableRegister & | tableRegister | ||
) |
Definition at line 532 of file RelationalMapping.cc.
ora::ObjectMapping::~ObjectMapping | ( | ) |
Definition at line 536 of file RelationalMapping.cc.
|
virtual |
Implements ora::IRelationalMapping.
Definition at line 587 of file RelationalMapping.cc.
|
private |
Definition at line 167 of file RelationalMapping.h.
|
private |
Definition at line 166 of file RelationalMapping.h.