Uses of Interface
org.eclipse.persistence.jpa.config.QueryHint
-
Packages that use QueryHint Package Description org.eclipse.persistence.internal.jpa.config.queries org.eclipse.persistence.jpa.config -
-
Uses of QueryHint in org.eclipse.persistence.internal.jpa.config.queries
Classes in org.eclipse.persistence.internal.jpa.config.queries that implement QueryHint Modifier and Type Class Description classQueryHintImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.queries that return QueryHint Modifier and Type Method Description QueryHintAbstractNamedQueryImpl. addQueryHint()QueryHintQueryHintImpl. setName(String name)QueryHintQueryHintImpl. setValue(String value) -
Uses of QueryHint in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return QueryHint Modifier and Type Method Description QueryHintNamedNativeQuery. addQueryHint()QueryHintNamedPlsqlStoredFunctionQuery. addQueryHint()QueryHintNamedPlsqlStoredProcedureQuery. addQueryHint()QueryHintNamedQuery. addQueryHint()QueryHintNamedStoredFunctionQuery. addQueryHint()QueryHintNamedStoredProcedureQuery. addQueryHint()QueryHintQueryHint. setName(String name)QueryHintQueryHint. setValue(String value)
-