Spring Integration With Hibernate | Spring ORM | Code Debugger

Поділитися
Вставка
  • Опубліковано 17 вер 2024
  • Spring Integration With Hibernate | Spring ORM
    #SpringBoot #SpringORM #Hibernate #MySQL
    Github: github.com/git...

КОМЕНТАРІ • 5

  • @weitanglau162
    @weitanglau162 3 роки тому +2

    Great video!
    However, can you explain why you use this method instead of using spring data jpa package?

    • @CodeDebugger
      @CodeDebugger  3 роки тому

      To integrate with hibernate we need to use spring ORM instead of spring data JPA

    • @weitanglau162
      @weitanglau162 3 роки тому +1

      @@CodeDebugger Thank you for your reply!!
      What are the difference in functionalities for integration with hibernate vs spring data JPA?
      The reason for this question is that I am able to use spring data jpa for my use case (so far).

    • @CodeDebugger
      @CodeDebugger  3 роки тому

      Spring ORM is the old module than Spring Data JPA,
      Earlier people were using Spring ORM to integrate Hibernate/ mybatis etc

    • @weitanglau162
      @weitanglau162 3 роки тому +1

      @@CodeDebugger I see thanks for your explanation!
      Keep up the good work! will keep watching your tutorials :)