Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / trunk / org.gvsig.tools / org.gvsig.tools.lib / src / main / java / org / gvsig / tools / persistence / impl / AbstractPersistentState.java @ 1249

History | View | Annotate | Download (28.3 KB)

  • svn:mime-type: text/plain
# Date Author Comment
1095 06/25/2014 08:58 AM Joaquín del Cerro Murciano

Corregido en la persistencia el que se encuentren blancos en las URLs o URIs de type fichero.

1086 06/11/2014 09:24 AM Joaquín del Cerro Murciano

Arreglado para que el PersistentState cuando se recupera del XML coja los valores por defecto de la dynclass asociada para los atributos no definidos en el XML en lugar de devolber null.

998 02/25/2014 04:37 AM Juan Lucas Domínguez

#2365 Fixed method to "de-relativize" the file path. The image file path is persisted as a relative path assuming that the base folder is the project folder.

994 02/16/2014 07:36 PM Joaquín del Cerro Murciano

removed the unsupported code with java 1.4

993 02/16/2014 04:42 PM Joaquín del Cerro Murciano

Add relativizeFiles and derelativizeFiles methods to PersistentState.

802 05/10/2013 08:42 AM Cesar Ordiñana

Add or update headers to the current gvSIG Association one.
Updated while in the Code Copyright Review for the OSGEO incubation process report.

330 11/09/2010 02:49 AM Francisco Díaz Carsí

Add persistence support to DynObject.

299 10/08/2010 10:43 AM Joaquín del Cerro Murciano
277 09/29/2010 12:46 PM Joaquín del Cerro Murciano

Fix bugs in persistence of File and improve error handling.

258 09/22/2010 06:06 AM Joaquín del Cerro Murciano

Improve error handling in persistence

220 08/25/2010 06:27 AM Joaquín del Cerro Murciano

- Add support to File/URL/URI in DataTypes, DynObject and persistence.
- Add visibility of PersistentContext through PersistentState.
- Add checks in set of persistent state of types of values.

211 08/13/2010 06:56 AM Joaquín del Cerro Murciano

Add utility method setNull to PersistentState.

73 03/16/2010 11:30 AM Joaquín del Cerro Murciano

Changes in the implementation of persistence. Everything broken.