Entity Life cycle - JPA, Hibernate

This video discusses different states of an entity and some APIs to manage the entity to move around different states.
4 states of an entity: Managed, Transient, Detached, Removed

Пікірлер: 9

  • @bluecakeindustry8338
    @bluecakeindustry83384 жыл бұрын

    Thank you very much for this amazing content!

  • @Anonymous-xg1xq
    @Anonymous-xg1xq3 жыл бұрын

    Wow lady..this is an excellent tutorial on entity lifecycle...thank you very much..

  • @viqarahmed8238
    @viqarahmed82383 жыл бұрын

    Nicely Explained, Thank You

  • @aiiiit
    @aiiiit4 жыл бұрын

    Nice video! I was looking for something like that :) Make more videos!

  • @dazezuz7263

    @dazezuz7263

    4 жыл бұрын

    very yes me too

  • @ifernandez08
    @ifernandez083 жыл бұрын

    Thank you!

  • @immortal-spirit-13
    @immortal-spirit-133 жыл бұрын

    thanks ) good job )

  • @danilo2703992
    @danilo27039924 жыл бұрын

    Hello TIna, if an object let's use this example Person is created with new, and we assign id value(1, "Tina", "Xing"), so we don't use detach method, but we have object with same id ( 1, "John", "Doe") in db already placed. So my question is at the time of creating new Customer (1, "Tina", "Xing"), is that object considered as transient or detached?

  • @pcyou2668
    @pcyou26683 жыл бұрын

    ı like you