Interface NamedQueryMemento<T>

All Superinterfaces:
JpaReference
All Known Subinterfaces:
NamedCallableQueryMemento, NamedMutationMemento<T>, NamedNativeQueryMemento<E>, NamedSelectionMemento<T>, NamedSqmQueryMemento<E>

public interface NamedQueryMemento<T> extends JpaReference
The runtime representation of named queries. They are stored in and available through the QueryEngine's NamedObjectRepository. This is the base contract for all specific types of named query mementos