Uses of Interface
org.openl.rules.repository.RepositoryFactory
-
Packages that use RepositoryFactory Package Description org.openl.rules.repository.db org.openl.rules.repository.file org.openl.rules.repository.zip -
-
Uses of RepositoryFactory in org.openl.rules.repository.db
Classes in org.openl.rules.repository.db that implement RepositoryFactory Modifier and Type Class Description classDatasourceDBRepositoryFactoryDatabase repository factory with connection using Datasource JNDI resource.classJdbcDBRepositoryFactoryDatabase repository factory with connection using JDBC url. -
Uses of RepositoryFactory in org.openl.rules.repository.file
Classes in org.openl.rules.repository.file that implement RepositoryFactory Modifier and Type Class Description classLocalRepositoryFactoryLocal file system repository factory. -
Uses of RepositoryFactory in org.openl.rules.repository.zip
Classes in org.openl.rules.repository.zip that implement RepositoryFactory Modifier and Type Class Description classJarRepositoryFactoryJar local repository factory.classZipRepositoryFactoryZipped local file system repository factory.
-