I have a java application with embedded H2 database.
The H2 database library is said to be written completely in java. So there must be an object oriented equivalent for SQL statements like 'SELECT * FROM TABLE TESTTABLE' just like Table.select('*') etc...
Or is there any simple easy to use object oriented database library for java? As i'm developing a small application for registering book names, authors names, genres list etc... for a book library, speed is not a big concern.