public class JaxbHbmTimestampAttributeType extends JaxbHbmBaseVersionAttributeType implements Serializable, SingularAttributeInfo, ToolingHintContainer
Java class for TimestampAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimestampAttributeType">
<complexContent>
<extension base="{http://www.hibernate.org/xsd/orm/hbm}BaseVersionAttributeType">
<attribute name="source" type="{http://www.hibernate.org/xsd/orm/hbm}TimestampSourceEnum" default="vm" />
<attribute name="unsaved-value" type="{http://www.hibernate.org/xsd/orm/hbm}UnsavedValueTimestampEnum" default="null" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbHbmTimestampSourceEnum |
source |
protected JaxbHbmUnsavedValueTimestampEnum |
unsavedValue |
access, columnAttribute, generated, name, nodetoolingHints| Constructor and Description |
|---|
JaxbHbmTimestampAttributeType() |
| Modifier and Type | Method and Description |
|---|---|
JaxbHbmTimestampSourceEnum |
getSource()
Gets the value of the source property.
|
JaxbHbmUnsavedValueTimestampEnum |
getUnsavedValue()
Gets the value of the unsavedValue property.
|
void |
setSource(JaxbHbmTimestampSourceEnum value)
Sets the value of the source property.
|
void |
setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum value)
Sets the value of the unsavedValue property.
|
getAccess, getColumnAttribute, getGenerated, getName, getNode, setAccess, setColumnAttribute, setGenerated, setName, setNodegetToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAccess, getNamegetToolingHintsprotected JaxbHbmTimestampSourceEnum source
protected JaxbHbmUnsavedValueTimestampEnum unsavedValue
public JaxbHbmTimestampSourceEnum getSource()
JaxbHbmTimestampSourceEnumpublic void setSource(JaxbHbmTimestampSourceEnum value)
value - allowed object is
JaxbHbmTimestampSourceEnumpublic JaxbHbmUnsavedValueTimestampEnum getUnsavedValue()
JaxbHbmUnsavedValueTimestampEnumpublic void setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum value)
value - allowed object is
JaxbHbmUnsavedValueTimestampEnumCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.