Class JpaHelper
java.lang.Object
org.springframework.data.rest.webmvc.support.JpaHelper
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
- Author:
- Jon Brisbin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.web.context.request.WebRequestInterceptor>
void
setBeanFactory
(org.springframework.beans.factory.BeanFactory beanFactory)
-
Constructor Details
-
JpaHelper
public JpaHelper()
-
-
Method Details
-
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) throws org.springframework.beans.BeansException - Specified by:
setBeanFactory
in interfaceorg.springframework.beans.factory.BeanFactoryAware
- Throws:
org.springframework.beans.BeansException
-
getInterceptors
-