Select parent and only some fields from child in @OneToMany relationships using JPA and Criteria Builder
Implemented one to many relationship and select parent and child I have a onetomany relationship.
Using criteria builder, i need to get parent and all related childs but selecting only some fields from each child.