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.internal
Methods in org.hibernate.event.monitor.internal that return DiagnosticEventModifier and TypeMethodDescriptionEmptyEventMonitor.beginCacheGetEvent()
EmptyEventMonitor.beginCachePutEvent()
EmptyEventMonitor.beginCollectionRecreateEvent()
EmptyEventMonitor.beginCollectionRemoveEvent()
EmptyEventMonitor.beginCollectionUpdateEvent()
EmptyEventMonitor.beginDirtyCalculationEvent()
EmptyEventMonitor.beginEntityDeleteEvent()
EmptyEventMonitor.beginEntityInsertEvent()
EmptyEventMonitor.beginEntityLockEvent()
EmptyEventMonitor.beginEntityUpdateEvent()
EmptyEventMonitor.beginEntityUpsertEvent()
EmptyEventMonitor.beginFlushEvent()
EmptyEventMonitor.beginJdbcBatchExecutionEvent()
EmptyEventMonitor.beginJdbcConnectionAcquisitionEvent()
EmptyEventMonitor.beginJdbcConnectionReleaseEvent()
EmptyEventMonitor.beginJdbcPreparedStatementCreationEvent()
EmptyEventMonitor.beginJdbcPreparedStatementExecutionEvent()
EmptyEventMonitor.beginPartialFlushEvent()
EmptyEventMonitor.beginPrePartialFlush()
EmptyEventMonitor.beginSessionClosedEvent()
EmptyEventMonitor.beginSessionOpenEvent()
Methods in org.hibernate.event.monitor.internal with parameters of type DiagnosticEventModifier and TypeMethodDescriptionvoid
EmptyEventMonitor.completeCacheGetEvent
(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, boolean hit) void
EmptyEventMonitor.completeCacheGetEvent
(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, CollectionPersister persister, boolean hit) void
EmptyEventMonitor.completeCacheGetEvent
(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, EntityPersister persister, boolean isNaturalKey, boolean hit) void
EmptyEventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, CollectionPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) void
EmptyEventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, boolean isNatualId, EventMonitor.CacheActionDescription description) void
EmptyEventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) void
EmptyEventMonitor.completeCachePutEvent
(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, Region region, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) void
EmptyEventMonitor.completeCollectionRecreateEvent
(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeCollectionRemoveEvent
(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeCollectionUpdateEvent
(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeDirtyCalculationEvent
(DiagnosticEvent dirtyCalculationEvent, SharedSessionContractImplementor session, EntityPersister persister, EntityEntry entry, int[] dirtyProperties) void
EmptyEventMonitor.completeEntityDeleteEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeEntityInsertEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeEntityLockEvent
(DiagnosticEvent event, Object id, String entityName, LockMode lockMode, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeEntityUpdateEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeEntityUpsertEvent
(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event) void
EmptyEventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event, boolean autoFlush) void
EmptyEventMonitor.completeJdbcBatchExecutionEvent
(DiagnosticEvent jdbcBatchExecutionEvent, String statementSql) void
EmptyEventMonitor.completeJdbcConnectionAcquisitionEvent
(DiagnosticEvent jdbcConnectionAcquisitionEvent, SharedSessionContractImplementor session, Object tenantId) void
EmptyEventMonitor.completeJdbcConnectionReleaseEvent
(DiagnosticEvent jdbcConnectionReleaseEvent, SharedSessionContractImplementor session, Object tenantId) void
EmptyEventMonitor.completeJdbcPreparedStatementCreationEvent
(DiagnosticEvent jdbcPreparedStatementCreation, String preparedStatementSql) void
EmptyEventMonitor.completeJdbcPreparedStatementExecutionEvent
(DiagnosticEvent jdbcPreparedStatementExecutionEvent, String preparedStatementSql) void
EmptyEventMonitor.completePartialFlushEvent
(DiagnosticEvent flushEvent, AutoFlushEvent event) void
EmptyEventMonitor.completePrePartialFlush
(DiagnosticEvent prePartialFlush, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeSessionClosedEvent
(DiagnosticEvent sessionClosedEvent, SharedSessionContractImplementor session) void
EmptyEventMonitor.completeSessionOpenEvent
(DiagnosticEvent sessionOpenEvent, SharedSessionContractImplementor 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
.