Uses of Interface
org.gvsig.tools.persistence.spi.PersistentContextServices

Packages that use PersistentContextServices
org.gvsig.tools.persistence.impl   
org.gvsig.tools.persistence.spi   
org.gvsig.tools.persistence.xml   
 

Uses of PersistentContextServices in org.gvsig.tools.persistence.impl
 

Classes in org.gvsig.tools.persistence.impl that implement PersistentContextServices
 class DefaultPersistentContext
           
 

Methods in org.gvsig.tools.persistence.impl that return PersistentContextServices
protected  PersistentContextServices DelegatedContainer.getContext()
           
 PersistentContextServices AbstractPersistenceManager.getNewContext()
           
 

Methods in org.gvsig.tools.persistence.impl with parameters of type PersistentContextServices
 PersistentStateServices AbstractPersistenceManager.createPersistentState(PersistentContextServices context)
           
 PersistentStateServices AbstractPersistenceManager.createState(Object object, PersistentContextServices context)
           
 List AbstractPersistenceManager.getWrappedList(List list, PersistentContextServices context)
           
 Map AbstractPersistenceManager.getWrappedMap(Map map, PersistentContextServices context)
           
 Set AbstractPersistenceManager.getWrappedSet(Set set, PersistentContextServices context)
           
 

Constructors in org.gvsig.tools.persistence.impl with parameters of type PersistentContextServices
AbstractPersistentState(PersistenceManagerServices manager, PersistentContextServices context, PersistentIdentifier id)
           
DelegatedCollection(Collection delegated, PersistenceManagerServices manager, PersistentContextServices context)
           
DelegatedContainer(PersistenceManagerServices manager, PersistentContextServices context)
           
DelegatedList(List delegated, PersistenceManagerServices manager, PersistentContextServices context)
           
DelegatedMap(Map delegated, PersistenceManagerServices manager, PersistentContextServices context)
           
DelegatedSet(Set delegated, PersistenceManagerServices manager, PersistentContextServices context)
           
 

Uses of PersistentContextServices in org.gvsig.tools.persistence.spi
 

Methods in org.gvsig.tools.persistence.spi that return PersistentContextServices
 PersistentContextServices PersistenceManagerServices.getNewContext()
           
 

Methods in org.gvsig.tools.persistence.spi with parameters of type PersistentContextServices
 PersistentStateServices PersistenceManagerServices.createPersistentState(PersistentContextServices context)
           
 PersistentStateServices PersistenceManagerServices.createPersistentState(PersistentContextServices context, PersistentIdentifier id)
           
 PersistentStateServices PersistenceManagerServices.createState(Object theOriginal, PersistentContextServices context)
           
 List PersistenceManagerServices.getWrappedList(List list, PersistentContextServices context)
           
 Map PersistenceManagerServices.getWrappedMap(Map map, PersistentContextServices context)
           
 Set PersistenceManagerServices.getWrappedSet(Set set, PersistentContextServices context)
           
 

Uses of PersistentContextServices in org.gvsig.tools.persistence.xml
 

Methods in org.gvsig.tools.persistence.xml with parameters of type PersistentContextServices
 PersistentStateServices XMLPersistenceManager.createPersistentState(PersistentContextServices context, PersistentIdentifier id)
           
 void XMLPersistentStateReader.read(PersistentContextServices context, org.xmlpull.v1.XmlPullParser parser)
           
 



Copyright © 2004-2011 gvSIG. All Rights Reserved.