Package org.hibernate.boot.jaxb.mapping
Class JaxbEmbeddableInstantiatorRegistration
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
-
- All Implemented Interfaces:
Serializable
public class JaxbEmbeddableInstantiatorRegistration extends Object implements Serializable
See @EmbeddableInstantiatorRegistrationJava class for embeddable-instantiator-registration complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
embeddableClass
protected String
instantiator
-
Constructor Summary
Constructors Constructor Description JaxbEmbeddableInstantiatorRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmbeddableClass()
Gets the value of the embeddableClass property.String
getInstantiator()
Gets the value of the instantiator property.void
setEmbeddableClass(String value)
Sets the value of the embeddableClass property.void
setInstantiator(String value)
Sets the value of the instantiator property.
-
-
-
Method Detail
-
getEmbeddableClass
public String getEmbeddableClass()
Gets the value of the embeddableClass property.- Returns:
- possible object is
String
-
setEmbeddableClass
public void setEmbeddableClass(String value)
Sets the value of the embeddableClass property.- Parameters:
value
- allowed object isString
-
getInstantiator
public String getInstantiator()
Gets the value of the instantiator property.- Returns:
- possible object is
String
-
-