| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| 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.
|
| Constructor and Description |
|---|
GeneratedValue(GenerationType strategy) |
GeneratedValue(GenerationType strategy,
String generator) |
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.