Spring boot : JPA (Part-1) | JDBC Template

  Рет қаралды 11,367

Concept && Coding - by Shrayansh

Concept && Coding - by Shrayansh

Күн бұрын

Пікірлер: 43
@pavanreddy031
@pavanreddy031 Ай бұрын
please complete spring boot series as early as possible. I know you are a job holder and make free time hardly, but the way you explain is too good. So pls complete this series ASAP.
@abhinav5433
@abhinav5433 Ай бұрын
bhai apne agar yeh series follow ki hai toh bta skte ho koi prerequisite hai is course ke
@pavanreddy031
@pavanreddy031 Ай бұрын
@ java. He will teach spring from scratch with some incredible explanation
@abhishekkulkarni3466
@abhishekkulkarni3466 Ай бұрын
Kitne videos hone wale hain is series me?
@tejasnimbre9197
@tejasnimbre9197 15 күн бұрын
Bhai quality content takes time..and also don't be too much dependent on one source..videos will come but also learn to read from documentation and blogs.
@devalshah69
@devalshah69 Ай бұрын
Oh finally JPA, this is most important topic I beleive, because anything we want to do with entity transactions,JPA is the basic.
@singhji4149
@singhji4149 Ай бұрын
Waoo what a explain believe best springboot course, i eagerly waiting for spring security and springboot caching 🙏
@mahitk7269
@mahitk7269 Ай бұрын
Just in time!!! and Amazing as always
@naveentmyug
@naveentmyug 25 күн бұрын
Today I got to know that JPA is an interface and hibernate is its implementation and also uses JDBC APIs. Thanks for this clarification.
@ganeshrohit9566
@ganeshrohit9566 Ай бұрын
please upload more videos quickly, very good explanation and do a video on one-to-one, many-to-one mapping in springboot
@venkateshreddy339
@venkateshreddy339 Ай бұрын
Please make a videos on Spring Security
@YogaNarasimhaEpuri
@YogaNarasimhaEpuri Ай бұрын
Sir while making video CQRS pattern, please include some example for Strangler pattern. Thank you sir.
@ABDESSAMADALLAY-m3x
@ABDESSAMADALLAY-m3x Ай бұрын
Excellent explanation as always When part 2?
@baburaomulaparthi4531
@baburaomulaparthi4531 Ай бұрын
Very nice bro. i have small query related connection. In case of connection pool(like hikari or w3p), whther datasource use physical connection or logical connection?
@LegitGamer2345
@LegitGamer2345 Ай бұрын
GPT: Connection Pooling: In a connection pool (like HikariCP), physical connections to the database are established and managed by the pool. Logical Connections: The pool provides logical connections to the application, which are just wrappers around the underlying physical connections. These are what your application interacts with when making database queries. Efficiency: The main advantage of pooling is that it avoids the overhead of establishing new physical database connections every time, which can be slow and resource-intensive. So, the datasource in a connection pool uses physical connections under the hood, but it provides logical connections to the application, allowing efficient reuse of physical connections.
@Nikhil7857
@Nikhil7857 Ай бұрын
One connection pool object represent a connection with Db, like open session while accessing db from terminal / cmd line
@monikakumari708
@monikakumari708 11 күн бұрын
Hi @Shrayansh We saw 1 persistence unit required for 1 database. Can we have different persistence unit created for different schemas on the same DB ?
@Akshaystudy-r8n
@Akshaystudy-r8n Ай бұрын
Thanks for uploading this video !
@eshwarsai5027
@eshwarsai5027 Ай бұрын
Hi @Shrayansh, Can you please provide the pdf notes in the rough note format as well like the exact written pdf which you have written while expalining in the video so that when we go through that we can visualize what was the point you were explaining while making that note on pdf. Kind request!
@eshwarsai5027
@eshwarsai5027 Ай бұрын
In Community i am refering
@sharmeelasinghaniya9866
@sharmeelasinghaniya9866 Ай бұрын
Cover jpa criteria api also . mostly used in realtime project .
@Akashdeep-ov5kb
@Akashdeep-ov5kb Ай бұрын
Please make video on reactive programming and flux.
@nabinghosh6753
@nabinghosh6753 Ай бұрын
What is HikariPool and HikariDataSource ?
@adityakelaskar1808
@adityakelaskar1808 18 күн бұрын
Is the concept of spring data jpa and spring boot data jpa the same ?
@girishanker3796
@girishanker3796 15 күн бұрын
'Spring Data' is a project under Spring just like the spring cloud, spring security and all. Spring data has many sub projects inside it like Spring Data JPA, Spring Data JDBC, Spring Data Redis, Spring Data Sessions etc. These sub projects helps to use JPA, JDBC, Cache features in Spring with very less boilerplate code and configurations. Whatever you are referring to above, both are same.
@nikhithayarramareddy1516
@nikhithayarramareddy1516 Ай бұрын
Hi @Shreyansh, when it comes to performance which is the best to use JPA or SpringBoot JDBC and why ?
@nikhil4yourhelp670
@nikhil4yourhelp670 Ай бұрын
I guess JPA
@shadman346
@shadman346 Ай бұрын
I think it is more about whether you want to use ORM or not. JPA works with ORM and JDBC you are responsible for mapping the result set and writing custom queries. So definitely if you want a more granular level of control spring JDBC could provide you that.
@nikhil4yourhelp670
@nikhil4yourhelp670 Ай бұрын
Thank you 👍
@student-px7iz
@student-px7iz Ай бұрын
Will this be included in udemy course
@sheikhparvezahmed2696
@sheikhparvezahmed2696 Ай бұрын
Please share the notes link in community post
@ConceptandCoding
@ConceptandCoding Ай бұрын
will do today
@sheikhparvezahmed2696
@sheikhparvezahmed2696 Ай бұрын
​@@ConceptandCoding Thank you so much. And please complete the series ASAP.
@Himanshusingh-lj8ku
@Himanshusingh-lj8ku Ай бұрын
Please 2nd Part
@Mohd_Rashid_Siddiqui
@Mohd_Rashid_Siddiqui Ай бұрын
Jpa ❤❤❤❤
@abusafiaayman6941
@abusafiaayman6941 Ай бұрын
udemy link please?
@ConceptandCoding
@ConceptandCoding Ай бұрын
not yet uploaded, will do it soon and update
@abusafiaayman6941
@abusafiaayman6941 Ай бұрын
@@ConceptandCoding i have udemy business so where i found your courses in udemy and with what i start for java developer fresh
@ConceptandCoding
@ConceptandCoding Ай бұрын
search for Shrayansh Jain
@surajkumarsingh4857
@surajkumarsingh4857 Ай бұрын
❤❤❤
@manishkeshari5096
@manishkeshari5096 Ай бұрын
15/11/2024 11:32 PM ✅
@amitpauranik1635
@amitpauranik1635 Ай бұрын
First comment ❤
@rishiraj2548
@rishiraj2548 Ай бұрын
🙂👍🏻
Spring boot - Exception Handling | @ControllerAdvice | @ResponseStatus | @ExceptionHandler
56:24
Concept && Coding - by Shrayansh
Рет қаралды 10 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
28. Streams in Java8 | Collections in Java - Part7
1:15:10
Concept && Coding - by Shrayansh
Рет қаралды 60 М.
Introduction to Maven and its Lifecycle | Spring boot Maven project
48:32
Concept && Coding - by Shrayansh
Рет қаралды 54 М.
Spring boot JPA Architecture
12:47
Shrayansh Jain
Рет қаралды 2,4 М.
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 219 М.
Introduction to Spring boot | Its Advantage over Spring MVC and Servlets based Web applications
45:52
API GATEWAY and Microservices Architecture | How API Gateway act as a Single Entry Point?
23:18
Concept && Coding - by Shrayansh
Рет қаралды 45 М.
Microservices Gone Wrong at DoorDash
17:22
NeetCodeIO
Рет қаралды 167 М.
24. OAuth 2.0: Explained with API Request and Response Sample | High Level System Design
35:24
Concept && Coding - by Shrayansh
Рет қаралды 44 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН