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

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

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

Methods in org.eclipse.jpt.core.context.orm that return EntityMappings
 EntityMappings OrmXmlContextNodeFactory.buildEntityMappings(OrmXml parent, XmlEntityMappings entityMappings)
           
 EntityMappings OrmXml.getEntityMappings()
          Return the content represented by the root of the orm.xml file.
 EntityMappings OrmPersistentType.getParent()
           
 EntityMappings PersistenceUnitMetadata.getParent()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type EntityMappings
 OrmPersistentType OrmXmlContextNodeFactory.buildOrmPersistentType(EntityMappings parent, XmlTypeMapping resourceMapping)
           
 PersistenceUnitMetadata OrmXmlContextNodeFactory.buildPersistenceUnitMetadata(EntityMappings parent)
           
 

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

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