Uses of Interface
org.hibernate.event.monitor.spi.EventMonitor
Packages that use EventMonitor
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
-
Uses of EventMonitor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return EventMonitor -
Uses of EventMonitor in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return EventMonitorModifier and TypeMethodDescriptionJdbcSessionOwner.getEventMonitor()Obtain a reference to theEventMonitor.