Hello my friends, i have a question about oneToMany annotation. I need receive a list of joined object with oneToMany annotation, and this is easy. But how can i do for receive just some column from the join table and not all?? cause there is one blob column that i don't need it, and this is heavy to have in any object of the list, i just want two columns from the join table, there is an attribute to tell to oneToMany annotation that i need return just some column ? i know there are other way for example put the blob column in another table, but i'd like have this opportunity to set oneToMany select fields return....
|