Class JaxbCollectionUserTypeRegistrationImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbCollectionUserTypeRegistrationImpl
- All Implemented Interfaces:
Serializable
See @CollectionTypeRegistration
Java class for collection-user-type-registration complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="collection-user-type-registration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="param" type="{http://www.hibernate.org/xsd/orm/mapping}configuration-parameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="classification" use="required" type="{http://www.hibernate.org/xsd/orm/mapping}collection-classification-enum" />
<attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CollectionClassificationprotected Stringprotected List<JaxbConfigurationParameterImpl> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classification property.Gets the value of the descriptor property.Gets the value of the parameters property.voidSets the value of the classification property.voidsetDescriptor(String value) Sets the value of the descriptor property.
-
Field Details
-
parameters
-
classification
-
descriptor
-
-
Constructor Details
-
JaxbCollectionUserTypeRegistrationImpl
public JaxbCollectionUserTypeRegistrationImpl()
-
-
Method Details
-
getParameters
Gets the value of the parameters property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the parameters property.For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbConfigurationParameterImpl- Returns:
- The value of the parameters property.
-
getClassification
Gets the value of the classification property.- Returns:
- possible object is
String
-
setClassification
Sets the value of the classification property.- Parameters:
value- allowed object isString
-
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
-