Class JaxbGeneratedValueImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValueImpl
All Implemented Interfaces:
Serializable

public class JaxbGeneratedValueImpl extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • JaxbGeneratedValueImpl

      public JaxbGeneratedValueImpl()
  • Method Details

    • 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 is String
    • getGenerator

      public String getGenerator()
      Gets the value of the generator property.
      Returns:
      possible object is String
    • setGenerator

      public void setGenerator(String value)
      Sets the value of the generator property.
      Parameters:
      value - allowed object is String