Package io.micronaut.data.event
Interface QueryEventContext<T>
-
- Type Parameters:
T
- The entity type
- All Superinterfaces:
PersistenceEventContext<T>
public interface QueryEventContext<T> extends PersistenceEventContext<T>
Event context for when a query is performed.- Since:
- 2.4.0
- Author:
- graemerocher
-
-
Method Summary
-
Methods inherited from interface io.micronaut.data.event.PersistenceEventContext
getPersistentEntity
-
-