m_persistenceMapping.resolveInheritance2();
for (int i = 0, n = getInstanceAttributeCount(); i != n; ++i)
{
Attribute attribute = getInstanceAttribute(i);
AttributeMapping mapping = attribute.getPersistenceMapping();
if (mapping != null)
{
attribute.setMaxLength();
for (int k = i - 1; k >= 0; --k)
{
Attribute attribute2 = getInstanceAttribute(k);
AttributeMapping mapping2 = attribute2.getPersistenceMapping();
if (mapping2 != null)
{
if (mapping.isAliasOf(mapping2))
{