|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenerationType | |
---|---|
org.eclipse.jpt.core.context |
Uses of GenerationType in org.eclipse.jpt.core.context |
---|
Fields in org.eclipse.jpt.core.context declared as GenerationType | |
---|---|
static GenerationType |
GeneratedValue.DEFAULT_STRATEGY
|
Methods in org.eclipse.jpt.core.context that return GenerationType | |
---|---|
static GenerationType |
GenerationType.fromJavaResourceModel(GenerationType javaGenerationType)
|
static GenerationType |
GenerationType.fromOrmResourceModel(GenerationType ormGenerationType)
|
GenerationType |
GeneratedValue.getDefaultStrategy()
|
GenerationType |
GeneratedValue.getSpecifiedStrategy()
|
GenerationType |
GeneratedValue.getStrategy()
|
static GenerationType |
GenerationType.valueOf(java.lang.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're declared. |
Methods in org.eclipse.jpt.core.context with parameters of type GenerationType | |
---|---|
void |
GeneratedValue.setSpecifiedStrategy(GenerationType value)
|
static GenerationType |
GenerationType.toJavaResourceModel(GenerationType generationType)
|
static GenerationType |
GenerationType.toOrmResourceModel(GenerationType generationType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |