| java.lang.Object com.sleepycat.persist.impl.FieldInfo
FieldInfo | class FieldInfo implements RawField,Serializable,Comparable<FieldInfo>(Code) | | A field definition used by ComplexFormat and CompositeKeyFormat.
Note that the equals(), compareTo() and hashCode() methods only use the
name field in this class. Comparing two FieldInfo objects is only done when
both are declared in the same class, so comparing the field name is
sufficient.
author: Mark Hayes |
getInstanceFields | static List<FieldInfo> getInstanceFields(Class cls)(Code) | | Returns a list of all non-transient non-static fields that are declared
in the given class.
|
hashCode | public int hashCode()(Code) | | |
initialize | void initialize(Catalog catalog, int initVersion)(Code) | | |
|
|