Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmQueryContainer

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

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

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type OrmQueryContainer
 void JavaQuery.convertTo(OrmQueryContainer queryContainer)
          Add the appropriate mapping file query to the specified query container and convert it from this query.
 

Uses of OrmQueryContainer in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmQueryContainer
 OrmQueryContainer OrmXmlContextModelFactory.buildOrmQueryContainer(JpaContextModel parent, org.eclipse.jpt.jpa.core.resource.orm.XmlQueryContainer resourceQueryContainer)
           
 OrmQueryContainer OrmEntity.getQueryContainer()
           
 OrmQueryContainer EntityMappings.getQueryContainer()
           
 

Uses of OrmQueryContainer in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.orm that return OrmQueryContainer
 OrmQueryContainer EclipseLinkOrmMappedSuperclass.getQueryContainer()
           
 

Uses of OrmQueryContainer in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type OrmQueryContainer
protected  void EclipseLinkPersistenceUnit.convertJavaQueriesWithSameName(OrmQueryContainer queryContainer, Map.Entry<String,ArrayList<Query>> entry, SubMonitor monitor)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.