Uses of Class
org.objectweb.jac.aspects.persistence.PersistenceAC

Packages that use PersistenceAC
org.objectweb.jac.aspects.persistence   
 

Uses of PersistenceAC in org.objectweb.jac.aspects.persistence
 

Methods in org.objectweb.jac.aspects.persistence that return PersistenceAC
 PersistenceAC AbstractPersistenceWrapper.getAC()
           
 

Constructors in org.objectweb.jac.aspects.persistence with parameters of type PersistenceAC
SQLStorage(PersistenceAC ac)
          Default constructor.
SQLStorage(PersistenceAC ac, Connection db)
          Creates a new SQL storage.
PostgresStorage(PersistenceAC ac, String database, String user, String password)
          Creates a new storage for a PostgreSQL database.
FSStorage(PersistenceAC ac, String basedirName)
          Create a new file system storage with the default encoding
FSStorage(PersistenceAC ac, String basedirName, String encoding)
          Create a new file system storage