visnunathan8 / Attendance-management-system-using-spring-boot-and-angular-7

The main motive of the project is to create an end to end attendance management system for the company
16 stars 11 forks source link

what about creation of tables in sql? #11

Open Meenakshi-mini opened 3 years ago

aaftab1999 commented 11 months ago

Spring data JPA will take care of that.

Vedant112000 commented 4 months ago

For those methods that are not defined by CRUD Repository are defined in our created interface & Spring Data Jpa takes care of creating a query by looking into method name provided. If in the case of spring data jpa is not able to create a query then @Query annotation can be used. (THIS ANSWER IS NOT FOR CREATING A TABLE BUT SOME PEOPLE MAY HAVE CONFUSION ABOUT IT).