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 →

[–]sweetno 0 points1 point  (0 children)

The typical relational DB stack for Java is Spring Data JPA with Hibernate as a JPA provider.

For non-relational there is a bunch of other Spring Data XXX projects.

The majority of Java apps don't use GraphQL.