325326327328329330331332
_elementClass = elementClass; firePropertyChange(PROP_ELEMENT_CLASS, old, elementClass); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
370371372373374375376377
_inverseRelationshipName = newName; firePropertyChange(PROP_INVERSE_FIELD, oldName, newName); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
196197198199200201202203
_name = name; firePropertyChange(PROP_NAME, old, name); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
149150151152153154155156157158159
_owner.fireVetoableChange(_propertyName, null, null); _elements = (PersistenceElement[])list.toArray(_template); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } } finally {
193194195196197198199200
_objectIdentityType = type; firePropertyChange(PROP_IDENTITY, old, newType); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
233234235236237238239240
_keyClass = name; firePropertyChange(PROP_KEY_CLASS, old, name); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
168169170171172173174175176177178
// sync up runtime's object list too _associatedColumnObjects = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } else { throw new ModelException(I18NHelper.getMessage(getMessages(),
249250251252253254255256257
// sync up runtime's object list too _associatedColumnObjects = null; } catch (PropertyVetoException ve) { throw new ModelVetoException(ve); } } }
218219220221222223224225
132133134135136137138139
// access to getTableObject to recompute it _tableObject = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }