What is Persistence Context?

前端 未结 9 1798
难免孤独
难免孤独 2020-12-07 08:19

I am new to the Java world and JPA. I was studying JPA and came across many new terms like Entity, persistence. While reading, I could not understand the exact definition fo

9条回答
  •  無奈伤痛
    2020-12-07 08:58

    In layman terms we can say that Persistence Context is an environment where entities are managed, i.e it syncs "Entity" with the database.

提交回复
热议问题