7172737475767778
entityState.markUpdated(); return true; } catch( JSONException ex ) { throw new EntityStoreException( ex ); } }
979899100101102103104
{ return new EntityReference( references.getString( name ) ); } catch( JSONException ex ) { throw new EntityStoreException( ex ); } }
123124125126127128129130
} return null; } catch( JSONException ex ) { throw new EntityStoreException( ex ); } }