イベントID,トレース取得ポイント,およびPRFトレース取得レベルについて,次の表に示します。
表7-99 Query操作のトレース取得ポイントの詳細
イベントID | 図中の番号※1 | トレース取得ポイント | レベル |
---|---|---|---|
0xA354※2 | 1 | EntityManager#createQuery(String)の処理開始 | B |
0xA355※2 | 2 | EntityManager#createQuery(String)の処理終了 | B |
0xA356※2 | 1 | EntityManager#createNamedQuery(String)の処理開始 | B |
0xA357※2 | 2 | EntityManager#createNamedQuery(String)の処理終了 | B |
0xA358※2 | 1 | EntityManager#createNativeQuery(String)の処理開始 | B |
0xA359※2 | 2 | EntityManager#createNativeQuery(String)の処理終了 | B |
0xA35A※2 | 1 | EntityManager#createNativeQuery(String, Class)の処理開始 | B |
0xA35B※2 | 2 | EntityManager#createNativeQuery(String, Class)の処理終了 | B |
0xA35C※2 | 1 | EntityManager#createNativeQuery(String, String)の処理開始 | B |
0xA35D※2 | 2 | EntityManager#createNativeQuery(String, String)の処理終了 | B |
0xA370※3 | 5 | Query#getResultList()の処理開始 | B |
0xA371※3 | 6 | Query#getResultList()の処理終了 | B |
0xA372※3 | 5 | Query#getSingleResult()の処理開始 | B |
0xA373※3 | 6 | Query#getSingleResult()の処理終了 | B |
0xA374※3 | 5 | Query#executeUpdate()の処理開始 | B |
0xA375※3 | 6 | Query#executeUpdate()の処理終了 | B |
0xA376※3 | 3 | Query#setParameter(String, Object)の処理開始 | B |
0xA377※3 | 4 | Query#setParameter(String, Object)の処理終了 | B |
0xA378※3 | 3 | Query#setParameter(String, Date, TemporalType)の処理開始 | B |
0xA379※3 | 4 | Query#setParameter(String, Date, TemporalType)の処理終了 | B |
0xA37A※3 | 3 | Query#setParameter(String, Calendar, TemporalType)の処理開始 | B |
0xA37B※3 | 4 | Query#setParameter(String, Calendar, TemporalType)の処理終了 | B |
0xA37C※3 | 3 | Query#setParameter(int, Object)の処理開始 | B |
0xA37D※3 | 4 | Query#setParameter(int, Object)の処理終了 | B |
0xA37E※3 | 3 | Query#setParameter(int, Date, TemporalType)の処理開始 | B |
0xA37F※3 | 4 | Query#setParameter(int, Date, TemporalType)の処理終了 | B |
0xA380※3 | 3 | Query#setParameter(int, Calendar, TemporalType)の処理開始 | B |
0xA381※3 | 4 | Query#setParameter(int, Calendar, TemporalType)の処理終了 | B |
(凡例)B:詳細
注※1 図7-62中の番号と対応しています。
注※2 javax.persistence.EntityManagerの場合のトレース取得ポイントです。
注※3 javax.persistence.Queryの場合のトレース取得ポイントです。
トレース取得ポイントを次の図に示します。
図7-62 Query操作のトレース取得ポイント
Queryの操作で取得できるトレース情報を次の表に示します。
表7-100 Query操作で取得できるトレース情報
図中の番号※1 | イベントID | レベル | 取得できる情報 | ||
---|---|---|---|---|---|
インタフェース名 | オペレーション名 | オプション | |||
1※2 | 0xA354 | B | - | - | - |
0xA356 | B | - | - | - | |
0xA358 | B | - | - | - | |
0xA35A | B | - | - | - | |
0xA35C | B | - | - | - | |
2※2 | 0xA355 | B | - | - | ※3 |
0xA357 | B | - | - | ※3 | |
0xA359 | B | - | - | ※3 | |
0xA35B | B | - | - | ※3 | |
0xA35D | B | - | - | ※3 | |
3※4 | 0xA376 | B | - | - | - |
0xA378 | B | - | - | - | |
0xA37A | B | - | - | - | |
0xA37C | B | - | - | - | |
0xA37E | B | - | - | - | |
0xA380 | B | - | - | - | |
4※4 | 0xA377 | B | - | - | ※3 |
0xA379 | B | - | - | ※3 | |
0xA37B | B | - | - | ※3 | |
0xA37D | B | - | - | ※3 | |
0xA37F | B | - | - | ※3 | |
0xA381 | B | - | - | ※3 | |
5※4 | 0xA370 | B | - | - | - |
0xA372 | B | - | - | - | |
0xA374 | B | - | - | - | |
6※4 | 0xA371 | B | - | - | ※3 |
0xA373 | B | - | - | ※3 | |
0xA375 | B | - | - | ※3 |
(凡例)B:詳細 -:該当なし
注※1 図7-62中の番号と対応しています。
注※2 javax.persistence.EntityManagerの場合のトレース取得ポイントです。
注※3 例外が発生した場合,例外が表示されます。
注※4 javax.persistence.Queryの場合のトレース取得ポイントです。