Spring Boot + Hibernate @Formula : No-Code | Dynamically Compute Derived Fields |

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

КОМЕНТАРІ • 25

  • @ravirajsaraganachari3038
    @ravirajsaraganachari3038 День тому +1

    Interesting and it was Great explanation, Thank you.😊

  • @huseyinaydin99
    @huseyinaydin99 2 дні тому +2

    Thank you Mr. Basant. Please upload more videos. Love JAVA TECHIE.

  • @mayur7736
    @mayur7736 2 дні тому +4

    Can you please create video on MapStruct using spring boot ??

    • @ravirajsaraganachari3038
      @ravirajsaraganachari3038 День тому +1

      Thank you @mayur along with formula I also learnt MapStruct.
      MapStruct also good concept, thank you.

    • @mayur7736
      @mayur7736 17 годин тому

      @ravirajsaraganachari3038 welcome👍

  • @girishrp9339
    @girishrp9339 2 дні тому +1

    Good concept let’s try to implement it

  • @SuperHuman748
    @SuperHuman748 2 дні тому +1

    Hello Basanth, this is a very important topic, finally u have done a video on this. This video should be done long back. Anyways Thanks 👍

  • @gaganpb5234
    @gaganpb5234 2 дні тому +1

    Great content 🎉

  • @GauravSrivastava-c5q
    @GauravSrivastava-c5q 2 дні тому +1

    thanks great to know something new

  • @huseyinaydin99
    @huseyinaydin99 2 дні тому

    Gardaş daha çok video yükle gardaş. Dude, upload more videos bro.

  • @shashikantkumar7014
    @shashikantkumar7014 11 годин тому

    thnx bady

  • @kumarsharwanofficial
    @kumarsharwanofficial 2 дні тому +2

    Thank You, Mr. Bansan. You explain very well❤. But I have some doubts. Can I use this formula annotation in the DTO or Respose Class instead of Entity Where all field names are same as in the entity because I am using copy property before returning the object list...??

    • @Javatechie
      @Javatechie  День тому +1

      Hello Kumar no we can't use it in DTO . That's the limitation buddy

    • @kumarsharwanofficial
      @kumarsharwanofficial День тому +1

      @Javatechie Yes, I hope This limitation should be removed in future...🙂 Thank For Reply ❤️

    • @Javatechie
      @Javatechie  День тому +1

      @@kumarsharwanofficial that Will definitely help us 🙂

  • @NikhilJain08
    @NikhilJain08 2 дні тому +1

    Can we use it with mongodb?

    • @Javatechie
      @Javatechie  2 дні тому +1

      No, Hibernate's @Formula annotation cannot be used with MongoDB becausr This feature used for defining calculated properties in SQL-based relational databases.
      If you want to achieve a similar calculated field functionality in a Spring Boot application with MongoDB, you can:
      Use Aggregations in MongoDB

  • @Anonymous-sp5kc12
    @Anonymous-sp5kc12 День тому +1

    Hi All, need urgent help. I want to publish message from my springboot to a gke topic of another project. can anyone guide me or provide any resources.

    • @Javatechie
      @Javatechie  17 годин тому

      Do you the broker detailed with you where you want to publish

  • @AkashGupta-fe8kq
    @AkashGupta-fe8kq 2 дні тому +1

    How apply promo code while buying spring boot course ?

    • @Javatechie
      @Javatechie  2 дні тому +1

      It will auto apply buddy no worries

    • @AkashGupta-fe8kq
      @AkashGupta-fe8kq 2 дні тому +1

      @Javatechie please plan for one project batch in which we can learn & enhance coding skills

    • @Javatechie
      @Javatechie  2 дні тому +1

      @@AkashGupta-fe8kq yes it's in plan soon I will start hopefully begin of March

  • @adityapatil3346
    @adityapatil3346 2 дні тому

    Ye kon bot bol raha he ?

  • @java-aws-techie
    @java-aws-techie 2 дні тому

    Interesting stuff. Thanks. Does this runtime computation consider DB indices too? If not is it really performance efficient as opposed to saving it in DB?