Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2020 / libraries / libFMap_daldb / src / org / gvsig / fmap / dal / store / jdbc / JDBCStoreProvider.java @ 33950

History | View | Annotate | Download (23.5 KB)

  • svn:mime-type: text/plain
# Date Author Comment
33950 10/26/2010 07:59 AM Cesar Ordiñana

gvSIG 2.0.0 build 2020

33739 10/21/2010 08:16 AM Francisco Díaz Carsí

Persistencia de capas postgis

33717 10/20/2010 11:00 AM 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....

33331 08/25/2010 08:52 AM Joaquín del Cerro Murciano

- Persistence changes.
- Add persistence factory to AWT Dimension
- Change getType of FeatureAttributeDescriptor to getDataType
to avoid conflict.
- Metadata definition changes.
- Partial remove of HiperLink in fmap and appgvsig.
- Add support in metadata project to MetadataContainers.

32880 06/24/2010 08:34 AM 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.

31890 01/07/2010 03:50 AM Cesar Ordiñana

Remove call to parent.dispose, as it will start an infinite loop

31284 10/14/2009 08:56 AM 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.

31128 10/05/2009 10:43 AM Cesar Ordiñana

Add support for FeatureQuery page size and limit

31022 09/29/2009 01: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.

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

Dal SPI refactoring

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

Dal SPI refactoring

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

Dal SPI Javadoc and refactoring

28948 05/21/2009 12:00 PM Jose Manuel Vivó Arnal

added MySQL provider

28909 05/19/2009 11:51 AM Jose Manuel Vivó Arnal

Generic JDBC read/writer provider/Explorer.
Pullup implementation form PostgreSQL to JDBC.

28785 05/14/2009 11:03 AM Jose Manuel Vivó Arnal

created package jdbc.exception

28784 05/14/2009 11:00 AM Jose Manuel Vivó Arnal
28630 05/12/2009 04:16 AM Jose Manuel Vivó Arnal

Implemented force close in 'zombie' ResultSets

28481 05/07/2009 09:22 AM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

28424 05/05/2009 11:47 AM Jose Manuel Vivó Arnal
28191 04/27/2009 03:43 AM Jose Manuel Vivó Arnal
27672 03/31/2009 11:36 AM Jose Manuel Vivó Arnal
27571 03/26/2009 07:47 AM Jose Manuel Vivó Arnal
27525 03/24/2009 01:04 PM Jose Manuel Vivó Arnal

Changed FeatureSet.fast/iterator() to return DisposableIterator