Concept Flow - Native SQL queries
Define Native SQL Query
Annotate Repository Method
Call Method in Service
Spring Boot Executes SQL
Return Results to Service
Use Results in Application
This flow shows how a native SQL query is defined, linked to a repository method, executed by Spring Boot, and results returned for use.