Spring Data MongoDB

Deprecated API


Contents
Deprecated Classes
org.springframework.data.mongodb.core.mapping.SimpleMongoMappingContext
          use MongoMappingContext instead. 
org.springframework.data.mongodb.core.query.Sort
          use Sort instead. See Query.with(org.springframework.data.domain.Sort). 
 

Deprecated Annotation Types
org.springframework.data.mongodb.core.mapping.Version
          use Version instead. 
 

Deprecated Methods
org.springframework.data.mongodb.repository.query.QueryUtils.applyPagination(Query, Pageable)
          use Query.with(Pageable). 
org.springframework.data.mongodb.repository.query.QueryUtils.applySorting(Query, Sort)
          use Query.with(Pageable). 
org.springframework.data.mongodb.core.query.NearQuery.distanceMultiplier(Metric)
          use NearQuery.in(Metric) instead. 
org.springframework.data.mongodb.core.MongoAction.getEntityClass()
          use MongoAction.getEntityType() instead. 
org.springframework.data.mongodb.core.query.Query.sort()
          use Query.with(Sort) instead 
 

Deprecated Annotation Type Elements
org.springframework.data.mongodb.core.index.CompoundIndex.direction
           
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.