Interface NamedQueryMemento<E>

All Superinterfaces:
TypedQueryReference<E>
All Known Subinterfaces:
NamedCallableQueryMemento, NamedNativeQueryMemento<E>, NamedSqmQueryMemento<E>
All Known Implementing Classes:
AbstractNamedQueryMemento, NamedCallableQueryMementoImpl, NamedCriteriaQueryMementoImpl, NamedHqlQueryMementoImpl, NamedNativeQueryMementoImpl

public interface NamedQueryMemento<E> extends TypedQueryReference<E>
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