* hierarchy.
*/
protected void processInheritance() {
// Process the inheritance metadata.
if (m_inheritance == null) {
new InheritanceMetadata(getAnnotation(Inheritance.class), getAccessibleObject()).process(getDescriptor());
} else {
m_inheritance.process(getDescriptor());
}
// Process the discriminator column metadata.