Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaQueryContainer

Packages that use JavaQueryContainer
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
 

Uses of JavaQueryContainer in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaQueryContainer
 JavaQueryContainer JpaFactory.buildJavaQueryContainer(JpaContextNode parent, JavaQueryContainer.Owner owner)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaQueryContainer
 JavaNamedNativeQuery JpaFactory.buildJavaNamedNativeQuery(JavaQueryContainer parent, NamedNativeQueryAnnotation namedNativeQueryAnnotation)
           
 JavaNamedQuery JpaFactory.buildJavaNamedQuery(JavaQueryContainer parent, NamedQueryAnnotation namedQueryAnnotation)
           
 

Uses of JavaQueryContainer in org.eclipse.jpt.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaQueryContainer
 JavaQueryContainer JavaEntity.getQueryContainer()
           
 JavaQueryContainer JavaMappedSuperclass.getQueryContainer()
          According to the spec, only Java mapped superclasses can have queries.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.