We have a Feature table and a Tier table, 1 tier can have multiple features. So wanted to query and get output as
Map<Byte,List<String>>
byte corresponds to a tierID and list of feature names
Managed to get an answer from an older post here Question
Further we wanted to get a map of
Map<id, List<List<FeaturePojo>>