isUpdateLock() Gets the updateLock
updateLock controls whether the lock fields should be
updated by OJB when a row is saved
If false then the dbms needs to update the lock fields.
Constructor declaration
Parameters: cld - The parent ClassDescriptor Parameters: id - A field id - unique against all other fields in the ClassDescriptor
Returns the corresponding database
JdbcType ) of this field,
defined by the JDBC 3.0 specification, e.g. VARCHAR, VARBINARY ...
The complement class is
FieldType ) which manage the java field
type, e.g. a String, byte[] ...
Returns the mapped jdbc type of this field (see complement
FieldType ), defined by
the JDBC specification.
The jdbc database type of this field.
Gets the updateLock
updateLock controls whether the lock fields should be
updated by OJB when a row is saved
If false then the dbms needs to update the lock fields.
The default is true
Returns a boolean
public void setScaleSpecified(boolean scaleSpecified)(Code)
setSequenceName
public void setSequenceName(String sequenceName)(Code)
setUpdateLock
public void setUpdateLock(boolean updateLock)(Code)
Sets the updateLock
updateLock controls whether the lock fields should be
updated by OJB when a row is saved.
If false then the dbms needs to update the lock fields.
The default is true
Parameters: updateLock - The updateLock to set