org.exolab.castor.jdo.engine
Class JDOFieldDescriptorImpl
- FieldDescriptor, JDOFieldDescriptor
public final class JDOFieldDescriptorImpl
JDO field descriptor. Wraps
FieldDescriptorImpl
and adds
SQL-related information, type conversion, and set/get for JDBC.
$Revision: 6071 $ $Date: 2005-12-06 14:55:28 -0700 (Tue, 06 Dec 2005) $JDOFieldDescriptorImpl(String fieldName, TypeInfo typeInfo, FieldHandler handler, boolean trans, String[] sqlName, int[] sqlType, String manyTable, String[] manyKey, boolean dirtyCheck, boolean readonly) - Construct a new field descriptor for the specified field.
|
getClassDescriptor , getContainingClassDescriptor , getFieldName , getFieldType , getHandler , isImmutable , isMultivalued , isRequired , isTransient , setClassDescriptor , setContainingClassDescriptor , setFieldName , setFieldType , setHandler , setImmutable , setMultivalued , setRequired , setTransient |
JDOFieldDescriptorImpl
public JDOFieldDescriptorImpl(String fieldName,
TypeInfo typeInfo,
FieldHandler handler,
boolean trans,
String[] sqlName,
int[] sqlType,
String manyTable,
String[] manyKey,
boolean dirtyCheck,
boolean readonly)
Construct a new field descriptor for the specified field.
fieldName
- The field nametypeInfo
- The field type informationhandler
- The field handler (may be null)trans
- True if the field is transient
Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com