Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.Query

Packages that use Query
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

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
           
 

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> TypeMapping.getQueries()
           
 Iterable<Query> QueryContainer.getQueries()
          Return the container's named and named native queries.
 Class<? extends Query> Query.getQueryType()
          Return the query's type.
 Iterable<Query> TypeMapping.QueriesTransformer.transform(TypeMapping mapping)
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type Query
 boolean Query.isEquivalentTo(Query query)
          Return whether the specified query has the same state as this query but is not this query.
 

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.
 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
 

Fields in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type parameters of type Query
protected static EclipseLinkPersistenceUnit.EquivalencyAdapter<Query> EclipseLinkPersistenceUnit.QUERY_EQUIVALENCY_ADAPTER
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that return types with arguments of type Query
protected  HashMap<String,ArrayList<Query>> EclipseLinkPersistenceUnit.getEclipseLinkConvertibleJavaQueries()
           
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type Query
 boolean EclipseLinkPersistenceUnit.QueryEquivalencyAdapter.valuesAreEquivalent(Query query1, Query query2)
           
 

Method parameters in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type arguments of type Query
protected  void EclipseLinkPersistenceUnit.convertJavaQueriesWithSameName(OrmQueryContainer queryContainer, Map.Entry<String,ArrayList<Query>> entry, SubMonitor monitor)
           
protected  void EclipseLinkPersistenceUnit.validateQueriesWithSameName(String queryName, ArrayList<Query> dups, List<IMessage> messages)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.