|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Query in org.eclipse.jpt.jpa.core.context |
|---|
| Subinterfaces of Query in org.eclipse.jpt.jpa.core.context | |
|---|---|
interface |
NamedNativeQuery
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. |
interface |
NamedQuery
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. |
| Fields in org.eclipse.jpt.jpa.core.context with type parameters of type Query | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<TypeMapping,Iterable<Query>> |
TypeMapping.QUERIES_TRANSFORMER
|
static Iterable<Class<? extends Query>> |
Query.TYPES
|
| Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type Query | |
|---|---|
Iterable<Query> |
MappingFile.getMappingFileQueries()
Return the queries defined directly in the mapping file (as opposed to including the queries defined in Java types referenced by the mapping file). |
Iterable<Query> |
QueryContainer.getQueries()
Return the container's named and named native queries. |
Iterable<Query> |
TypeMapping.getQueries()
|
Class<? extends Query> |
Query.getType()
Return the generator's type. |
protected Iterable<Query> |
TypeMapping.QueriesTransformer.transform_(TypeMapping mapping)
|
| Uses of Query in org.eclipse.jpt.jpa.core.context.java |
|---|
| Subinterfaces of Query in org.eclipse.jpt.jpa.core.context.java | |
|---|---|
interface |
JavaNamedNativeQuery
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. |
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. |
interface |
JavaQuery
Java named and named native queries 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 Query in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Subinterfaces of Query in org.eclipse.jpt.jpa.core.context.orm | |
|---|---|
interface |
OrmNamedNativeQuery
orm.xml 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. |
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. |
interface |
OrmQuery
orm.xml named and named native queries
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
| Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type Query | |
|---|---|
Iterable<Query> |
EntityMappings.getMappingFileQueries()
Return all the queries defined in both the entity mappings and its entities (but not in any associated Java annotations). |
| Uses of Query in org.eclipse.jpt.jpa.core.context.persistence |
|---|
| Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type Query | |
|---|---|
static org.eclipse.jpt.common.utility.transformer.Transformer<MappingFileRef,Iterable<Query>> |
MappingFileRef.MAPPING_FILE_QUERIES_TRANSFORMER
|
| Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type Query | |
|---|---|
Iterable<Query> |
MappingFileRef.getMappingFileQueries()
|
Iterable<Query> |
PersistenceUnit.getQueries()
Return the "active" queries defined within the persistence unit's scope, including queries with duplicate names. |
protected Iterable<Query> |
MappingFileRef.MappingFileQueriesTransformer.transform_(MappingFileRef ref)
|
| Methods in org.eclipse.jpt.jpa.core.context.persistence with parameters of type Query | |
|---|---|
void |
PersistenceUnit.addQuery(Query query)
Add the specified query (that is defined elsewhere) to the list of queries defined within the persistence unit's scope. |
| Uses of Query in org.eclipse.jpt.jpa.core.jpa2.context |
|---|
| Subinterfaces of Query 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 Query in org.eclipse.jpt.jpa.core.jpa2.context.java |
|---|
| Subinterfaces of Query 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 Query in org.eclipse.jpt.jpa.core.jpa2.context.orm |
|---|
| Subinterfaces of Query 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 Query in org.eclipse.jpt.jpa.eclipselink.core.context.persistence |
|---|
| Method parameters in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type arguments of type Query | |
|---|---|
protected void |
EclipseLinkPersistenceUnit.validateQueriesWithSameName(String queryName,
ArrayList<Query> dups,
List<IMessage> messages)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||