dulshand

Results 1 comments of dulshand

Hello, I am trying to create a repository using @Query. Below is the sample code. @EnableScan public interface MyCRUDRepository extends CrudRepository { @Query(filterExpression = "contains(#field, :value)", expressionMappingNames = {@ExpressionAttribute(key =...