-
Aug 22nd, 2010, 01:14 AM
#1
how to get a list<String> from database using aa java class
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??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules