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 TypeMethodDescriptionvoidEmptyEventMonitor.completeCacheGetEvent(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, boolean hit) voidEmptyEventMonitor.completeCacheGetEvent(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, CollectionPersister persister, boolean hit) voidEmptyEventMonitor.completeCacheGetEvent(DiagnosticEvent cacheGetEvent, SharedSessionContractImplementor session, Region region, EntityPersister persister, boolean isNaturalKey, boolean hit) voidEmptyEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, CollectionPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) voidEmptyEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, boolean isNatualId, EventMonitor.CacheActionDescription description) voidEmptyEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, CachedDomainDataAccess cachedDomainDataAccess, EntityPersister persister, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) voidEmptyEventMonitor.completeCachePutEvent(DiagnosticEvent cachePutEvent, SharedSessionContractImplementor session, Region region, boolean cacheContentChanged, EventMonitor.CacheActionDescription description) voidEmptyEventMonitor.completeCollectionRecreateEvent(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeCollectionRemoveEvent(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeCollectionUpdateEvent(DiagnosticEvent event, Object id, String role, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeDirtyCalculationEvent(DiagnosticEvent dirtyCalculationEvent, SharedSessionContractImplementor session, EntityPersister persister, EntityEntry entry, int[] dirtyProperties) voidEmptyEventMonitor.completeEntityDeleteEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeEntityInsertEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeEntityLockEvent(DiagnosticEvent event, Object id, String entityName, LockMode lockMode, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeEntityUpdateEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeEntityUpsertEvent(DiagnosticEvent event, Object id, String entityName, boolean success, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeFlushEvent(DiagnosticEvent flushEvent, FlushEvent event) voidEmptyEventMonitor.completeFlushEvent(DiagnosticEvent flushEvent, FlushEvent event, boolean autoFlush) voidEmptyEventMonitor.completeJdbcBatchExecutionEvent(DiagnosticEvent jdbcBatchExecutionEvent, String statementSql) voidEmptyEventMonitor.completeJdbcConnectionAcquisitionEvent(DiagnosticEvent jdbcConnectionAcquisitionEvent, SharedSessionContractImplementor session, Object tenantId) voidEmptyEventMonitor.completeJdbcConnectionReleaseEvent(DiagnosticEvent jdbcConnectionReleaseEvent, SharedSessionContractImplementor session, Object tenantId) voidEmptyEventMonitor.completeJdbcPreparedStatementCreationEvent(DiagnosticEvent jdbcPreparedStatementCreation, String preparedStatementSql) voidEmptyEventMonitor.completeJdbcPreparedStatementExecutionEvent(DiagnosticEvent jdbcPreparedStatementExecutionEvent, String preparedStatementSql) voidEmptyEventMonitor.completePartialFlushEvent(DiagnosticEvent flushEvent, AutoFlushEvent event) voidEmptyEventMonitor.completePrePartialFlush(DiagnosticEvent prePartialFlush, SharedSessionContractImplementor session) voidEmptyEventMonitor.completeSessionClosedEvent(DiagnosticEvent sessionClosedEvent, SharedSessionContractImplementor session) voidEmptyEventMonitor.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 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) -
Uses of DiagnosticEvent in org.hibernate.event.spi
Subinterfaces of DiagnosticEvent in org.hibernate.event.spiModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.
DiagnosticEvent.