Package com.sleepycat.persist.model
Class FieldMetadata
java.lang.Object
com.sleepycat.persist.model.FieldMetadata
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PrimaryKeyMetadata,SecondaryKeyMetadata
The metadata for a key field. This class defines common properties for
singular and composite key fields.
FieldMetadata objects are thread-safe. Multiple threads may
safely call the methods of a shared FieldMetadata object.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldMetadata(String name, String className, String declaringClassName) Used by anEntityModelto construct field metadata. -
Method Summary
-
Constructor Details
-
FieldMetadata
Used by anEntityModelto construct field metadata.
-
-
Method Details
-
getName
Returns the field name. -
getClassName
Returns the class name of the field type. -
getDeclaringClassName
Returns the name of the class where the field is declared. -
equals
-
hashCode
public int hashCode() -
toString
-