DEV Community

Yuri Mednikov
Yuri Mednikov

Posted on

2

Relationships with Hibernate Reactive and Vertx

In the 4th part of my Hibernate Reactive & Eclipse Vertx tutorial, we cover an important topic of relationships. Relational databases, as PostgreSQL or MySQL make use of table relationships in order to store complex data structures. We talk about common types of relationships (one to one, one to many, many to one) and how they are implemented with JPA and Hibernate. We add a new data model to our application and finally we create an integration test to verify that our code does work correctly.

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay