136137138139140141142143
// access to getTableObject to recompute it _tableObject = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
233234235236237238239240
//getKeyObjects().add(column); _keyObjects = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
269270271272273274275276277
//getKeyObjects().remove(column); _keyObjects = null; } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } }
304305306307308309310311
getReferencingKeys().add(referencingKey); firePropertyChange(PROP_REFERENCING_KEYS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
335336337338339340341342343344345
keyIterator.remove(); firePropertyChange(PROP_REFERENCING_KEYS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } } } else
133134135136137138139140
setTableInternal(table); firePropertyChange(PROP_TABLE, old, table); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
284285286287288289290291
referencingKey.add(columnName); firePropertyChange(PROP_KEY_COLUMNS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
382383384385386387388389390391
firePropertyChange(PROP_KEY_COLUMNS, null, null); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } } }
200201202203204205206207
_name = name; firePropertyChange(PROP_NAME, old, name); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } }
153154155156157158159160161162163
_owner.fireVetoableChange(_propertyName, null, null); _elements = (PersistenceElement[])list.toArray(_template); } catch (PropertyVetoException e) { throw new ModelVetoException(e); } } } finally {