Statistics
| Revision:

root / branches / dal_time_support / libraries / libFMap_dal / src / org / gvsig / fmap / dal / store @ 35115

# Date Author Comment
35115 05/09/2011 12:24 PM Jorge Piera

Merging the project to the revision 35009 (branch v2_0_0_prep)

34404 01/17/2011 09:31 AM Jorge Piera

Create branch to support time

33717 10/20/2010 05:00 PM Joaquín del Cerro Murciano

Se ha modificado el interface DataStore, cambiando la semantica de este metodo getName y añadiendo el metodo getFullName.

Se ha eliminado el metodo getName de FeatureStoreProvider y
subido al interface padre DataStoreProvider, a la vez que se
cambia la semantica de este....

33203 07/21/2010 11:23 AM Cesar Ordiñana

Set the good metadata definition name to extend: SpatialProvider and not FeatureStore

33032 07/06/2010 05:11 PM Joaquín del Cerro Murciano

Add to the libreries declaration of dependency with other libraries.

32950 07/05/2010 09:05 AM Cesar Ordiñana

Add dependence on the DALLibrary post initialization

32905 06/28/2010 03:57 PM Cesar Ordiñana

Add TODO about ordering implementation

32904 06/28/2010 03:56 PM Cesar Ordiñana

Add optional order by attribute parameter

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.

32835 06/18/2010 01:31 PM Jorge Piera

It was not possible to edit a memory store twice

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.

30747 09/07/2009 06:46 PM Jorge Piera

The memoryStoreProvide supports OID

30633 09/01/2009 02:00 PM Cesar Ordiñana

Small Library API refactoring

30631 09/01/2009 01:48 PM Jorge Piera

Adding Memory Provider...