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

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

Uses of Query in org.eclipse.jpt.core.context
 

Subinterfaces of Query in org.eclipse.jpt.core.context
 interface NamedNativeQuery
          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
          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.core.context with parameters of type Query
 boolean Query.duplicates(Query query)
          Return whether the query is a duplicate of the given query.
 boolean Query.overrides(Query query)
          Return whether the query overrides the definition of the given query (e.g.
 

Uses of Query in org.eclipse.jpt.core.context.java
 

Subinterfaces of Query in org.eclipse.jpt.core.context.java
 interface JavaNamedNativeQuery
          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
          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
          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.core.context.orm
 

Subinterfaces of Query in org.eclipse.jpt.core.context.orm
 interface OrmNamedNativeQuery
          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
          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
          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.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type Query
 java.util.ListIterator<Query> PersistenceUnit.queries()
          Return the list of queries defined within the persistence unit's scope, including queries with duplicate names.
 

Methods in org.eclipse.jpt.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.core.jpa2.context
 

Subinterfaces of Query in org.eclipse.jpt.core.jpa2.context
 interface NamedQuery2_0
          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.core.jpa2.context.java
 

Subinterfaces of Query in org.eclipse.jpt.core.jpa2.context.java
 interface JavaNamedQuery2_0
          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.core.jpa2.context.orm
 

Subinterfaces of Query in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmNamedQuery2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.