Does anyone know if there is a DataSet class in Java like there is in .Net? I am familiar with EJB3 and the \"java way\" of doing data. However, I really still miss the se
You might be looking for LINQ implementation in Java. IMHO better than the DataSet/DataTable route.
http://code.google.com/p/jaque/
http://quaere.codehaus.org/
Disclaimer: I haven't used either of these.