org.exolab.castor.jdo.engine
Class JDOFieldDescriptor
- FieldDescriptor
public class JDOFieldDescriptor
JDO field descriptor. Wraps
FieldDescriptor
and adds
SQL-related information, type conversion, and set/get for JDBC.
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:17 $JDOFieldDescriptor(FieldDescriptorImpl fieldDesc, String[] sqlName, int[] sqlType, boolean dirtyCheck, String manyTable, String[] manyKey, boolean readonly) - Construct a new field descriptor for the specified field.
|
getClassDescriptor , getContainingClassDescriptor , getConvertor , getConvertorParam , getFieldName , getFieldType , getHandler , isImmutable , isMultivalued , isRequired , isTransient , setClassDescriptor , setContainingClassDescriptor , setHandler , setRequired , toString |
JDOFieldDescriptor
public JDOFieldDescriptor(FieldDescriptorImpl fieldDesc,
String[] sqlName,
int[] sqlType,
boolean dirtyCheck,
String manyTable,
String[] manyKey,
boolean readonly)
throws MappingException
Construct a new field descriptor for the specified field. This is
a JDO field descriptor wrapping a field descriptor and adding JDO
related properties and methods.
fieldDesc
- The field descriptor
getManyKey
public String[] getManyKey()
getManyTable
public String getManyTable()
getSQLName
public String[] getSQLName()
Returns the SQL name of this field.
- The SQL name of this field
getSQLType
public int[] getSQLType()
Returns the SQL type of this field.
- The SQL type of this field
isDirtyCheck
public boolean isDirtyCheck()
Returns true if dirty checking is required for this field.
- True if dirty checking required
isReadonly
public boolean isReadonly()
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com