Uses of Interface
org.eclipse.jpt.core.context.SecondaryTable

Packages that use SecondaryTable
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of SecondaryTable in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context with type parameters of type SecondaryTable
<T extends SecondaryTable>
java.util.ListIterator<T>
Entity.secondaryTables()
          Return a list iterator of the secondary tables whether specified or default.
<T extends SecondaryTable>
java.util.ListIterator<T>
Entity.specifiedSecondaryTables()
          Return a list iterator of the specified secondary tables.
 

Methods in org.eclipse.jpt.core.context that return SecondaryTable
 SecondaryTable Entity.addSpecifiedSecondaryTable(int index)
          Add a specified secondary table to the entity return the object representing it.
 

Methods in org.eclipse.jpt.core.context with parameters of type SecondaryTable
 void Entity.removeSpecifiedSecondaryTable(SecondaryTable secondaryTable)
          Remove the specified secondary table at the index from the entity.
 

Uses of SecondaryTable in org.eclipse.jpt.core.context.java
 

Subinterfaces of SecondaryTable in org.eclipse.jpt.core.context.java
 interface JavaSecondaryTable
          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 SecondaryTable in org.eclipse.jpt.core.context.orm
 

Subinterfaces of SecondaryTable in org.eclipse.jpt.core.context.orm
 interface OrmSecondaryTable
          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.core.context.orm with parameters of type SecondaryTable
 void OrmSecondaryTable.initializeFrom(SecondaryTable oldSecondaryTable)