Is there something like SqlAlchemy's SqlSoup for Java?
Posted
by Lokkju
on Stack Overflow
See other posts from Stack Overflow
or by Lokkju
Published on 2010-06-16T07:45:43Z
Indexed on
2010/06/16
9:12 UTC
Read the original article
Hit count: 212
I'm looking for a Java ORM that works from database reflection - I need to just point it at a DB, and start being able to walk through the entire set of tables, etc.
Ideas?
© Stack Overflow or respective owner