|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context with type parameters of type NamedQuery | ||
|---|---|---|
|
QueryContainer.namedQueries()
Return the container's named queries. |
|
| Methods in org.eclipse.jpt.jpa.core.context that return NamedQuery | |
|---|---|
NamedQuery |
QueryContainer.addNamedQuery()
Add a new named query to the container and return it. |
NamedQuery |
QueryContainer.addNamedQuery(int index)
Add a new named query to the container at the specified index and return it. |
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type NamedQuery | |
|---|---|
void |
QueryContainer.removeNamedQuery(NamedQuery namedQuery)
Remove the specified named query from the container. |
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of NamedQuery in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaNamedQuery
Java named query |
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of NamedQuery in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmNamedQuery
orm.xml named query |
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.jpa2.context |
|---|
| Subinterfaces of NamedQuery in org.eclipse.jpt.jpa.core.jpa2.context | |
|---|---|
interface |
NamedQuery2_0
JPA 2.0 named query |
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.jpa2.context.java |
|---|
| Subinterfaces of NamedQuery in org.eclipse.jpt.jpa.core.jpa2.context.java | |
|---|---|
interface |
JavaNamedQuery2_0
JPA 2.0 Java named native query |
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of NamedQuery in org.eclipse.jpt.jpa.core.jpa2.context.orm | |
|---|---|
interface |
OrmNamedQuery2_0
JPA 2.0 orm.xml named query |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||