public class GeneratedValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
generator |
protected GenerationType |
strategy |
Constructor and Description |
---|
GeneratedValue() |
GeneratedValue(GenerationType strategy) |
GeneratedValue(GenerationType strategy,
java.lang.String generator) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGenerator()
Gets the value of the generator property.
|
GenerationType |
getStrategy()
Gets the value of the strategy property.
|
void |
setGenerator(java.lang.String value)
Sets the value of the generator property.
|
void |
setStrategy(GenerationType value)
Sets the value of the strategy property.
|
protected java.lang.String generator
protected GenerationType strategy
public GeneratedValue()
public GeneratedValue(GenerationType strategy)
public GeneratedValue(GenerationType strategy, java.lang.String generator)
public java.lang.String getGenerator()
String
public void setGenerator(java.lang.String value)
value
- allowed object is
String
public GenerationType getStrategy()
GenerationType
public void setStrategy(GenerationType value)
value
- allowed object is
GenerationType