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