Uses of Package
org.objectweb.jac.aspects.persistence

Packages that use org.objectweb.jac.aspects.persistence
org.objectweb.jac.aspects.persistence   
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Classes in org.objectweb.jac.aspects.persistence used by org.objectweb.jac.aspects.persistence
AbstractPersistenceWrapper
          This wrapper defines persistence extensions for objects that a defined persitent by a persistent aspect component.
AbstractPersistenceWrapper.InvalidOidException
           
CollectionWrapper
          Base class for collection wrappers
LongOID
          An implementation of OID with a long
OID
          Abstract class that defines an object identifier.
PersistenceAC
          This AC defines a generic and configurable persistence aspect.
PersistenceConf
          This is the configuration interface of the persistence aspect.
SQLStorage
          Implements the storage to store within an SQL compliant database system.
Storage
          The Storage interface defines methods to store and retrieve objects fields to and from a media (it could be a database, simples files ...)
StorageField
           
StorageIterator
           
StringConverter
          The *StringConverter interface that converts Objects into String for stocking, and String into Objects
 

Classes in org.objectweb.jac.aspects.persistence used by org.objectweb.jac.ide
StringConverter
          The *StringConverter interface that converts Objects into String for stocking, and String into Objects