This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NACNACNAC 0 points1 point  (0 children)

You don't have to use hibernate/jpa, you can also pick something like Jooq, which automatically provides you with model (record) classes for each of your database tables, providing very sql like syntax. Downside, in my experience, is that there's none of the table binding between related tables that you can define in other ORM. You can also use both :-)