Retrieve data from H2 database efficiently
问题 in my current project I use a H2 database to store the data from a JTable (to be precise the TableModel's data). I have written the code to save all columns from my table and now I want to retrieve the data again (load from the database). So far so good but I can't come up with any good way of retrieving the data from the database and polish it to be addable to my table again. I have a method for my table to add a new row with data for all columns so that's no problem (something like public