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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmVirtualSecondaryTable
 OrmVirtualSecondaryTable OrmXmlContextNodeFactory.buildOrmVirtualSecondaryTable(OrmEntity parent, JavaSecondaryTable javaSecondaryTable)
           
 

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