|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.loader.FieldDescriptorImpl
org.exolab.castor.jdo.engine.JDOFieldDescriptor
public class JDOFieldDescriptor
JDO field descriptor. Wraps FieldDescriptorImpl
and adds
SQL-related information, type conversion, and set/get for JDBC.
Constructor Summary | |
---|---|
JDOFieldDescriptor(FieldDescriptorImpl fieldDesc,
java.lang.String[] sqlName,
int[] sqlType,
boolean dirtyCheck,
java.lang.String manyTable,
java.lang.String[] manyKey,
boolean readonly)
Construct a new field descriptor for the specified field. |
Method Summary | |
---|---|
java.lang.String[] |
getManyKey()
|
java.lang.String |
getManyTable()
|
java.lang.String[] |
getSQLName()
Returns the SQL name of this field. |
int[] |
getSQLType()
Returns the SQL type of this field. |
boolean |
isDirtyCheck()
Returns true if dirty checking is required for this field. |
boolean |
isReadonly()
|
java.lang.String |
toString()
|
Methods inherited from class org.exolab.castor.mapping.loader.FieldDescriptorImpl |
---|
getClassDescriptor, getContainingClassDescriptor, getConvertor, getConvertorParam, getFieldName, getFieldType, getHandler, isImmutable, isMultivalued, isRequired, isTransient, setContainingClassDescriptor, setRequired, setTransient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JDOFieldDescriptor(FieldDescriptorImpl fieldDesc, java.lang.String[] sqlName, int[] sqlType, boolean dirtyCheck, java.lang.String manyTable, java.lang.String[] manyKey, boolean readonly) throws MappingException
fieldDesc
- The field descriptor
MappingException
- Invalid mapping informationMethod Detail |
---|
public java.lang.String getManyTable()
public java.lang.String[] getManyKey()
public java.lang.String[] getSQLName()
public boolean isDirtyCheck()
public int[] getSQLType()
public java.lang.String toString()
toString
in class FieldDescriptorImpl
public boolean isReadonly()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |