#include <RelationalMapping.h>
Public Member Functions | |
OraReferenceMapping (const edm::TypeWithDict &attributeType, TableRegister &tableRegister) | |
void | process (MappingElement &parentElement, const std::string &attributeName, const std::string &attributeNameForSchema, const std::string &scopeNameForSchema) |
~OraReferenceMapping () | |
Public Member Functions inherited from ora::IRelationalMapping | |
virtual | ~IRelationalMapping () |
Private Attributes | |
TableRegister & | m_tableRegister |
edm::TypeWithDict | m_type |
Definition at line 74 of file RelationalMapping.h.
ora::OraReferenceMapping::OraReferenceMapping | ( | const edm::TypeWithDict & | attributeType, |
TableRegister & | tableRegister | ||
) |
Definition at line 222 of file RelationalMapping.cc.
ora::OraReferenceMapping::~OraReferenceMapping | ( | ) |
Definition at line 226 of file RelationalMapping.cc.
|
virtual |
Implements ora::IRelationalMapping.
Definition at line 229 of file RelationalMapping.cc.
|
private |
Definition at line 84 of file RelationalMapping.h.
|
private |
Definition at line 83 of file RelationalMapping.h.