Custom Query in Spring Boot with Mysql database tutorial | Spring Data JPA | Query Param annotations

Поделиться
HTML-код
  • Опубликовано: 5 авг 2023
  • How to write and use custom query in spring boot while connecting to mysql database is shown
    #springboot #springboottutorial
  • НаукаНаука

Комментарии • 23

  • @raghucreations943
    @raghucreations943 3 месяца назад

    That's just what I'm looking for, thanks a lot. I've learned a lot from your content.
    Thank You sir....

  • @somnathchoudhuri
    @somnathchoudhuri 5 месяцев назад

    Useful lecture. Some suggestions - add 2 or 3 tables and joins. Also add multi params. Thanks for this!

  • @nishantchowdhury4350
    @nishantchowdhury4350 29 дней назад

    so good

  • @bsnbhasith5666
    @bsnbhasith5666 7 дней назад

    thank you sir

  • @TheKnightKing007
    @TheKnightKing007 4 месяца назад

    it is really help full for me...plz make more advanced videos

  • @eyobedmesfin7260
    @eyobedmesfin7260 9 месяцев назад +1

    nice tutorial 👍👍

  • @hplat-vku
    @hplat-vku 3 месяца назад +1

    30:34 the reason

  • @mr.anilkumar5418
    @mr.anilkumar5418 3 месяца назад

    how can we insert the data through custom query?

    • @unitedtoptech6288
      @unitedtoptech6288  3 месяца назад

      You can have a insert query and pass the values to be inserted when calling the query function

  • @Taranpreet_singho
    @Taranpreet_singho 2 месяца назад

    bro how check phone number present then return yes present else not how to wriite this ????

    • @unitedtoptech6288
      @unitedtoptech6288  2 месяца назад

      Is phone number some column value in table?

    • @Taranpreet_singho
      @Taranpreet_singho 2 месяца назад

      ​@@unitedtoptech6288 yes bro phonenumber is column Please give me solution

    • @Taranpreet_singho
      @Taranpreet_singho 2 месяца назад

      ​@@unitedtoptech6288If phone is not present then return 500 error

    • @unitedtoptech6288
      @unitedtoptech6288  2 месяца назад

      You can just have a custom select query with where phoneNumber="input number" , since phone number is unique we will get only one record and if the phone number is not there in table return error

  • @tompol5433
    @tompol5433 3 месяца назад

    add github link for you project