Method and Description |
---|
org.springframework.data.projection.ProjectionFactory.getInputProperties(Class<?>) |
org.springframework.data.repository.config.RepositoryConfigurationExtension.getRepositoryConfigurations(T, ResourceLoader) |
org.springframework.data.domain.Range.isLowerInclusive()
since 2.0, use
#getLowerBound() and Bound#isInclusive() . |
org.springframework.data.domain.Range.isUpperInclusive()
since 2.0, use
#getUpperBound() and Bound#isInclusive() . |
org.springframework.data.web.ProxyingHandlerMethodArgumentResolver.setResourceLoader(ResourceLoader)
rather set the
ClassLoader via ProxyingHandlerMethodArgumentResolver.setBeanClassLoader(ClassLoader) . |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.