|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryHint | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.context.java | |
| org.eclipse.jpt.jpa.core.context.orm | |
| Uses of QueryHint in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context with type parameters of type QueryHint | ||
|---|---|---|
|
Query.getHints()
Return the query's hints. |
|
| Methods in org.eclipse.jpt.jpa.core.context that return QueryHint | |
|---|---|
QueryHint |
Query.addHint()
Add a hint to the query and return the object representing it. |
QueryHint |
Query.addHint(int index)
Add a hint to the query and return the object representing it. |
| Methods in org.eclipse.jpt.jpa.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.jpa.core.context.java |
|---|
| Subinterfaces of QueryHint in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaQueryHint
Java query hint |
| Uses of QueryHint in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of QueryHint in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmQueryHint
orm.xml query hint |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||