Class JaxbHbmBaseVersionAttributeType

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

    public abstract class JaxbHbmBaseVersionAttributeType
    extends JaxbHbmToolingHintContainer
    implements java.io.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
    • Field Detail

      • access

        protected java.lang.String access
      • columnAttribute

        protected java.lang.String columnAttribute
      • name

        protected java.lang.String name
      • node

        protected java.lang.String node
    • Constructor Detail

      • JaxbHbmBaseVersionAttributeType

        public JaxbHbmBaseVersionAttributeType()
    • Method Detail

      • getAccess

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

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

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

        public void setColumnAttribute​(java.lang.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 java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

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

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

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