Class JaxbHbmConfigParameterContainer
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
- All Implemented Interfaces:
Serializable, ConfigParameterContainer
- Direct Known Subclasses:
JaxbHbmGeneratorSpecificationType, JaxbHbmTypeDefinitionType, JaxbHbmTypeSpecificationType
public abstract class JaxbHbmConfigParameterContainer
extends Object
implements Serializable, ConfigParameterContainer
<p>Java class for ConfigParameterContainer complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="ConfigParameterContainer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="param" type="{http://www.hibernate.org/xsd/orm/hbm}ConfigParameterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the configParameters property.
-
Field Details
-
configParameters
-
-
Constructor Details
-
JaxbHbmConfigParameterContainer
public JaxbHbmConfigParameterContainer()
-
-
Method Details
-
getConfigParameters
Gets the value of the configParameters 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 Jakarta XML Binding object. This is why there is not a
setmethod for the configParameters property.For example, to add a new item, do as follows:
getConfigParameters().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHbmConfigParameterType- Specified by:
getConfigParametersin interfaceConfigParameterContainer- Returns:
- The value of the configParameters property.
-