@Query( "{ 'name': { $eq: ?0 } }" ) List<OrderInfo> findIt( @Param("p") @DefaultValue("Bart") String x );
Пробую, но не работает.