I have a native query in JPA
the result of option_list is [{“image”: “image1”, “option”: “L”}, {“image”: “image2”, “option”: “X”}] in db
I use projection to map
List getTier_list() is work, but List<Map<String, Object>> getOption_list() not work
Please help me this problem T_T