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

Packages that use TableGeneratorAnnotation
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
 

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

Methods in org.eclipse.jpt.jpa.core with parameters of type TableGeneratorAnnotation
 JavaTableGenerator JpaFactory.buildJavaTableGenerator(JavaJpaContextNode parent, TableGeneratorAnnotation tableGeneratorAnnotation)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return TableGeneratorAnnotation
 TableGeneratorAnnotation JavaTableGenerator.getGeneratorAnnotation()