类 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

        public JaxbHbmCustomSqlDmlType()
    • 方法详细资料

      • 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 is String
      • 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 is Boolean