Class JaxbHbmBaseVersionAttributeType

  • All Implemented Interfaces:
    Serializable, ToolingHintContainer
    Direct Known Subclasses:
    JaxbHbmTimestampAttributeType, JaxbHbmVersionAttributeType

    public abstract class JaxbHbmBaseVersionAttributeType
    extends JaxbHbmToolingHintContainer
    implements Serializable
    Type definition that acts as a base for concrete definitions of mapped attributes that can function as the basis of optimistic locking.

    Java class for BaseVersionAttributeType complex type.

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

    
     <complexType name="BaseVersionAttributeType">
       <complexContent>
         <extension base="{http://www.hibernate.org/xsd/orm/hbm}ToolingHintContainer">
           <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="generated" type="{http://www.hibernate.org/xsd/orm/hbm}GenerationTimingVersionEnum" default="never" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • JaxbHbmBaseVersionAttributeType

        public JaxbHbmBaseVersionAttributeType()
    • Method Detail

      • getAccess

        public String getAccess()
        Gets the value of the access property.
        Returns:
        possible object is String
      • setAccess

        public void setAccess​(String value)
        Sets the value of the access property.
        Parameters:
        value - allowed object is String
      • getColumnAttribute

        public String getColumnAttribute()
        Gets the value of the columnAttribute property.
        Returns:
        possible object is String
      • setColumnAttribute

        public void setColumnAttribute​(String value)
        Sets the value of the columnAttribute property.
        Parameters:
        value - allowed object is String
      • getGenerated

        public GenerationTiming getGenerated()
        Gets the value of the generated property.
        Returns:
        possible object is String
      • setGenerated

        public void setGenerated​(GenerationTiming value)
        Sets the value of the generated property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getNode

        public String getNode()
        Gets the value of the node property.
        Returns:
        possible object is String
      • setNode

        public void setNode​(String value)
        Sets the value of the node property.
        Parameters:
        value - allowed object is String