IntelliJ IDEA: Data Modeling with Records -5 examples for busy developers

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

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

  • @nasamind
    @nasamind Год назад +3

    Awesome, I like the starting part..

  • @superJohnJim343
    @superJohnJim343 Год назад +5

    Super nice video, thanks. What color scheme and font are you using ?

  • @murrayKorir
    @murrayKorir Год назад +3

    Very awesome.

  • @sagar-rout
    @sagar-rout Год назад +1

    The only reason I think record has to improve or JPA/hibernate has to improve their proxy creation that records do not go well with Hibernate entity/domain objects. But it is very good for Dto projections.

  • @psonney
    @psonney Год назад

    Hi Mala, thank you for video. whihc plug in you are using to show build progress ?

  • @yuchengtu6724
    @yuchengtu6724 Год назад +1

    What is the font color of the theme, I like it very much

  • @gennadyshevchenko7940
    @gennadyshevchenko7940 Год назад

    Spring-academy in Lab: Repositories & Spring Data(lesson Building a REST API with Spring Boot) provide example in which record are a persistence-entity. Is it a mistake?

  • @DinHamburg
    @DinHamburg Год назад +1

    What many videos about records do not explicitly mention is, that records are only immutable when their components are!! When they contain a list or a traditional POJO, you _CAN_ modify those and the record changes

  • @USONOFAV
    @USONOFAV Год назад

    why not make like CoPilot like AI autocomplete built-in to intelliJ? CoPilot is nice but sometime its autocomplete doesn't have the code context.