Statistics
| Revision:

root / tags / v2_0_0_Build_2058 / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / spi / memory / AbstractMemoryStoreProvider.java @ 39242

History | View | Annotate | Download (4.6 KB)

  • svn:mime-type: text/plain
# Date Author Comment
39242 11/13/2012 04:24 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2058 (testing)

34809 03/17/2011 02:37 PM Cesar Ordiñana

Patch applied to solve bug:
[gvsig-desktop #15065] AbstractMemoryStoreProvider must resolve references in only one method

Also removed code line not needed anymore.

33187 07/13/2010 09:34 AM Cesar Ordiñana

Solve bug while disposing as the data was being cleaned instead of nullified, and it was leaving the data cached into the resource as an empty list.

32903 06/28/2010 03:55 PM Cesar Ordiñana

Remove comented code

32880 06/24/2010 02:34 PM Joaquín del Cerro Murciano

- Update to org.gvsig.tools 2.1.0
- separate metadata definition from provider parameters definition.
- Use of xml files to define metadata and persistence in DAL.

31284 10/14/2009 02:56 PM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

31022 09/29/2009 07:09 PM Cesar Ordiñana

Resource locking changed to be based on Java synchronization, more convenient functional and performancewise.
Refactoring of FeatureProviderIterator and FeatureSetProvider to extract common code to parent abstract classes.

29391 06/15/2009 10:17 AM Jose Manuel Vivó Arnal

Added Javadoc to SPI

29326 06/10/2009 10:08 AM Jose Manuel Vivó Arnal

Dal SPI refactoring

29292 06/09/2009 12:11 PM Jose Manuel Vivó Arnal

Dal SPI refactoring

29289 06/09/2009 09:15 AM Jose Manuel Vivó Arnal

Dal SPI Javadoc and refactoring

29034 05/27/2009 05:42 PM Jose Manuel Vivó Arnal

Fixed problem for custom featureType in query

28098 04/22/2009 10:50 AM Jose Manuel Vivó Arnal

Modified FeatureStoreProvider.performEditing for add a iterator over originals FType updated.

28017 04/16/2009 01:31 PM Jose Manuel Vivó Arnal

Added FeatureStore.getFeatureCount().
Added FeatureStoreProvider.getFeatureCount()

27525 03/24/2009 06:04 PM Jose Manuel Vivó Arnal

Changed FeatureSet.fast/iterator() to return DisposableIterator

27274 03/10/2009 06:03 PM Jose Manuel Vivó Arnal

Fixed FeatureSet bug

26234 01/27/2009 06:50 PM Vicente Caballero
25785 12/16/2008 05:25 PM Jose Manuel Vivó Arnal
24511 10/30/2008 01:20 PM Jose Manuel Vivó Arnal
24505 10/30/2008 12:01 PM Jose Manuel Vivó Arnal
24496 10/30/2008 11:52 AM Jose Manuel Vivó Arnal
24467 10/30/2008 09:45 AM Jose Manuel Vivó Arnal
24454 10/29/2008 05:26 PM Jose Manuel Vivó Arnal
24248 10/23/2008 08:30 PM Joaquín del Cerro Murciano
24181 10/21/2008 06:59 PM Joaquín del Cerro Murciano
24144 10/20/2008 05:11 PM Vicente Caballero
24141 10/20/2008 04:46 PM Vicente Caballero
23995 10/15/2008 04:21 PM Jose Manuel Vivó Arnal
23894 10/13/2008 08:11 PM Joaquín del Cerro Murciano
23875 10/09/2008 08:51 PM Joaquín del Cerro Murciano
23842 10/08/2008 06:00 PM Joaquín del Cerro Murciano