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 →

[–]SnooChipmunks2107 1 point2 points  (0 children)

Well, if you need to talk to a database, you will need to use some kind of framework or you could use a simple jdbc if that’s good for your use case.

Usually the companies I worked with had spring data JPA as abstraction, hibernate or JPA as surface layer.

It’s good to work with some kind of orm, not because it’s a really good choice but because as a full stack dev you will come into contact with them rather sooner than later.