addTablePerTenantDescriptor(descriptor);
}
//check if inheritance is involved in aggregate relationship, and let the parent know the child descriptor
if (descriptor.isDescriptorTypeAggregate() && descriptor.isChildDescriptor()) {
descriptor.initializeAggregateInheritancePolicy(session);
}
} catch (RuntimeException exception) {
getIntegrityChecker().handleError(exception);
}
}