|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.castor.mapping.loader.ClassDescriptorHelper
public class ClassDescriptorHelper
| Constructor Summary | |
|---|---|
ClassDescriptorHelper()
|
|
| Method Summary | |
|---|---|
static FieldDescriptor[] |
getFullFields(ClassDescriptor classDescriptor)
Get all the FieldDescriptors for non-identity fields, including
all the fields in base classes. |
static FieldDescriptor[] |
getIdFields(ClassDescriptor classDescriptor)
Get the all the id fields of a class If the class, C, is a dependent class, then the depended class', D, id fields will be appended at the back and returned. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassDescriptorHelper()
| Method Detail |
|---|
public static FieldDescriptor[] getFullFields(ClassDescriptor classDescriptor)
throws MappingException
FieldDescriptors for non-identity fields, including
all the fields in base classes.
classDescriptor - ClassMapping instance.
MappingException
public static FieldDescriptor[] getIdFields(ClassDescriptor classDescriptor)
throws MappingException
MappingException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||