I have a datatable on my jsp populated by a "java.util.Set" collection that came from a Hibernate search. I want to make this datatable editable and then save the edited table on my database. I'm able to do it if the datatable is formed through List collection object. All my POJO objects are formed with Set Collection and I'm trying to avoid changing all of them.
I'm using Spring MVC and as I told before Hibernate.
Thanks. Regards.