Uses of Interface
org.tailormap.api.repository.CatalogRepository
Packages that use CatalogRepository
-
Uses of CatalogRepository in org.tailormap.api.configuration
Constructors in org.tailormap.api.configuration with parameters of type CatalogRepositoryModifierConstructorDescriptionTailormapDatabaseMigration(CatalogRepository catalogRepository, FlywayMigrationResult migrationResult) -
Uses of CatalogRepository in org.tailormap.api.configuration.dev
Constructors in org.tailormap.api.configuration.dev with parameters of type CatalogRepositoryModifierConstructorDescriptionPopulateTestData(org.springframework.context.ApplicationContext appContext, UserRepository userRepository, GroupRepository groupRepository, CatalogRepository catalogRepository, GeoServiceRepository geoServiceRepository, GeoServiceHelper geoServiceHelper, SolrService solrService, TaskManagerService taskManagerService, FeatureSourceRepository featureSourceRepository, ApplicationRepository applicationRepository, ConfigurationRepository configurationRepository, FeatureSourceFactoryHelper featureSourceFactoryHelper, SearchIndexRepository searchIndexRepository, UploadRepository uploadRepository, PageRepository pageRepository, org.springframework.jdbc.core.simple.JdbcClient jdbcClient)