Class JaxbCustomSqlImpl

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

public class JaxbCustomSqlImpl extends Object implements Serializable
org.hibernate.annotations.SQLInsert org.hibernate.annotations.SQLUpdate org.hibernate.annotations.SQLDelete org.hibernate.annotations.SQLDeleteAll

Java class for custom-sql complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="custom-sql">
   <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="result-check" type="{http://www.hibernate.org/xsd/orm/mapping}custom-sql-result-check-type" />
       <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • JaxbCustomSqlImpl

      public JaxbCustomSqlImpl()
  • 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
    • getResultCheck

      public ExecuteUpdateResultCheckStyle getResultCheck()
      Gets the value of the resultCheck property.
      Returns:
      possible object is String
    • setResultCheck

      public void setResultCheck(ExecuteUpdateResultCheckStyle value)
      Sets the value of the resultCheck property.
      Parameters:
      value - allowed object is String
    • getTable

      public String getTable()
      Gets the value of the table property.
      Returns:
      possible object is String
    • setTable

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