|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenerationType | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of GenerationType in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa declared as GenerationType | |
---|---|
protected GenerationType |
GeneratedValue.strategy
|
Methods in org.apache.openejb.jee.jpa that return GenerationType | |
---|---|
static GenerationType |
GenerationType.fromValue(String v)
|
GenerationType |
GeneratedValue.getStrategy()
Gets the value of the strategy property. |
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.apache.openejb.jee.jpa with parameters of type GenerationType | |
---|---|
void |
GeneratedValue.setStrategy(GenerationType value)
Sets the value of the strategy property. |
Constructors in org.apache.openejb.jee.jpa with parameters of type GenerationType | |
---|---|
GeneratedValue(GenerationType strategy)
|
|
GeneratedValue(GenerationType strategy,
String generator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |