The best way to batch insert, update, and delete statements with JPA and Hibernate

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

КОМЕНТАРІ • 4

  • @tarunjeetsinghsalh
    @tarunjeetsinghsalh 5 років тому

    I'm using sql server and my entity's generation type is Identity.. Should i set it to auto or table?

    • @vladmihalcea
      @vladmihalcea  5 років тому

      You should use SEQUENCE with SQL Server 2012 or later.

  • @mukeshchoudhary2959
    @mukeshchoudhary2959 6 років тому

    @vlad thanks its nice and i am expecting more videos related to hibernate. i know you have lots of article on your website and i am your big fan and expecting all the article that you written should be converted into video.

    • @vladmihalcea
      @vladmihalcea  6 років тому +1

      No need to wait. You can already find all these awesome videos in the courses section of my blog.
      vladmihalcea.com/courses/
      Enjoy watching them all and learn how to run your data access layer at high speeds!