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
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected ExecuteUpdateResultCheckStyle
protected String
protected 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.boolean
Gets the value of the callable property.void
setCallable
(Boolean value) Sets the value of the callable property.void
Sets the value of the resultCheck property.void
Sets the value of the table property.void
Sets the value of the value property.
-
Field Details
-
value
-
callable
-
resultCheck
-
table
-
-
Constructor Details
-
JaxbCustomSqlImpl
public JaxbCustomSqlImpl()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isCallable
public boolean isCallable()Gets the value of the callable property.- Returns:
- possible object is
Boolean
-
setCallable
Sets the value of the callable property.- Parameters:
value
- allowed object isBoolean
-
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
Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value
- allowed object isString
-