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, node
toolingHints
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, setNode
getToolingHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccess, getName
getToolingHints
protected JaxbHbmTimestampSourceEnum source
protected JaxbHbmUnsavedValueTimestampEnum unsavedValue
public JaxbHbmTimestampSourceEnum getSource()
JaxbHbmTimestampSourceEnum
public void setSource(JaxbHbmTimestampSourceEnum value)
value
- allowed object is
JaxbHbmTimestampSourceEnum
public JaxbHbmUnsavedValueTimestampEnum getUnsavedValue()
JaxbHbmUnsavedValueTimestampEnum
public void setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum value)
value
- allowed object is
JaxbHbmUnsavedValueTimestampEnum
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.