Spring Data Core

Deprecated API


Contents
Deprecated Methods
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. 
org.springframework.data.domain.Page.hasNextPage()
          use Slice.hasNext() instead. 
org.springframework.data.domain.Page.hasPreviousPage()
          use Slice.hasPrevious() instead. 
org.springframework.data.domain.Page.isFirstPage()
          use Slice.isFirst() instead. 
org.springframework.data.domain.Page.isLastPage()
          use Slice.isLast() instead. 
 

Deprecated Constructors
org.springframework.data.auditing.AuditingHandler()
          use the constructor taking a MappingContext. 
org.springframework.data.auditing.IsNewAwareAuditingHandler(IsNewStrategyFactory)
          use constructor taking a MappingContext directly. Will be removed in 1.9. 
org.springframework.data.mapping.model.MappingInstantiationException(String, Exception)
          use MappingInstantiationException.MappingInstantiationException(PersistentEntity, List, String, Exception) instead. 
org.springframework.data.repository.config.RepositoryConfigurationDelegate(RepositoryConfigurationSource, ResourceLoader)
          use constructor taking an Environment. 
 


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.