How To Efficiently Fetch Spring Projection Including @ManyToOne
Or @OneToOne
Associations
Description: This application fetches a Spring projection including the @ManyToOne
association via different approaches. It can be easily adapted for @OneToOne
association as well.
Key points:
- fetching raw data is the fastest approach