223224225226227228229230
: newEntity.identity() ); markUpdated(); } catch( JSONException e ) { throw new EntityStoreException( e ); } }
243244245246247248249250
} return new JSONManyAssociationState( this, jsonValues ); } catch( JSONException e ) { throw new EntityStoreException( e ); } }
263264265266267268269270
} return new JSONNamedAssociationState( this, jsonValues ); } catch( JSONException e ) { throw new EntityStoreException( e ); } }
337338339340341342343344
stateClone.put( JSONKeys.NAMED_ASSOCIATIONS, newNamedAssoc ); state = stateClone; } catch( JSONException e ) { throw new EntityStoreException( e ); } }
183184185186187188189190191192193
} } ); } catch( IOException e ) { throw new EntityStoreException( e ); } } @Override public void cancel()
262263264265266267268269270271272
} } ); } catch( IOException e ) { throw new EntityStoreException( e ); } } } ); } };
376377378379380381382383
} namedAssociations.endObject().endObject(); } catch( JSONException e ) { throw new EntityStoreException( "Could not store EntityState", e ); } }
540541542543544545546547
namedAssociations ); } catch( JSONException e ) { throw new EntityStoreException( e ); } }
6465666768697071
entityState.markUpdated(); return true; } catch( JSONException e ) { throw new EntityStoreException( e ); } }
9192939495969798
{ return new EntityReference( references.getString( i ) ); } catch( JSONException e ) { throw new EntityStoreException( e ); } }