Uses of Interface
nl.b3p.tailormap.api.repository.GeoServiceRepository
-
Packages that use GeoServiceRepository Package Description nl.b3p.tailormap.api.configuration.dev nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.controller.admin nl.b3p.tailormap.api.persistence.helper -
-
Uses of GeoServiceRepository in nl.b3p.tailormap.api.configuration.dev
Constructors in nl.b3p.tailormap.api.configuration.dev with parameters of type GeoServiceRepository Constructor Description PopulateTestData(org.springframework.context.ApplicationContext appContext, UserRepository userRepository, GroupRepository groupRepository, CatalogRepository catalogRepository, GeoServiceRepository geoServiceRepository, GeoServiceHelper geoServiceHelper, FeatureSourceRepository featureSourceRepository, ApplicationRepository applicationRepository, ConfigurationRepository configurationRepository) -
Uses of GeoServiceRepository in nl.b3p.tailormap.api.controller
Constructors in nl.b3p.tailormap.api.controller with parameters of type GeoServiceRepository Constructor Description AppRestControllerAdvice(ApplicationRepository applicationRepository, GeoServiceRepository geoServiceRepository, ApplicationHelper applicationHelper, AuthorizationService authorizationService) -
Uses of GeoServiceRepository in nl.b3p.tailormap.api.controller.admin
Constructors in nl.b3p.tailormap.api.controller.admin with parameters of type GeoServiceRepository Constructor Description GeoServiceAdminController(GeoServiceRepository geoServiceRepository, org.springframework.context.ApplicationContext applicationContext, org.springframework.data.rest.webmvc.support.RepositoryEntityLinks repositoryEntityLinks) -
Uses of GeoServiceRepository in nl.b3p.tailormap.api.persistence.helper
Constructors in nl.b3p.tailormap.api.persistence.helper with parameters of type GeoServiceRepository Constructor Description ApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, javax.persistence.EntityManager entityManager, AuthorizationService authorizationService)
-