Sushruth Nagaraj
01/10/2022, 4:21 AMSushruth Nagaraj
01/10/2022, 4:22 AMJames Whitehead
01/10/2022, 8:18 AMI don't think I can use an ORM or API's like Spring Data JPA and I'll have to work with pure SQL queries and statements.Why not? It would make your life much easier. Define your tables as entities (classes), spring boot can generate the DDL and apply it automatically for you at boot.
Sushruth Nagaraj
01/10/2022, 8:21 AMTies
01/10/2022, 8:31 AMTies
01/10/2022, 8:32 AMJames Whitehead
01/10/2022, 8:33 AMvalidate
Sushruth Nagaraj
01/10/2022, 8:37 AMTies
01/10/2022, 8:39 AMSushruth Nagaraj
01/10/2022, 8:42 AMcorneil
01/11/2022, 1:54 PMcorneil
01/11/2022, 1:55 PMSushruth Nagaraj
01/11/2022, 2:38 PM