Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmCustomSqlDmlType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbHbmCustomSqlDmlType extends java.lang.Object implements java.io.SerializableJava class for CustomSqlDmlType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Booleancallableprotected ExecuteUpdateResultCheckStylecheckprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description JaxbHbmCustomSqlDmlType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecuteUpdateResultCheckStylegetCheck()Gets the value of the check property.java.lang.StringgetValue()Gets the value of the value property.booleanisCallable()Gets the value of the callable property.voidsetCallable(java.lang.Boolean value)Sets the value of the callable property.voidsetCheck(ExecuteUpdateResultCheckStyle value)Sets the value of the check property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.lang.String value
-
callable
protected java.lang.Boolean callable
-
check
protected ExecuteUpdateResultCheckStyle check
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
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
public void setCallable(java.lang.Boolean value)
Sets the value of the callable property.- Parameters:
value- allowed object isBoolean
-
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 isString
-
-