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

Packages that use OrmSecondaryTable
org.eclipse.jpt.jpa.core.context.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmSecondaryTable
 OrmSecondaryTable OrmEntity.addSpecifiedSecondaryTable()
           
 OrmSecondaryTable OrmEntity.addSpecifiedSecondaryTable(int index)
           
 OrmSecondaryTable OrmXmlContextNodeFactory.buildOrmSecondaryTable(OrmEntity parent, Table.Owner owner, XmlSecondaryTable xmlSecondaryTable)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmSecondaryTable
 java.util.ListIterator<OrmSecondaryTable> OrmEntity.specifiedSecondaryTables()