Package org.hibernate.boot.jaxb.mapping
Class JaxbJdbcTypeRegistration
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
-
- All Implemented Interfaces:
Serializable
public class JaxbJdbcTypeRegistration extends Object implements Serializable
See @JdbcTypeRegistrationJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
code
protected String
descriptor
-
Constructor Summary
Constructors Constructor Description JaxbJdbcTypeRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getCode()
Gets the value of the code property.String
getDescriptor()
Gets the value of the descriptor property.void
setCode(Integer value)
Sets the value of the code property.void
setDescriptor(String value)
Sets the value of the descriptor property.
-
-
-
Method Detail
-
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 isInteger
-
getDescriptor
public String getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
String
-
-