Dali Provisional API
Release 3.2

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

Packages that use GeneratorAnnotation
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2.resource.java   
org.eclipse.jpt.jpa.core.resource.java   
org.eclipse.jpt.jpa.eclipselink.core.resource.java   
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return GeneratorAnnotation
 GeneratorAnnotation JavaGenerator.getGeneratorAnnotation()
           
 

Uses of GeneratorAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 

Subinterfaces of GeneratorAnnotation in org.eclipse.jpt.jpa.core.jpa2.resource.java
 interface SequenceGenerator2_0Annotation
          Corresponds to the JPA 2.0 annotation javax.persistence.SequenceGenerator 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 GeneratorAnnotation in org.eclipse.jpt.jpa.core.resource.java
 

Subinterfaces of GeneratorAnnotation in org.eclipse.jpt.jpa.core.resource.java
 interface DbGeneratorAnnotation
          Common protocol among: javax.persistence.SequenceGenerator javax.persistence.TableGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SequenceGeneratorAnnotation
          Corresponds to the JPA annotation javax.persistence.SequenceGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface TableGeneratorAnnotation
          Corresponds to the JPA annotation javax.persistence.TableGenerator 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 GeneratorAnnotation in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 

Subinterfaces of GeneratorAnnotation in org.eclipse.jpt.jpa.eclipselink.core.resource.java
 interface EclipseLinkUuidGeneratorAnnotation2_4
          Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.UuidGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.