List of usage examples for org.springframework.data.rest.webmvc.support JpaHelper JpaHelper
JpaHelper
From source file:org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration.java
@Bean public JpaHelper jpaHelper() { if (IS_JPA_AVAILABLE) { return new JpaHelper(); } else {/*from w ww .j av a2s . co m*/ return null; } }