Spring Data JPA | Example | Java Techie

preview_player
Показать описание
How to work spring data jpa

Like & Subscribe
Рекомендации по теме
Комментарии
Автор

You know how to explain what to explain first and what are the important items need to be cover. Excellent

prithvik
Автор

I am watching this video now to refresh the jpa knowledge ...Excellent and simple explanation !!! Basant 100/100

cooldudev
Автор

increase your volume.. let the world hear this...

YouTuber-lbot
Автор

great work master, salute to you javatechie the master like kungfu master. hahahahaha

atharvsingh
Автор

Thank you so much for the quality tutorial.. covered most of the basic things for up and running.

skccharan
Автор

Basically you can use a single annotation called @Data that covers the rest all you mentioned in Lombok

raghavanaliassaravananm
Автор

very good example. Thank you very much Teacher

chairattangthong
Автор

Thankyou so much, you made it so easy for me to get the concepts. Thank you so much .

priyavratsharma
Автор

You are doing good job. Keep up with good work

SatyendraChandan
Автор

Nice Video Dude ..Thanks for Uploading..

SarojKumar-lbgs
Автор

Hi Sir, I really wanna appreciate you for your style. The way you explained with a perfect exemplary And it helped me a tonnes to have a basic understanding of Spring Data JPA. Thank you so much. Would love to see you making more on Relationships in JPA, like how can we write queries related to Joins between different tables. And more coming on it.

abhinavanand
Автор

Thank you Basant, It is very informative !!
One question How(In which format) and Where is the Data getting stored ?

crazybee
Автор

Hi thanks for your lecture, can u add projection criteria now day all are using projection criteria

aksahoo
Автор

Hi very nicely explained..did u make any tutorial on query annotation with joins and master and child table relations

gautambit
Автор

From where are you writing these methods in the repository? How do we get to know these different types of methods?

saurabhsalve
Автор

Hi besant, nice video from spring boot 2.1 onwards hikari as the default. So we no need to add configuration regarding hikari in application.properties/yml file. Thanks

sriaya
Автор

Basant One request While explaining the theory Can u please put them in a white board?

SarojKumar-lbgs
Автор

why you should not call the repository method from controller instead of in service ?

l.r.belbase
Автор

Good course Basant. I faced a problem with LTS spring version and lombok is that I couldn't create initDB() without manually writing the noarg and allargs constructor, even though it was annotated in User class. And upon adding so, the fetch from findall() was just blank records. Could you please advise on this.
POM:
<parent>



<relativePath/> <!-- lookup parent from repository -->
</parent>
<dependency>


<optional>true</optional>
</dependency>


The constructor User(int, String, String, int) is 24 Java Problem

sarthaksahu
Автор

If our table will be relationships ...in that case how we do??

nikhilbharne