List<MForm> connectorForms = restoreForms(connectorPart);
List<MForm> frameworkForms = restoreForms(frameworkPart);
MConnection connection = new MConnection(connectorId,
new MConnectionForms(connectorForms),
new MConnectionForms(frameworkForms));
connection.setPersistenceId((Long) object.get(ID));
connection.setName((String) object.get(NAME));
connection.setCreationDate(new Date((Long) object.get(CREATED)));
connection.setLastUpdateDate(new Date((Long) object.get(UPDATED)));