Uses of Interface
fr.dyade.aaa.util.Repository
-
Packages that use Repository Package Description fr.dyade.aaa.ext fr.dyade.aaa.util -
-
Uses of Repository in fr.dyade.aaa.ext
Fields in fr.dyade.aaa.ext declared as Repository Modifier and Type Field Description private RepositoryNGTransaction.LogManager. repository(package private) RepositoryNGTransaction. repositoryConstructors in fr.dyade.aaa.ext with parameters of type Repository Constructor Description LogManager(File dir, Repository repository, boolean syncOnWrite) -
Uses of Repository in fr.dyade.aaa.util
Classes in fr.dyade.aaa.util that implement Repository Modifier and Type Class Description classDBRepositoryThis class allows to use a database through JDBC as repository with the NTransaction module.classFileRepositoryThis class allows to use a filesystem directory as repository with the NTransaction module.Fields in fr.dyade.aaa.util declared as Repository Modifier and Type Field Description private RepositoryNTransaction.LogFile. repository(package private) RepositoryNTransaction. repositoryConstructors in fr.dyade.aaa.util with parameters of type Repository Constructor Description LogFile(File dir, Repository repository, boolean syncOnWrite)
-