public class OptimisticLocking
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://jboss.org}group-name"/> <element ref="{http://jboss.org}modified-strategy"/> <element ref="{http://jboss.org}read-strategy"/> <sequence> <choice> <element ref="{http://jboss.org}version-column"/> <element ref="{http://jboss.org}timestamp-column"/> <sequence> <element ref="{http://jboss.org}key-generator-factory"/> <element ref="{http://jboss.org}field-type"/> </sequence> </choice> <element ref="{http://jboss.org}field-name" minOccurs="0"/> <element ref="{http://jboss.org}column-name" minOccurs="0"/> <sequence minOccurs="0"> <element ref="{http://jboss.org}jdbc-type"/> <element ref="{http://jboss.org}sql-type"/> </sequence> </sequence> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ColumnName |
columnName |
protected FieldName |
fieldName |
protected FieldType |
fieldType |
protected GroupName |
groupName |
protected JdbcType |
jdbcType |
protected KeyGeneratorFactory |
keyGeneratorFactory |
protected ModifiedStrategy |
modifiedStrategy |
protected ReadStrategy |
readStrategy |
protected SqlType |
sqlType |
protected TimestampColumn |
timestampColumn |
protected VersionColumn |
versionColumn |
Constructor and Description |
---|
OptimisticLocking() |
Modifier and Type | Method and Description |
---|---|
ColumnName |
getColumnName()
Gets the value of the columnName property.
|
FieldName |
getFieldName()
Gets the value of the fieldName property.
|
FieldType |
getFieldType()
Gets the value of the fieldType property.
|
GroupName |
getGroupName()
Gets the value of the groupName property.
|
JdbcType |
getJdbcType()
Gets the value of the jdbcType property.
|
KeyGeneratorFactory |
getKeyGeneratorFactory()
Gets the value of the keyGeneratorFactory property.
|
ModifiedStrategy |
getModifiedStrategy()
Gets the value of the modifiedStrategy property.
|
ReadStrategy |
getReadStrategy()
Gets the value of the readStrategy property.
|
SqlType |
getSqlType()
Gets the value of the sqlType property.
|
TimestampColumn |
getTimestampColumn()
Gets the value of the timestampColumn property.
|
VersionColumn |
getVersionColumn()
Gets the value of the versionColumn property.
|
void |
setColumnName(ColumnName value)
Sets the value of the columnName property.
|
void |
setFieldName(FieldName value)
Sets the value of the fieldName property.
|
void |
setFieldType(FieldType value)
Sets the value of the fieldType property.
|
void |
setGroupName(GroupName value)
Sets the value of the groupName property.
|
void |
setJdbcType(JdbcType value)
Sets the value of the jdbcType property.
|
void |
setKeyGeneratorFactory(KeyGeneratorFactory value)
Sets the value of the keyGeneratorFactory property.
|
void |
setModifiedStrategy(ModifiedStrategy value)
Sets the value of the modifiedStrategy property.
|
void |
setReadStrategy(ReadStrategy value)
Sets the value of the readStrategy property.
|
void |
setSqlType(SqlType value)
Sets the value of the sqlType property.
|
void |
setTimestampColumn(TimestampColumn value)
Sets the value of the timestampColumn property.
|
void |
setVersionColumn(VersionColumn value)
Sets the value of the versionColumn property.
|
protected GroupName groupName
protected ModifiedStrategy modifiedStrategy
protected ReadStrategy readStrategy
protected VersionColumn versionColumn
protected TimestampColumn timestampColumn
protected KeyGeneratorFactory keyGeneratorFactory
protected FieldType fieldType
protected FieldName fieldName
protected ColumnName columnName
protected JdbcType jdbcType
protected SqlType sqlType
public GroupName getGroupName()
GroupName
public void setGroupName(GroupName value)
value
- allowed object is
GroupName
public ModifiedStrategy getModifiedStrategy()
ModifiedStrategy
public void setModifiedStrategy(ModifiedStrategy value)
value
- allowed object is
ModifiedStrategy
public ReadStrategy getReadStrategy()
ReadStrategy
public void setReadStrategy(ReadStrategy value)
value
- allowed object is
ReadStrategy
public VersionColumn getVersionColumn()
VersionColumn
public void setVersionColumn(VersionColumn value)
value
- allowed object is
VersionColumn
public TimestampColumn getTimestampColumn()
TimestampColumn
public void setTimestampColumn(TimestampColumn value)
value
- allowed object is
TimestampColumn
public KeyGeneratorFactory getKeyGeneratorFactory()
KeyGeneratorFactory
public void setKeyGeneratorFactory(KeyGeneratorFactory value)
value
- allowed object is
KeyGeneratorFactory
public FieldType getFieldType()
FieldType
public void setFieldType(FieldType value)
value
- allowed object is
FieldType
public FieldName getFieldName()
FieldName
public void setFieldName(FieldName value)
value
- allowed object is
FieldName
public ColumnName getColumnName()
ColumnName
public void setColumnName(ColumnName value)
value
- allowed object is
ColumnName
public JdbcType getJdbcType()
JdbcType
public void setJdbcType(JdbcType value)
value
- allowed object is
JdbcType
public SqlType getSqlType()
SqlType