Who needs Hibernate when there is SQL? By Simon Martinelli

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 3

  • @praveens2272
    @praveens2272 ปีที่แล้ว +1

    It's a great session, have one question let's assume we have 2000 tables in a database and everytime we maven build the project, does it try to generate the classes from database ? If it is how much time it takes to do that task ? Does it impact CI pipeline ?

    • @simonmartinelli
      @simonmartinelli ปีที่แล้ว +4

      That's a very good question. If you have a lot of database objects it's better to separate the jOOQ build from the application

    • @praveens2272
      @praveens2272 ปีที่แล้ว

      @@simonmartinelli thanks simon