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

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

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

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

Methods in org.eclipse.jpt.core.context.orm that return types with arguments of type OrmSecondaryTable
 java.util.ListIterator<OrmSecondaryTable> OrmEntity.secondaryTables()
           
 java.util.ListIterator<OrmSecondaryTable> OrmEntity.specifiedSecondaryTables()
           
 java.util.ListIterator<OrmSecondaryTable> OrmEntity.virtualSecondaryTables()
          Return a list iterator of the virtual(not specified) secondary tables.
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmSecondaryTable
 boolean OrmEntity.containsVirtualSecondaryTable(OrmSecondaryTable secondaryTable)
          Return whether the entity contains the given secondary table in its list of virtual secondary tables