|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.context |
|---|
| 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 that return types with arguments of type NamedQuery | |
|---|---|
org.eclipse.jpt.common.utility.iterable.ListIterable<? extends NamedQuery> |
QueryContainer.getNamedQueries()
Return the container's named queries. |
| 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 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 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
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 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 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 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 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 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
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 NamedQuery in org.eclipse.jpt.jpa.core.jpql |
|---|
| Methods in org.eclipse.jpt.jpa.core.jpql with parameters of type NamedQuery | |
|---|---|
protected List<IMessage> |
JpaJpqlQueryHelper.buildProblems(NamedQuery namedQuery,
List<TextRange> textRanges,
JPQLQueryProblem problem,
String parsedJpqlQuery,
String jpqlQuery,
String actualJpqlQuery,
int offset,
JpaJpqlQueryHelper.EscapeType escapeType)
Creates a new IMessage for the given JPQLQueryProblem. |
protected int |
JpaJpqlQueryHelper.getValidationSeverity(NamedQuery namedQuery)
|
void |
JpaJpqlQueryHelper.setQuery(NamedQuery namedQuery,
String actualQuery)
Sets the given named query and string representation of the JPQL query. |
protected boolean |
JpaJpqlQueryHelper.shouldValidate(NamedQuery namedQuery)
|
void |
JpaJpqlQueryHelper.validate(NamedQuery namedQuery,
String jpqlQuery,
String actualJpqlQuery,
List<TextRange> textRanges,
int offset,
JpaJpqlQueryHelper.EscapeType escapeType,
List<IMessage> messages)
Validates the given NamedQuery by validating the JPQL query. |
| Uses of NamedQuery in org.eclipse.jpt.jpa.core.jpql.spi |
|---|
| Methods in org.eclipse.jpt.jpa.core.jpql.spi that return NamedQuery | |
|---|---|
protected NamedQuery |
JpaQuery.getQuery()
Returns the encapsulated NamedQuery, which is the actual object. |
| Methods in org.eclipse.jpt.jpa.core.jpql.spi that return types with arguments of type NamedQuery | |
|---|---|
protected org.eclipse.jpt.common.utility.iterable.ListIterable<? extends NamedQuery> |
JpaEntity.getNamedQueries()
|
| Methods in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type NamedQuery | |
|---|---|
protected IQuery |
JpaEntity.buildQuery(JpaManagedTypeProvider provider,
NamedQuery namedQuery)
|
protected void |
JpaQuery.initialize(IManagedTypeProvider provider,
NamedQuery query,
String actualQuery)
|
| Constructors in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type NamedQuery | |
|---|---|
JpaQuery(IManagedTypeProvider provider,
NamedQuery query)
Creates a new JpaQuery. |
|
JpaQuery(IManagedTypeProvider provider,
NamedQuery query,
String actualQuery)
Creates a new JpaQuery. |
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||