Class and Description |
---|
org.springframework.data.web.PageableArgumentResolver
use
PageableHandlerMethodArgumentResolver instead. |
Annotation Type and Description |
---|
org.springframework.data.web.PageableDefaults
use
PageableDefault instead. |
Field and Description |
---|
org.springframework.data.web.PageableHandlerMethodArgumentResolver.LEGACY |
org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver.LEGACY |
Method and Description |
---|
org.springframework.data.domain.Sort.Order.create(Sort.Direction, Iterable use
Sort.Sort(Direction, List) instead. |
org.springframework.data.repository.config.RepositoryConfiguration.getBeanId()
bean ids should be determined using a
BeanNameGenerator during classpath scanning. |
Constructor and Description |
---|
org.springframework.data.mapping.model.MappingInstantiationException(String, Exception) |
Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.