modelProperties.get(PROPERTY_IDENTITY_TYPE_NAME).getValue(
modelProperties.get(PROPERTY_IDENTITY_TYPE).getValue(identity)).toString()) :
new IdentityObjectTypeImpl(modelProperties.get(PROPERTY_IDENTITY_TYPE).getValue(identity).toString());
return new IdentityObjectImpl(
modelProperties.get(PROPERTY_IDENTITY_ID).getValue(identity).toString(),
modelProperties.get(PROPERTY_IDENTITY_NAME).getValue(identity).toString(),
type);
}
catch (NoResultException ex)