Spring Data JPA: Join tables without parent entity
For a project I’m currently working on, we are using an external system for user authentication. Authorization however, is being handled by application specific database tables. To maintain the data of these authorization tables, we… Spring Data JPA: Join tables without parent entity