Uses of Interface
org.eclipse.jpt.jpa.core.context.ReadOnlySecondaryTable

Packages that use ReadOnlySecondaryTable
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
 

Uses of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context
 interface SecondaryTable
          entity secondary table
 interface VirtualSecondaryTable
          Virtual secondary table
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type ReadOnlySecondaryTable
 java.util.ListIterator<? extends ReadOnlySecondaryTable> Entity.secondaryTables()
          Return the secondary tables whether specified or default.
 

Uses of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaSecondaryTable
          Java secondary table
 

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

Subinterfaces of ReadOnlySecondaryTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSecondaryTable
          orm.xml secondary table
 interface OrmVirtualSecondaryTable
          orm.xml virtual secondary table
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type ReadOnlySecondaryTable
 void OrmSecondaryTable.initializeFrom(ReadOnlySecondaryTable oldSecondaryTable)