Generated by
JDiff

Class org.springframework.data.document.mongodb.repository.QueryDslMongoRepository

Removed interface org.springframework.data.document.mongodb.repository.QueryDslPredicateExecutor.

Removed Constructors
QueryDslMongoRepository(MongoEntityInformation<T, ID>, MongoTemplate, EntityPathResolver) Creates a new QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate and EntityPathResolver.
 

Added Constructors
QueryDslMongoRepository(MongoEntityInformation<T, ID>, MongoTemplate, EntityPathResolver) Creates a new QueryDslMongoRepository for the given MongoEntityInformation, MongoTemplate and EntityPathResolver.
 

Changed Methods
long count(Predicate) Change in return type from Long to long.