- 所有超级接口:
BasicQueryContract<CommonQueryContract>
- 所有已知子接口:
NativeQuery<T>, NativeQueryImplementor<T>, ProcedureCallImplementor<R>, Query<R>, Query<R>, QueryImplementor<R>, SQLQuery<T>
- 所有已知实现类:
AbstractProducedQuery, CollectionFilterImpl, CriteriaQueryTypeQueryAdapter, NativeQueryImpl, ProcedureCallImpl, QueryImpl
public interface CommonQueryContract
extends BasicQueryContract<CommonQueryContract>
Defines the aspects of query definition that apply to all forms of
querying (HQL, JPQL, criteria) across all forms of persistence contexts
(Session, StatelessSession, EntityManager).
- 作者:
- Steve Ebersole, Gavin King