Class JaxbEmbeddable

  • All Implemented Interfaces:
    Serializable, ManagedType

    public class JaxbEmbeddable
    extends Object
    implements Serializable, ManagedType
    See `@jakarta.persistence.Embeddable`

    Java class for embeddable complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="embeddable">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="attributes" type="{http://www.hibernate.org/xsd/orm/mapping}embeddable-attributes" minOccurs="0"/>
           </sequence>
           <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="instantiator" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="access" type="{http://www.hibernate.org/xsd/orm/mapping}access-type" />
           <attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • description

        protected String description
      • clazz

        protected String clazz
      • instantiator

        protected String instantiator
      • access

        protected jakarta.persistence.AccessType access
      • metadataComplete

        protected Boolean metadataComplete
    • Constructor Detail

      • JaxbEmbeddable

        public JaxbEmbeddable()
    • Method Detail

      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Specified by:
        setDescription in interface ManagedType
        Parameters:
        value - allowed object is String
      • getClazz

        public String getClazz()
        Gets the value of the clazz property.
        Specified by:
        getClazz in interface ManagedType
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(String value)
        Sets the value of the clazz property.
        Specified by:
        setClazz in interface ManagedType
        Parameters:
        value - allowed object is String
      • getInstantiator

        public String getInstantiator()
        Gets the value of the instantiator property.
        Returns:
        possible object is String
      • setInstantiator

        public void setInstantiator​(String value)
        Sets the value of the instantiator property.
        Parameters:
        value - allowed object is String
      • getAccess

        public jakarta.persistence.AccessType getAccess()
        Gets the value of the access property.
        Specified by:
        getAccess in interface ManagedType
        Returns:
        possible object is String
      • setAccess

        public void setAccess​(jakarta.persistence.AccessType value)
        Sets the value of the access property.
        Specified by:
        setAccess in interface ManagedType
        Parameters:
        value - allowed object is String
      • setMetadataComplete

        public void setMetadataComplete​(Boolean value)
        Sets the value of the metadataComplete property.
        Specified by:
        setMetadataComplete in interface ManagedType
        Parameters:
        value - allowed object is Boolean