Generated by
JDiff

Package org.springframework.data.document.mongodb.repository

Removed Interfaces
QueryDslMongoRepository.
EntityPathResolver
Strategy interface to abstract the ways to translate an plain domain class into a EntityPath.
QueryDslPredicateExecutor Interface for query methods taking a QueryDsl Predicate.
 

Added Interfaces
ConvertingParameterAccessor.
PotentiallyConvertingIterator
Custom Iterator that adds a method to access elements in a converted manner.
 

Changed Classes and Interfaces
MongoRepository Mongo specific org.springframework.data.repository.Repository interface.
MongoRepositoryFactoryBean org.springframework.beans.factory.FactoryBean to create MongoRepository instances.
MongoRepositoryFactoryBean.
MongoRepositoryFactory
Repository to create MongoRepository instances.
QueryDslMongoRepository Special QueryDsl based repository implementation that allows execution Predicates in various forms.
SimpleMongoRepository Repository base implementation for Mongo.