Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of OrmSpecifiedTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedJoinTable
          orm.xml join table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSpecifiedReferenceTable
          orm.xml join table or collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSpecifiedSecondaryTable
          orm.xml secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTable
          orm.xml table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmSpecifiedTable
 OrmSpecifiedTable OrmXmlContextModelFactory.buildOrmTable(OrmTable.ParentAdapter parentAdapter)
           
 OrmSpecifiedTable OrmEntity.getTable()
           
 

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

Subinterfaces of OrmSpecifiedTable in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCollectionTable2_0
          orm.xml collection table 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.