@VaibhavVijayvargiya1994

You have explained the entire spring data JPA like it is nothing, explained in way too simpler words.
Thank you so much. it will help me for sure.

@gouthamrajesh2745

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.

@lootster

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

@vmsitentertainmenthub2019

Informative and very useful for me as a beginner. Thank you so much Navin and team

@oscargomezz5572

The best conceptual tutorials out there

@fatimapereira838

Thanks for your amazing work!

@ErnieBoland

Thank you for your explanation

@teamleadingstar9592

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

@jairramirez6900

This content is pure gold

@user-cd8cg3yr1q

simply amazing , great video and great way of explaining things . Thanks

@vedantzope8461

Crazzzy man
how good it is

@buddy_made_easy

Another great video 👍👍

@pranaypaul6361

basics of spring data JPA boils down!!!

@teoynwa6405

Greate tutor, love him

@Enderception

I'm surprised this is so much simpler than Entity Framework

@cheguevara1396

Good explaination sir,,like you say u dony teach but educate the aliens

@YouTubekunal43

Nice explanation

@abishekmagar8790

Well Explained Sir

@royalmech14

Thanks

@naraynwetal6544

Enjoying series