org.exolab.castor.jdo.engine
public final class JDOFieldDescriptorImpl extends FieldDescriptorImpl implements JDOFieldDescriptor
Version: $Revision: 6071 $ $Date: 2005-12-06 14:55:28 -0700 (Tue, 06 Dec 2005) $
Constructor Summary | |
---|---|
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.
|
Method Summary | |
---|---|
TypeConvertor | getConvertor() |
String | getConvertorParam() |
String[] | getManyKey() |
String | getManyTable() |
String[] | getSQLName() |
int[] | getSQLType() |
boolean | isDirtyCheck() |
boolean | isReadonly() |
String | toString() |
Parameters: fieldName The field name typeInfo The field type information handler The field handler (may be null) trans True if the field is transient
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }
See Also:
{@inheritDoc }