Dali Provisional API
Release 3.2

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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmEntity
 OrmEntity OrmXmlContextNodeFactory.buildOrmEntity(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEntity resourceMapping)
           
 OrmEntity OrmSecondaryTable.getParent()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmEntity
 OrmDiscriminatorColumn OrmXmlContextNodeFactory.buildOrmDiscriminatorColumn(OrmEntity parent, OrmDiscriminatorColumn.Owner owner)
           
 OrmSecondaryTable OrmXmlContextNodeFactory.buildOrmSecondaryTable(OrmEntity parent, ReadOnlyTable.Owner owner, org.eclipse.jpt.jpa.core.resource.orm.XmlSecondaryTable xmlSecondaryTable)
           
 OrmTable OrmXmlContextNodeFactory.buildOrmTable(OrmEntity parent, ReadOnlyTable.Owner owner)
           
 OrmVirtualSecondaryTable OrmXmlContextNodeFactory.buildOrmVirtualSecondaryTable(OrmEntity parent, ReadOnlyTable.Owner owner, JavaSecondaryTable javaSecondaryTable)
           
 

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

Subinterfaces of OrmEntity in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmEntity2_0
          orm.xml entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of OrmEntity in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface OrmEclipseLinkEntity
          EclipseLink orm.xml entity 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.