Uses of Class
org.springframework.data.rest.webmvc.support.JpaHelper
Packages that use JpaHelper
Package
Description
-
Uses of JpaHelper in org.springframework.data.rest.webmvc
Methods in org.springframework.data.rest.webmvc with parameters of type JpaHelperModifier and TypeMethodDescriptionvoidRepositoryRestHandlerMapping.setJpaHelper(JpaHelper jpaHelper) -
Uses of JpaHelper in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return JpaHelperMethod parameters in org.springframework.data.rest.webmvc.config with type arguments of type JpaHelperModifier and TypeMethodDescriptionorg.springframework.data.rest.webmvc.config.DelegatingHandlerMappingRepositoryRestMvcConfiguration.restHandlerMapping(Repositories repositories, org.springframework.data.rest.core.mapping.RepositoryResourceMappings resourceMappings, Optional<JpaHelper> jpaHelper, org.springframework.data.rest.core.config.RepositoryRestConfiguration repositoryRestConfiguration, CorsConfigurationAware corsRestConfiguration) TheHandlerMappingto delegate requests to Spring Data REST controllers.