Uses of Interface
org.hibernate.event.monitor.spi.DiagnosticEvent
Packages that use DiagnosticEvent
Package
Description
An SPI for services which collect, report, or monitor diagnostic events.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of DiagnosticEvent in org.hibernate.event.monitor.spi
Methods in org.hibernate.event.monitor.spi that return DiagnosticEventModifier and TypeMethodDescriptionEventMonitor.beginCacheGetEvent()
EventMonitor.beginCachePutEvent()
EventMonitor.beginCollectionRecreateEvent()
EventMonitor.beginCollectionRemoveEvent()
EventMonitor.beginCollectionUpdateEvent()
EventMonitor.beginDirtyCalculationEvent()
EventMonitor.beginEntityDeleteEvent()
EventMonitor.beginEntityInsertEvent()
EventMonitor.beginEntityLockEvent()
EventMonitor.beginEntityUpdateEvent()
EventMonitor.beginEntityUpsertEvent()
EventMonitor.beginFlushEvent()
EventMonitor.beginJdbcBatchExecutionEvent()
EventMonitor.beginJdbcConnectionAcquisitionEvent()
EventMonitor.beginJdbcConnectionReleaseEvent()
EventMonitor.beginJdbcPreparedStatementCreationEvent()
EventMonitor.beginJdbcPreparedStatementExecutionEvent()
EventMonitor.beginPartialFlushEvent()
EventMonitor.beginPrePartialFlush()
EventMonitor.beginSessionClosedEvent()
EventMonitor.beginSessionOpenEvent()
Methods in org.hibernate.event.monitor.spi with parameters of type DiagnosticEventModifier and TypeMethodDescriptionvoid
EventMonitor.completeCacheGetEvent
(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, boolean hit) void
EventMonitor.completeCacheGetEvent
(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, CollectionPersister persister, boolean hit) void
EventMonitor.completeCacheGetEvent
(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, EntityPersister persister, boolean isNaturalKey, boolean hit) void
EventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, CollectionPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) void
EventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, boolean isNatualId, EventMonitor.CacheActionDescription description) void
EventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) void
EventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, Region region, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) void
EventMonitor.completeCollectionRecreateEvent
(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeCollectionRemoveEvent
(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeCollectionUpdateEvent
(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeDirtyCalculationEvent
(DiagnosticEvent dirtyCalculationEvent, SharedSessionContractImplementor session, EntityPersister persister, EntityEntry entry, int[] dirtyProperties) void
EventMonitor.completeEntityDeleteEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeEntityInsertEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeEntityLockEvent
(DiagnosticEvent event, Object id, String entityName, LockMode lockMode, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeEntityUpdateEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeEntityUpsertEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event) void
EventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event, boolean autoFlush) void
EventMonitor.completeJdbcBatchExecutionEvent
(DiagnosticEvent jdbcBatchExecutionEvent, String statementSql) void
EventMonitor.completeJdbcConnectionAcquisitionEvent
(DiagnosticEvent jdbcConnectionAcquisitionEvent, SharedSessionContractImplementor session, Object tenantId) void
EventMonitor.completeJdbcConnectionReleaseEvent
(DiagnosticEvent jdbcConnectionReleaseEvent, SharedSessionContractImplementor session, Object tenantId) void
EventMonitor.completeJdbcPreparedStatementCreationEvent
(DiagnosticEvent jdbcPreparedStatementCreation, String preparedStatementSql) void
EventMonitor.completeJdbcPreparedStatementExecutionEvent
(DiagnosticEvent jdbcPreparedStatementExecutionEvent, String preparedStatementSql) void
EventMonitor.completePartialFlushEvent
(DiagnosticEvent flushEvent, AutoFlushEvent event) void
EventMonitor.completePrePartialFlush
(DiagnosticEvent prePartialFlush, SharedSessionContractImplementor session) void
EventMonitor.completeSessionClosedEvent
(DiagnosticEvent sessionClosedEvent, SharedSessionContractImplementor session) void
EventMonitor.completeSessionOpenEvent
(DiagnosticEvent sessionOpenEvent, SharedSessionContractImplementor session) -
Uses of DiagnosticEvent in org.hibernate.event.spi
Subinterfaces of DiagnosticEvent in org.hibernate.event.spiModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.
DiagnosticEvent
.