Class JaxbCustomSqlImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbCustomSqlImpl
- All Implemented Interfaces:
Serializable
org.hibernate.annotations.SQLInsert
org.hibernate.annotations.SQLUpdate
org.hibernate.annotations.SQLDelete
org.hibernate.annotations.SQLDeleteAll
<p>Java class for custom-sql complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected ExecuteUpdateResultCheckStyleprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the resultCheck property.getTable()Gets the value of the table property.getValue()Gets the value of the value property.booleanGets the value of the callable property.voidsetCallable(Boolean value) Sets the value of the callable property.voidSets the value of the resultCheck property.voidSets the value of the table property.voidSets the value of the value property.
-
Field Details
-
value
-
callable
-
resultCheck
-
table
-
-
Constructor Details
-
JaxbCustomSqlImpl
public JaxbCustomSqlImpl()
-
-
Method Details
-
getValue
-
setValue
-
isCallable
public boolean isCallable()Gets the value of the callable property.- Returns:
- possible object is
Boolean
-
setCallable
-
getResultCheck
Gets the value of the resultCheck property.- Returns:
- possible object is
String
-
setResultCheck
Sets the value of the resultCheck property.- Parameters:
value- allowed object isString
-
getTable
-
setTable
-