If tables are not creating automatically in postgres or anyother db. Without configuring spring.jpa.hibernate.ddl-auto=update,Hibernate will not automatically handle the creation or updating of database tables based on your entity classes. In the case of H2, the tables are created automatically due to Spring Boot's embedded database-friendly defaults. However, with PostgreSQL, you need to be more explicit in configuring how the schema should be managed to avoid unintended consequences in a production environment.
00:04 Creating repository layer for data access 01:29 Interface for defining methods with JpaRepository in Spring Data JPA. 02:46 Using JpaRepository methods in Spring Data JPA 04:06 JpaRepository extends Repository with additional methods. 05:29 Spring Data JPA uses save method for both saving and updating data 06:53 Every table needs a primary key, mention it as ID for entity identification 08:23 Spring Data JPA generates SQL queries behind the scenes 09:50 Demonstration of querying and configuring H2 database in Spring Data JPA
Informative and very useful for me as a beginner. Thank you so much Navin and team
The best conceptual tutorials out there
Thanks for your amazing work!
Thank you for your explanation
This playlist is very good... you are explaining the things in very good example and it's more understanding for me. playlist is going very intresting. looking ahead for more videos
This content is pure gold
simply amazing , great video and great way of explaining things . Thanks
Crazzzy man how good it is
Another great video 👍👍
basics of spring data JPA boils down!!!
Greate tutor, love him
I'm surprised this is so much simpler than Entity Framework
Good explaination sir,,like you say u dony teach but educate the aliens
Nice explanation
Well Explained Sir
Thanks
Enjoying series
@VaibhavVijayvargiya1994