Uses of Package
pl.edu.agh.cast.data.persistence

Packages that use pl.edu.agh.cast.data.persistence
pl.edu.agh.cast Provides CAST Core's entry level classes. 
pl.edu.agh.cast.data.persistence Provides CAST Data Model persistence provider abstraction classes. 
pl.edu.agh.cast.data.persistence.runtime Provides CAST Data Model runtime persistence provider which does not persist data between application executions. 
pl.edu.agh.cast.data.persistence.serialize Provides CAST Data Model persistence provider which persist data in a file using Java object serialization. 
pl.edu.agh.cast.data.persistence.zlayer Provides CAST Data Model persistence provider which uses ZLayer for data persistence. 
 

Classes in pl.edu.agh.cast.data.persistence used by pl.edu.agh.cast
TransparentPersistenceProvider
          A persistence provider implementation which allows for transparent substitution of underlying actual provider.
 

Classes in pl.edu.agh.cast.data.persistence used by pl.edu.agh.cast.data.persistence
AbstractPersistenceProviderDecorator
          An abstract implementation of persistence provider decorator.
IObservablePersistenceProvider
          Interface of observable persistence provider.
IPersistenceProvider
          Interface of data model persistence provider.
IPersistenceProviderFactory
          Interface of persistence provider factory.
ObservablePersistenceProvider
          Observable provider implementation.
PersistenceException
          Persistence related checked exception.
TransparentPersistenceProvider
          A persistence provider implementation which allows for transparent substitution of underlying actual provider.
 

Classes in pl.edu.agh.cast.data.persistence used by pl.edu.agh.cast.data.persistence.runtime
AbstractPersistenceProvider
          Abstract implementation of IPersistenceProvider interface.
AbstractPersistenceProviderFactory
          Abstract implementation of persistence provider factory.
IPersistenceProvider
          Interface of data model persistence provider.
IPersistenceProviderFactory
          Interface of persistence provider factory.
 

Classes in pl.edu.agh.cast.data.persistence used by pl.edu.agh.cast.data.persistence.serialize
AbstractPersistenceProvider
          Abstract implementation of IPersistenceProvider interface.
AbstractPersistenceProviderFactory
          Abstract implementation of persistence provider factory.
IPersistenceProvider
          Interface of data model persistence provider.
IPersistenceProviderFactory
          Interface of persistence provider factory.
 

Classes in pl.edu.agh.cast.data.persistence used by pl.edu.agh.cast.data.persistence.zlayer
AbstractPersistenceProvider
          Abstract implementation of IPersistenceProvider interface.
AbstractPersistenceProviderFactory
          Abstract implementation of persistence provider factory.
IPersistenceProvider
          Interface of data model persistence provider.
IPersistenceProviderFactory
          Interface of persistence provider factory.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.