|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GenerationType | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.resource.java | |
| Uses of GenerationType in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return GenerationType | |
|---|---|
GenerationType |
GenerationType.getJavaGenerationType()
|
static GenerationType |
GenerationType.toJavaResourceModel(GenerationType generationType)
|
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type GenerationType | |
|---|---|
static GenerationType |
GenerationType.fromJavaResourceModel(GenerationType javaGenerationType)
|
| Uses of GenerationType in org.eclipse.jpt.jpa.core.resource.java |
|---|
| Methods in org.eclipse.jpt.jpa.core.resource.java that return GenerationType | |
|---|---|
static GenerationType |
GenerationType.fromJavaAnnotationValue(Object javaAnnotationValue)
|
GenerationType |
GeneratedValueAnnotation.getStrategy()
Corresponds to the 'strategy' element of the GeneratedValue annotation. |
static GenerationType |
GenerationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GenerationType[] |
GenerationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.jpt.jpa.core.resource.java with parameters of type GenerationType | |
|---|---|
void |
GeneratedValueAnnotation.setStrategy(GenerationType strategy)
Corresponds to the 'strategy' element of the GeneratedValue annotation. |
static String |
GenerationType.toJavaAnnotationValue(GenerationType generationType)
|
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||