Class JaxbJdbcTypeRegistrationImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbJdbcTypeRegistrationImpl
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the descriptor property.voidSets the value of the code property.voidsetDescriptor(String value) Sets the value of the descriptor property.
-
Field Details
-
code
-
descriptor
-
-
Constructor Details
-
JaxbJdbcTypeRegistrationImpl
public JaxbJdbcTypeRegistrationImpl()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
Integer
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isInteger
-
getDescriptor
Gets the value of the descriptor property.- Returns:
- possible object is
String
-
setDescriptor
Sets the value of the descriptor property.- Parameters:
value- allowed object isString
-