Class JaxbEmbeddableInstantiatorRegistrationImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbEmbeddableInstantiatorRegistrationImpl
- All Implemented Interfaces:
Serializable
See @EmbeddableInstantiatorRegistration
<p>Java class for embeddable-instantiator-registration complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="embeddable-instantiator-registration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="embeddableClass" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="instantiator" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the embeddableClass property.Gets the value of the instantiator property.voidsetEmbeddableClass(String value) Sets the value of the embeddableClass property.voidsetInstantiator(String value) Sets the value of the instantiator property.
-
Field Details
-
embeddableClass
-
instantiator
-
-
Constructor Details
-
JaxbEmbeddableInstantiatorRegistrationImpl
public JaxbEmbeddableInstantiatorRegistrationImpl()
-
-
Method Details
-
getEmbeddableClass
-
setEmbeddableClass
-
getInstantiator
-
setInstantiator
-