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

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 45

  • @pavanreddy031
    @pavanreddy031 2 місяці тому +20

    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 2 місяці тому +2

      bhai apne agar yeh series follow ki hai toh bta skte ho koi prerequisite hai is course ke

    • @pavanreddy031
      @pavanreddy031 2 місяці тому +3

      @ java. He will teach spring from scratch with some incredible explanation

    • @abhishekkulkarni3466
      @abhishekkulkarni3466 2 місяці тому +2

      Kitne videos hone wale hain is series me?

    • @tejasnimbre9197
      @tejasnimbre9197 Місяць тому +1

      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 2 місяці тому +4

    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 2 місяці тому +6

    Waoo what a explain believe best springboot course, i eagerly waiting for spring security and springboot caching 🙏

  • @mahitk7269
    @mahitk7269 2 місяці тому +3

    Just in time!!! and Amazing as always

  • @naveentmyug
    @naveentmyug Місяць тому

    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 2 місяці тому +1

    please upload more videos quickly, very good explanation and do a video on one-to-one, many-to-one mapping in springboot

  • @venkateshreddy339
    @venkateshreddy339 2 місяці тому +5

    Please make a videos on Spring Security

  • @Akshaystudy-r8n
    @Akshaystudy-r8n 2 місяці тому +1

    Thanks for uploading this video !

  • @ABDESSAMADALLAY-m3x
    @ABDESSAMADALLAY-m3x 2 місяці тому +1

    Excellent explanation as always
    When part 2?

  • @YogaNarasimhaEpuri
    @YogaNarasimhaEpuri 2 місяці тому +2

    Sir while making video CQRS pattern, please include some example for Strangler pattern.
    Thank you sir.

  • @Akashdeep-ov5kb
    @Akashdeep-ov5kb 2 місяці тому +1

    Please make video on reactive programming and flux.

  • @monikakumari708
    @monikakumari708 29 днів тому

    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 ?

  • @baburaomulaparthi4531
    @baburaomulaparthi4531 2 місяці тому +2

    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

  • @nikhil4yourhelp670
    @nikhil4yourhelp670 2 місяці тому +2

    Thank you 👍

  • @vunh195
    @vunh195 6 днів тому +1

    very nice

  • @eshwarsai5027
    @eshwarsai5027 2 місяці тому

    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!

  • @sharmeelasinghaniya9866
    @sharmeelasinghaniya9866 Місяць тому

    Cover jpa criteria api also . mostly used in realtime project .

  • @akashyadagouda896
    @akashyadagouda896 8 днів тому

    Can we get that note in some google docs?

  • @nikhithayarramareddy1516
    @nikhithayarramareddy1516 2 місяці тому

    Hi @Shreyansh, when it comes to performance which is the best to use JPA or SpringBoot JDBC and why ?

    • @nikhil4yourhelp670
      @nikhil4yourhelp670 2 місяці тому

      I guess JPA

    • @shadman346
      @shadman346 2 місяці тому +1

      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.

  • @nabinghosh6753
    @nabinghosh6753 2 місяці тому

    What is HikariPool and HikariDataSource ?

  • @student-px7iz
    @student-px7iz 2 місяці тому

    Will this be included in udemy course

  • @sheikhparvezahmed2696
    @sheikhparvezahmed2696 2 місяці тому

    Please share the notes link in community post

  • @adityakelaskar1808
    @adityakelaskar1808 Місяць тому

    Is the concept of spring data jpa and spring boot data jpa the same ?

    • @girishanker3796
      @girishanker3796 Місяць тому +1

      '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.

  • @manishkeshari5096
    @manishkeshari5096 Місяць тому +1

    15/11/2024 11:32 PM ✅

  • @Himanshusingh-lj8ku
    @Himanshusingh-lj8ku 2 місяці тому

    Please 2nd Part

  • @Mohd_Rashid_Siddiqui
    @Mohd_Rashid_Siddiqui 2 місяці тому +1

    Jpa ❤❤❤❤

  • @abusafiaayman6941
    @abusafiaayman6941 2 місяці тому

    udemy link please?

    • @ConceptandCoding
      @ConceptandCoding  2 місяці тому +2

      not yet uploaded, will do it soon and update

    • @abusafiaayman6941
      @abusafiaayman6941 2 місяці тому

      @@ConceptandCoding i have udemy business so where i found your courses in udemy and with what i start for java developer fresh

    • @ConceptandCoding
      @ConceptandCoding  2 місяці тому

      search for Shrayansh Jain

  • @surajkumarsingh4857
    @surajkumarsingh4857 2 місяці тому +1

    ❤❤❤

  • @amitpauranik1635
    @amitpauranik1635 2 місяці тому +1

    First comment ❤

  • @rishiraj2548
    @rishiraj2548 2 місяці тому +1

    🙂👍🏻