14
18

More than 5 years have passed since last update.

JPAエンティティのライフサイクルをテキストで書いてみた

Posted at

自由にコピペしてください。

                    ○      ◎
                new |      ^ GC
                    v      |
                   +---------+
                   | メモリ   | <--------------+
                   +---------+                |
   find/JPQL             |                    |
○----------------------+ |                    |
                       | | persist            |
                       v v                    |
+---------+  merge   +---------+  remove   +---------+
|         | -------> |         | --------> |         |
| 分離状態 | <------- | 管理状態 |           | 削除済み |
|         |  clear   |         | <-+       |         |
+---------+  detach  +---------+   |       +---------+
                       ^    |      |
                       |    +------+
                       |      refresh
                       |      setter
                       v
                    +-------------+
                    +-------------+
                    | データベース |
                    +-------------+

14
18
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
18