Dali Provisional API
Release 3.2

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

Packages that use OrmEmbeddedMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmEmbeddedMapping
 OrmEmbeddedMapping OrmXmlContextModelFactory.buildOrmEmbeddedMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEmbedded 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.
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmEmbeddedMapping
 void OrmAttributeMapping.initializeFromOrmEmbeddedMapping(OrmEmbeddedMapping oldMapping)
           
 

Uses of OrmEmbeddedMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of OrmEmbeddedMapping in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmEmbeddedMapping2_0
          JPA 2.0 orm.xml embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.