Generated by
JDiff

Class org.springframework.data.document.mongodb.query.Criteria

Removed Methods
Criteria whereId()  
 

Added Methods
Criteria in(Collection<?>) Creates a criterion using the $in operator
Criteria ne(Object) Creates a criterion using the $ne operator
 

Changed Methods
Criteria all(Object[]) Change in signature from Object to Object[].
Creates a criterion using the $all operator