Statistics
| Revision:

root / tags / v2_0_0_Build_2047 / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / impl / DefaultFeatureReference.java @ 38284

History | View | Annotate | Download (7.71 KB)

  • svn:mime-type: text/plain
# Date Author Comment
38284 05/30/2012 11:12 AM Juan Lucas Domínguez

gvSIG 2.0.0 build 2047

38106 04/12/2012 04:03 PM Cesar Ordiñana

Solve error when two references are compared with equals, one of them with PKs and the other one with OID.
This is the patch from the bug #479 with some small changes to follow the gvSIG coding conventions.
Fixes #479 .

33744 10/25/2010 04:24 PM Cesar Ordiñana

Reuse array in the toArray methods

33739 10/21/2010 02:16 PM fdiaz

Persistencia de capas postgis

33659 10/13/2010 01:47 PM fdiaz

Persistencia de los documentos

33281 08/16/2010 12:15 PM Joaquín del Cerro Murciano

Changes in persistence management.

32900 06/28/2010 03:52 PM Cesar Ordiñana

Implement the toString method

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.

31272 10/13/2009 02:31 PM Jorge Piera

Adding default constructors for some classes for the persistence manager

30568 08/25/2009 08:48 AM Cesar Ordiñana

Use the DynObjectManager.add method instead of the createDynClass one, to register the new DynClass in addition to creating it. Also the DynClass was being registered in the PersistenceManager to the wrong Class.

30208 07/30/2009 01:08 PM Jose Manuel Vivó Arnal
30154 07/27/2009 03:38 PM Cesar Ordiñana

Replace old set(Object) method with the PersistenceManager.setProperty method

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

Dal SPI Javadoc and refactoring

28660 05/12/2009 01:36 PM Jose Manuel Vivó Arnal

deleteds iterator of FeatureStoreProvider.performEditing now iterates over FeatureReferenceProviderServices intances.
FeatureReferenceProviderServices.getFeatureTypeId() added.

28474 05/07/2009 02:47 PM Cesar Martinez Izquierdo

Adapt to the refactored 'loadFromState' method name in libTools

28423 05/05/2009 05:46 PM Jose Manuel Vivó Arnal

Now the new featureData of providers that uses PK, store sets a temporal OID

28076 04/21/2009 02:39 PM Cesar Martinez Izquierdo

Update new Persistence API and adapt the projects that were already using the first (proof-of-concept) version

27952 04/14/2009 04:42 PM Jose Manuel Vivó Arnal

hashCode of pk references cached

27672 03/31/2009 05:36 PM Jose Manuel Vivó Arnal
27570 03/26/2009 12:45 PM Jose Manuel Vivó Arnal

Fixed problems with PK

25971 01/12/2009 01:50 PM Vicente Caballero
25944 01/09/2009 11:48 AM Vicente Caballero
25733 12/11/2008 12:44 PM Jose Manuel Vivó Arnal

Fixed hashCode in newFeatures

25691 12/05/2008 01:04 PM Jose Manuel Vivó Arnal
25676 12/02/2008 10:10 AM Jose Manuel Vivó Arnal

Removed unnecesary calls to ceateNewOID

25666 12/01/2008 03:50 PM Vicente Caballero
25230 11/17/2008 05:50 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
24248 10/23/2008 08:30 PM Joaquín del Cerro Murciano