Uses of Interface
org.tailormap.api.repository.ApplicationRepository
Packages that use ApplicationRepository
Package
Description
-
Uses of ApplicationRepository in org.tailormap.api.configuration.base
Constructors in org.tailormap.api.configuration.base with parameters of type ApplicationRepositoryModifierConstructorDescriptionFrontControllerResolver
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository) -
Uses of ApplicationRepository in org.tailormap.api.configuration.dev
Constructors in org.tailormap.api.configuration.dev with parameters of type ApplicationRepositoryModifierConstructorDescriptionPopulateTestData
(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) -
Uses of ApplicationRepository in org.tailormap.api.controller
Constructors in org.tailormap.api.controller with parameters of type ApplicationRepositoryModifierConstructorDescriptionAppRestControllerAdvice
(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService) PageController
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, AuthorizationService authorizationService, PageRepository pageRepository, UploadHelper uploadHelper) ViewerController
(ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService, UploadHelper uploadHelper) -
Uses of ApplicationRepository in org.tailormap.api.persistence.helper
Constructors in org.tailormap.api.persistence.helper with parameters of type ApplicationRepositoryModifierConstructorDescriptionApplicationHelper
(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorizationService authorizationService, SearchIndexRepository searchIndexRepository) -
Uses of ApplicationRepository in org.tailormap.api.repository.validation
Constructors in org.tailormap.api.repository.validation with parameters of type ApplicationRepository