Class JaxbId

  • All Implemented Interfaces:
    Serializable, PersistentAttribute

    public class JaxbId
    extends Object
    implements Serializable, PersistentAttribute
    See `@jakarta.persistence.Id` See `@org.hibernate.annotations.AttributeAccessor`

    Java class for id complex type.

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

     <complexType name="id">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="column" type="{http://www.hibernate.org/xsd/orm/mapping}column" minOccurs="0"/>
             <element name="generated-value" type="{http://www.hibernate.org/xsd/orm/mapping}generated-value" minOccurs="0"/>
             <element name="temporal" type="{http://www.hibernate.org/xsd/orm/mapping}temporal" minOccurs="0"/>
             <element name="table-generator" type="{http://www.hibernate.org/xsd/orm/mapping}table-generator" minOccurs="0"/>
             <element name="sequence-generator" type="{http://www.hibernate.org/xsd/orm/mapping}sequence-generator" minOccurs="0"/>
             <element name="unsaved-value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="access" type="{http://www.hibernate.org/xsd/orm/mapping}access-type" />
           <attribute name="attribute-accessor" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • temporal

        protected jakarta.persistence.TemporalType temporal
      • unsavedValue

        protected String unsavedValue
      • access

        protected jakarta.persistence.AccessType access
      • attributeAccessor

        protected String attributeAccessor
    • Constructor Detail

      • JaxbId

        public JaxbId()
    • Method Detail

      • getColumn

        public JaxbColumn getColumn()
        Gets the value of the column property.
        Returns:
        possible object is JaxbColumn
      • setColumn

        public void setColumn​(JaxbColumn value)
        Sets the value of the column property.
        Parameters:
        value - allowed object is JaxbColumn
      • setGeneratedValue

        public void setGeneratedValue​(JaxbGeneratedValue value)
        Sets the value of the generatedValue property.
        Parameters:
        value - allowed object is JaxbGeneratedValue
      • getTemporal

        public jakarta.persistence.TemporalType getTemporal()
        Gets the value of the temporal property.
        Returns:
        possible object is String
      • setTemporal

        public void setTemporal​(jakarta.persistence.TemporalType value)
        Sets the value of the temporal property.
        Parameters:
        value - allowed object is String
      • setTableGenerator

        public void setTableGenerator​(JaxbTableGenerator value)
        Sets the value of the tableGenerator property.
        Parameters:
        value - allowed object is JaxbTableGenerator
      • getUnsavedValue

        public String getUnsavedValue()
        Gets the value of the unsavedValue property.
        Returns:
        possible object is String
      • setUnsavedValue

        public void setUnsavedValue​(String value)
        Sets the value of the unsavedValue 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 PersistentAttribute
        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 PersistentAttribute
        Parameters:
        value - allowed object is String