15.12.3 Trace collection points and trace information that can be collected during the operation of EntityManager
- Organization of this subsection
(1) Trace collection points and PRF trace collection levels
The following table describes the event IDs, trace collection points, and PRF trace collection levels.
|
Event ID |
No. in the figure#1 |
Trace acquisition points |
Level |
|---|---|---|---|
|
0xA340 |
1 |
When the processing of EntityManager#persist(Object) starts |
B |
|
0xA341 |
2 |
When the processing of EntityManager#persist(Object) ends |
B |
|
0xA342 |
1 |
When the processing of EntityManager#merge(T) starts |
B |
|
0xA343 |
2 |
When the processing of EntityManager#merge(T) ends |
B |
|
0xA344 |
1 |
When the processing of EntityManager#remove(Object) starts |
B |
|
0xA345 |
2 |
When the processing of EntityManager#remove(Object) ends |
B |
|
0xA346 |
1 |
When the processing of EntityManager#find(Class<T>, Object) starts |
B |
|
0xA347 |
2 |
When the processing of EntityManager#find(Class<T>, Object) ends |
B |
|
0xA348 |
1 |
When the processing of EntityManager#getReference(Class<T>, Object) starts |
B |
|
0xA349 |
2 |
When the processing of EntityManager#getReference(Class<T>, Object) ends |
B |
|
0xA34A |
1 |
When the processing of EntityManager#flush() starts |
B |
|
0xA34B |
2 |
When the processing of EntityManager#flush() ends |
B |
|
0xA34C |
1 |
When the processing of EntityManager#lock(Object, LockModeType) starts |
B |
|
0xA34D |
2 |
When the processing of EntityManager#lock(Object, LockModeType) ends |
B |
|
0xA34E |
1 |
When the processing of EntityManager#refresh(Object) starts |
B |
|
0xA34F |
2 |
When the processing of EntityManager#refresh(Object) ends |
B |
|
0xA350 |
1 |
When the processing of EntityManager#clear() starts |
B |
|
0xA351 |
2 |
When the processing of EntityManager#clear() ends |
B |
|
0xA352 |
1 |
When the processing of EntityManager#contains(Object) starts |
B |
|
0xA353 |
2 |
When the processing of EntityManager#contains(Object) ends |
B |
|
0xA35E |
1 |
When the processing of EntityManager#joinTransaction() starts |
B |
|
0xA35F |
2 |
When the processing of EntityManager#joinTransaction() ends |
B |
- Legend:
-
B: Advanced
- #1
-
Corresponds to the numbers in Figure 15-23.
The following figure shows the trace collection points.
|
|
(2) Trace information that can be collected
The following table describes the trace information that can be collected during the operation of EntityManager.
|
No. in the figure#1 |
Event ID |
Level |
Information that you can acquire |
||
|---|---|---|---|---|---|
|
Interface name |
Operation name |
Optional |
|||
|
1 |
0xA340 |
B |
-- |
-- |
-- |
|
0xA342 |
B |
-- |
-- |
-- |
|
|
0xA344 |
B |
-- |
-- |
-- |
|
|
0xA346 |
B |
-- |
-- |
-- |
|
|
0xA348 |
B |
-- |
-- |
-- |
|
|
0xA34A |
B |
-- |
-- |
-- |
|
|
0xA34C |
B |
-- |
-- |
-- |
|
|
0xA34E |
B |
-- |
-- |
-- |
|
|
0xA350 |
B |
-- |
-- |
-- |
|
|
0xA352 |
B |
-- |
-- |
-- |
|
|
0xA35E |
B |
-- |
-- |
-- |
|
|
2 |
0xA341 |
B |
-- |
-- |
#2 |
|
0xA343 |
B |
-- |
-- |
#2 |
|
|
0xA345 |
B |
-- |
-- |
#2 |
|
|
0xA347 |
B |
-- |
-- |
#2 |
|
|
0xA349 |
B |
-- |
-- |
#2 |
|
|
0xA34B |
B |
-- |
-- |
#2 |
|
|
0xA34D |
B |
-- |
-- |
#2 |
|
|
0xA34F |
B |
-- |
-- |
#2 |
|
|
0xA351 |
B |
-- |
-- |
#2 |
|
|
0xA353 |
B |
-- |
-- |
#2 |
|
|
0xA35F |
B |
-- |
-- |
#2 |
|
- Legend:
-
B: Advanced
--: Not applicable
- #1
-
Corresponds to the numbers in Figure 15-23.
- #2
-
When an exception occurs, the exception is displayed.