Dali Provisional API
Release 3.2

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

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

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

Subinterfaces of SecondaryTable in org.eclipse.jpt.jpa.core.context
 interface SpecifiedSecondaryTable
          Entity secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface VirtualSecondaryTable
          Virtual secondary table 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.jpa.core.context that return types with arguments of type SecondaryTable
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends SecondaryTable> Entity.getSecondaryTables()
          Return the secondary tables whether specified or default.
 

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

Subinterfaces of SecondaryTable in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedSecondaryTable
          Java secondary table 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.jpa.core.context.orm
 

Subinterfaces of SecondaryTable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedSecondaryTable
          orm.xml secondary table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmVirtualSecondaryTable
          orm.xml virtual secondary table 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.jpa.core.context.orm that return types with arguments of type SecondaryTable
 org.eclipse.jpt.common.utility.iterable.ListIterable<SecondaryTable> OrmEntity.getSecondaryTables()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.