DATAMONGO-1290 - Convert byte[] parameter in @Query to $binary representation.
We now convert non quoted binary parameters to the $binary format. This allows using them along with the @Query annotation.
Original pull request: #332.
pull/322/merge
Christoph Strobl10 years agocommitted byOliver Gierke
@ -224,6 +227,15 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@@ -224,6 +227,15 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {