| Package | Description |
|---|---|
| org.hibernate.jpamodelgen.xml.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected GenerationType |
GeneratedValue.strategy |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedValue.setStrategy(GenerationType value)
Sets the value of the strategy property.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.