Class JaxbHbmCustomSqlDmlType

java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
All Implemented Interfaces:
Serializable

public class JaxbHbmCustomSqlDmlType extends Object implements Serializable
<p>Java class for CustomSqlDmlType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="CustomSqlDmlType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="callable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="check" type="{http://www.hibernate.org/xsd/orm/hbm}ResultCheckStyleEnum" /> </extension> </simpleContent> </complexType> }</pre>
See Also:
  • Field Details

  • Constructor Details

    • JaxbHbmCustomSqlDmlType

      public JaxbHbmCustomSqlDmlType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isCallable

      public boolean isCallable()
      Gets the value of the callable property.
      Returns:
      possible object is Boolean
    • setCallable

      public void setCallable(Boolean value)
      Sets the value of the callable property.
      Parameters:
      value - allowed object is Boolean
    • getCheck

      public ExecuteUpdateResultCheckStyle getCheck()
      Gets the value of the check property.
      Returns:
      possible object is String
    • setCheck

      public void setCheck(ExecuteUpdateResultCheckStyle value)
      Sets the value of the check property.
      Parameters:
      value - allowed object is String