Why is there no batchSelect in JDBC?
Is there some good way to handle select for multiple keys or ids?
Creating a query matching the length of all possible keys seem silly, because the database couldn't reuse prepared statements. Using stored procedures is very database dependant.
Are their any better ways?