Package org.hibernate.boot.jaxb.hbm.spi
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.
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected GenerationTimingprotected Stringprotected StringFields inherited from class org.hibernate.boot.jaxb.hbm.spi.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 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
Field Details
-
access
-
columnAttribute
-
generated
-
name
-
node
-
-
Constructor Details
-
JaxbHbmBaseVersionAttributeType
public JaxbHbmBaseVersionAttributeType()
-
-
Method Details
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
String
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isString
-
getColumnAttribute
Gets the value of the columnAttribute property.- Returns:
- possible object is
String
-
setColumnAttribute
Sets the value of the columnAttribute property.- Parameters:
value- allowed object isString
-
getGenerated
Gets the value of the generated property.- Returns:
- possible object is
String
-
setGenerated
Sets the value of the generated property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getNode
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
Sets the value of the node property.- Parameters:
value- allowed object isString
-