Uses of Interface
org.eclipse.jpt.jpa.core.resource.java.SecondaryTableAnnotation

Packages that use SecondaryTableAnnotation
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.resource.java   
 

Uses of SecondaryTableAnnotation in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core with parameters of type SecondaryTableAnnotation
 JavaSecondaryTable JpaFactory.buildJavaSecondaryTable(JavaEntity parent, Table.Owner owner, SecondaryTableAnnotation tableAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return SecondaryTableAnnotation
 SecondaryTableAnnotation JavaSecondaryTable.getTableAnnotation()
           
 

Uses of SecondaryTableAnnotation in org.eclipse.jpt.jpa.core.resource.java
 

Subinterfaces of SecondaryTableAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface NestableSecondaryTableAnnotation
          Corresponds to the JPA annotation javax.persistence.SecondaryTable