Class JaxbGeneratedValue
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValue
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbGeneratedValue extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringgeneratorprotected GenerationTypestrategy
-
Constructor Summary
Constructors Constructor Description JaxbGeneratedValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetGenerator()Gets the value of the generator property.GenerationTypegetStrategy()Gets the value of the strategy property.voidsetGenerator(java.lang.String value)Sets the value of the generator property.voidsetStrategy(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
String
-
setStrategy
public void setStrategy(GenerationType value)
Sets the value of the strategy property.- Parameters:
value- allowed object isString
-
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
-
-