|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryHint | |
---|---|
org.eclipse.jpt.core.context | |
org.eclipse.jpt.core.context.java | |
org.eclipse.jpt.core.context.orm |
Uses of QueryHint in org.eclipse.jpt.core.context |
---|
Methods in org.eclipse.jpt.core.context with type parameters of type QueryHint | ||
---|---|---|
|
Query.hints()
Return a list iterator of the hints. |
Methods in org.eclipse.jpt.core.context that return QueryHint | |
---|---|
QueryHint |
Query.addHint(int index)
Add a hint to the query and return the object representing it. |
Methods in org.eclipse.jpt.core.context with parameters of type QueryHint | |
---|---|
void |
Query.removeHint(QueryHint queryHint)
Remove the hint at the index from the query. |
Uses of QueryHint in org.eclipse.jpt.core.context.java |
---|
Subinterfaces of QueryHint in org.eclipse.jpt.core.context.java | |
---|---|
interface |
JavaQueryHint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
Uses of QueryHint in org.eclipse.jpt.core.context.orm |
---|
Subinterfaces of QueryHint in org.eclipse.jpt.core.context.orm | |
---|---|
interface |
OrmQueryHint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |