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.
1.7.x
Christoph Strobl10 years agocommitted byOliver Gierke
@ -176,6 +179,15 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {
@@ -176,6 +179,15 @@ public class StringBasedMongoQuery extends AbstractMongoQuery {