public interface FieldType
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(java.lang.Object fieldValue)
Returns a copy of the specified persistent class field (e.g.
|
boolean |
equals(java.lang.Object firstValue,
java.lang.Object secondValue)
Returns true if the field value hasn't changed.
|
int |
getSqlType()
Returns the sql
Types of this field. |
boolean |
isMutable()
Returns true if the field type is mutable, e.g.
|
void |
setSqlType(JdbcType jdbcType)
Dets the associated sql field type of this field.
|
java.lang.Object copy(java.lang.Object fieldValue)
fieldValue
- The field to copy.boolean equals(java.lang.Object firstValue, java.lang.Object secondValue)
firstValue
- A field value object.secondValue
- A field value object.int getSqlType()
Types
of this field.void setSqlType(JdbcType jdbcType)
jdbcType
- The associated JdbcType
.boolean isMutable()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30