Class JaxbGeneratedValueImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValueImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the generator property.Gets the value of the strategy property.void
setGenerator
(String value) Sets the value of the generator property.void
setStrategy
(GenerationType value) Sets the value of the strategy property.
-
Field Details
-
strategy
-
generator
-
-
Constructor Details
-
JaxbGeneratedValueImpl
public JaxbGeneratedValueImpl()
-
-
Method Details
-
getStrategy
Gets the value of the strategy property.- Returns:
- possible object is
String
-
setStrategy
Sets the value of the strategy property.- Parameters:
value
- allowed object isString
-
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
-