Uses of Enum Class
org.hibernate.event.monitor.spi.EventMonitor.CacheActionDescription
Packages that use EventMonitor.CacheActionDescription
Package
Description
An SPI for services which collect, report, or monitor diagnostic events.
-
Uses of EventMonitor.CacheActionDescription in org.hibernate.event.monitor.internal
Methods in org.hibernate.event.monitor.internal with parameters of type EventMonitor.CacheActionDescriptionModifier and TypeMethodDescriptionvoid
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) -
Uses of EventMonitor.CacheActionDescription in org.hibernate.event.monitor.spi
Methods in org.hibernate.event.monitor.spi that return EventMonitor.CacheActionDescriptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EventMonitor.CacheActionDescription[]
EventMonitor.CacheActionDescription.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.event.monitor.spi with parameters of type EventMonitor.CacheActionDescriptionModifier and TypeMethodDescriptionvoid
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)