Package org.hibernate.processor.xml.jaxb
Class GeneratedValue
java.lang.Object
org.hibernate.processor.xml.jaxb.GeneratedValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the generator property.Gets the value of the strategy property.voidsetGenerator(String value) Sets the value of the generator property.voidsetStrategy(GenerationType value) Sets the value of the strategy property.
-
Field Details
-
strategy
-
generator
-
-
Constructor Details
-
GeneratedValue
public GeneratedValue()
-
-
Method Details
-
getStrategy
Gets the value of the strategy property.- Returns:
- possible object is
GenerationType
-
setStrategy
Sets the value of the strategy property.- Parameters:
value- allowed object isGenerationType
-
getGenerator
Gets the value of the generator property.- Returns:
- possible object is
String
-
setGenerator
Sets the value of the generator property.- Parameters:
value- allowed object isString
-