Class JaxbJdbcTypeRegistrationImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl
All Implemented Interfaces:
Serializable

public class JaxbJdbcTypeRegistrationImpl extends Object implements Serializable
See @JdbcTypeRegistration

Java class for jdbc-type-registration complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="jdbc-type-registration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • code

      protected Integer code
    • descriptor

      protected String descriptor
  • Constructor Details

    • JaxbJdbcTypeRegistrationImpl

      public JaxbJdbcTypeRegistrationImpl()
  • Method Details

    • getCode

      public Integer getCode()
      Gets the value of the code property.
      Returns:
      possible object is Integer
    • setCode

      public void setCode(Integer value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is Integer
    • getDescriptor

      public String getDescriptor()
      Gets the value of the descriptor property.
      Returns:
      possible object is String
    • setDescriptor

      public void setDescriptor(String value)
      Sets the value of the descriptor property.
      Parameters:
      value - allowed object is String