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.
-
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 TypeMethodDescriptionvoidEventMonitor.completeCacheGetEvent(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, boolean hit) voidEventMonitor.completeCacheGetEvent(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, CollectionPersister persister, boolean hit) voidEventMonitor.completeCacheGetEvent(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, EntityPersister persister, boolean isNaturalKey, boolean hit) voidEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, CollectionPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) voidEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, boolean isNatualId, EventMonitor.CacheActionDescription description) voidEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) voidEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, Region region, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) voidEventMonitor.completeCollectionRecreateEvent(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeCollectionRemoveEvent(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeCollectionUpdateEvent(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeDirtyCalculationEvent(DiagnosticEvent dirtyCalculationEvent, SharedSessionContractImplementor session, EntityPersister persister, EntityEntry entry, int[] dirtyProperties) voidEventMonitor.completeEntityDeleteEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeEntityInsertEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeEntityLockEvent(DiagnosticEvent event, Object id, String entityName, LockMode lockMode, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeEntityUpdateEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeEntityUpsertEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEventMonitor.completeFlushEvent(DiagnosticEvent flushEvent, FlushEvent event) voidEventMonitor.completeFlushEvent(DiagnosticEvent flushEvent, FlushEvent event, boolean autoFlush) voidEventMonitor.completeJdbcBatchExecutionEvent(DiagnosticEvent jdbcBatchExecutionEvent, String statementSql) voidEventMonitor.completeJdbcConnectionAcquisitionEvent(DiagnosticEvent jdbcConnectionAcquisitionEvent, SharedSessionContractImplementor session, Object tenantId) voidEventMonitor.completeJdbcConnectionReleaseEvent(DiagnosticEvent jdbcConnectionReleaseEvent, SharedSessionContractImplementor session, Object tenantId) voidEventMonitor.completeJdbcPreparedStatementCreationEvent(DiagnosticEvent jdbcPreparedStatementCreation, String preparedStatementSql) voidEventMonitor.completeJdbcPreparedStatementExecutionEvent(DiagnosticEvent jdbcPreparedStatementExecutionEvent, String preparedStatementSql) voidEventMonitor.completePartialFlushEvent(DiagnosticEvent flushEvent, AutoFlushEvent event) voidEventMonitor.completePrePartialFlush(DiagnosticEvent prePartialFlush, SharedSessionContractImplementor session) voidEventMonitor.completeSessionClosedEvent(DiagnosticEvent sessionClosedEvent, SharedSessionContractImplementor session) voidEventMonitor.completeSessionOpenEvent(DiagnosticEvent sessionOpenEvent, SharedSessionContractImplementor session)