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   
 

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.overrides(Query query)
          Return true if this query overrides the definition of the specified query (for example, a query defined in orm.xml overrides one defined in java)
 

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.allQueries()
          Return an iterator on all queries defined within this persistence unit, included duplicately named queries.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type Query
 void PersistenceUnit.addQuery(Query query)
          Add the query (defined elsewhere) to the list of queries defined within this persistence unit.