Skip to content

This example shows how to model the "Order-to-Product" model with spring-data-jdbc. Once you correctly configured the mapping between domain POJO and database table, the CrudRepository allows you to play with the records without writing a single SQL.

Notifications You must be signed in to change notification settings

kwonghung-YIP/spring-data-jdbc-basic

About

This example shows how to model the "Order-to-Product" model with spring-data-jdbc. Once you correctly configured the mapping between domain POJO and database table, the CrudRepository allows you to play with the records without writing a single SQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages