Uses of Interface
org.eclipse.jpt.core.resource.java.NamedNativeQueryAnnotation

Packages that use NamedNativeQueryAnnotation
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.resource.java   
 

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

Methods in org.eclipse.jpt.core.context.java with parameters of type NamedNativeQueryAnnotation
 void JavaNamedNativeQuery.initialize(NamedNativeQueryAnnotation resourceQuery)
           
 void JavaNamedNativeQuery.update(NamedNativeQueryAnnotation resourceQuery)
          Update the JavaNamedNativeQuery context model object to match the NamedNativeQueryAnnotation resource model object.
 

Uses of NamedNativeQueryAnnotation in org.eclipse.jpt.core.resource.java
 

Subinterfaces of NamedNativeQueryAnnotation in org.eclipse.jpt.core.resource.java
 interface NestableNamedNativeQueryAnnotation
          Corresponds to the JPA annotation javax.persistence.NamedNativeQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.