Class GeneratedValue
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
-
public class GeneratedValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
generator
protected GenerationType
strategy
-
Constructor Summary
Constructors Constructor Description GeneratedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Field Detail
-
strategy
protected GenerationType strategy
-
generator
protected java.lang.String generator
-
-
Method Detail
-
getStrategy
public GenerationType getStrategy()
Gets the value of the strategy property.- Returns:
- possible object is
GenerationType
-
setStrategy
public void setStrategy(GenerationType value)
Sets the value of the strategy property.- Parameters:
value
- allowed object isGenerationType
-
getGenerator
public java.lang.String getGenerator()
Gets the value of the generator property.- Returns:
- possible object is
String
-
setGenerator
public void setGenerator(java.lang.String value)
Sets the value of the generator property.- Parameters:
value
- allowed object isString
-
-