Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type EntityMappings
 void JavaGenerator.convertTo(EntityMappings entityMappings)
          Add the appropriate mapping file generator to the specified entity mappings and convert it from this generator.
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return EntityMappings
 EntityMappings OrmXmlContextModelFactory.buildEntityMappings(OrmXml parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEntityMappings entityMappings)
           
 EntityMappings OrmPersistenceUnitMetadata.getParent()
          Covariant override.
 EntityMappings OrmManagedType.getParent()
           
 EntityMappings OrmXml.getRoot()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type EntityMappings
 OrmPersistenceUnitMetadata OrmXmlContextModelFactory.buildOrmPersistenceUnitMetadata(EntityMappings parent)
           
 OrmPersistentType OrmXmlContextModelFactory.buildOrmPersistentType(EntityMappings parent, org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 

Uses of EntityMappings in org.eclipse.jpt.jpa.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.core.context.persistence with parameters of type EntityMappings
 void PersistenceUnit.convertJavaGenerators(EntityMappings entityMappings, IProgressMonitor monitor)
          Convert all "convertible" Java generators to global-level mapping file generators.
 void PersistenceUnit.convertJavaQueries(EntityMappings entityMappings, IProgressMonitor monitor)
          Convert all "convertible" Java queries to global-level mapping file queries.
 

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

Subinterfaces of EntityMappings in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings
           
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type EntityMappings
 void EclipseLinkPersistenceUnit.convertJavaGenerators(EntityMappings entityMappings, IProgressMonitor monitor)
          Override the default implementation because EclipseLink allows "equivalent" generators.
protected  void EclipseLinkPersistenceUnit.convertJavaGeneratorsWithSameName(EntityMappings entityMappings, Map.Entry<String,ArrayList<JavaGenerator>> entry, SubMonitor monitor)
           
 void EclipseLinkPersistenceUnit.convertJavaQueries(EntityMappings entityMappings, IProgressMonitor monitor)
          Override the default implementation because EclipseLink allows "equivalent" queries.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.