Hello,
DataManager loads only the first record of three records when querying by parameter. The query to the DB view is as follows: “Select e from Country e where e.name = :name”.
When I query the database directly, it returns all three records.
Any suggestions where the problem could be?
Thanks,