Hi Guys its urgent ...

How can i featch a List<String> from my db table called Comments and the column name is comment using my java class.

if i have to use any anotation for this could you please provide me the syntax ???

i have created a column inside the db usign the anotation

@Column
private String comment;

wts the syntax for getting all the values from this column into a string list??