类 JaxbHbmCustomSqlDmlType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
-
- 所有已实现的接口:
Serializable
public class JaxbHbmCustomSqlDmlType extends Object implements Serializable
Java 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>- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 JaxbHbmCustomSqlDmlType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ExecuteUpdateResultCheckStylegetCheck()Gets the value of the check property.StringgetValue()Gets the value of the value property.booleanisCallable()Gets the value of the callable property.voidsetCallable(Boolean value)Sets the value of the callable property.voidsetCheck(ExecuteUpdateResultCheckStyle value)Sets the value of the check property.voidsetValue(String value)Sets the value of the value property.
-
-
-
字段详细资料
-
value
protected String value
-
callable
protected Boolean callable
-
check
protected ExecuteUpdateResultCheckStyle check
-
-
方法详细资料
-
getValue
public String getValue()
Gets the value of the value property.- 返回:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- 参数:
value- allowed object isString
-
isCallable
public boolean isCallable()
Gets the value of the callable property.- 返回:
- possible object is
Boolean
-
setCallable
public void setCallable(Boolean value)
Sets the value of the callable property.- 参数:
value- allowed object isBoolean
-
getCheck
public ExecuteUpdateResultCheckStyle getCheck()
Gets the value of the check property.- 返回:
- possible object is
String
-
setCheck
public void setCheck(ExecuteUpdateResultCheckStyle value)
Sets the value of the check property.- 参数:
value- allowed object isString
-
-