Package org.hibernate.event.monitor.spi
package org.hibernate.event.monitor.spi
An SPI for services which collect, report, or monitor diagnostic events.
For example, this SPI is implemented by Hibernate JFR to report events
to Java Flight Recorder.
- Since:
- 7
- See Also:
-
ClassDescriptionAn event which may be collected by the
EventMonitor
.Contract implemented by services which collect, report, or monitor diagnostic events involving interactions between the session and the database or second-level cache.