Revision 39602 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
300 300
    public void finishEditing() throws DataException;
301 301

  
302 302
    /**
303
     * Save changes in the provider without leaving the edit mode.
304
     * Do not call observers to communicate a change of ediding mode.
305
     * The operation's history is eliminated to prevent inconsistencies
306
     * in the data.
307
     *
308
     * @throws DataException
309
     */
310
    public void commitChanges() throws DataException ;
311
    
312
    /**
303 313
     * Indicates whether this store is in editing state.
304 314
     * 
305 315
     * @return

Also available in: Unified diff