Class JaxbHbmBaseVersionAttributeType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
org.hibernate.boot.jaxb.hbm.spi.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.
<p>Java class for BaseVersionAttributeType complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected GenerationTimingprotected Stringprotected StringFields inherited from class JaxbHbmToolingHintContainer
toolingHints -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the columnAttribute property.Gets the value of the generated property.getName()Gets the value of the name property.getNode()Gets the value of the node property.voidSets the value of the access property.voidsetColumnAttribute(String value) Sets the value of the columnAttribute property.voidsetGenerated(GenerationTiming value) Sets the value of the generated property.voidSets the value of the name property.voidSets the value of the node property.Methods inherited from class JaxbHbmToolingHintContainer
getToolingHints
-
Field Details
-
access
-
columnAttribute
-
generated
-
name
-
node
-
-
Constructor Details
-
JaxbHbmBaseVersionAttributeType
public JaxbHbmBaseVersionAttributeType()
-
-
Method Details