|
Berkeley DB version 4.7.25 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sleepycat.persist.model.FieldMetadata
public class FieldMetadata
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.
Constructor Summary | |
---|---|
FieldMetadata(String name,
String className,
String declaringClassName)
Used by an EntityModel to construct field metadata. |
Method Summary | |
---|---|
boolean |
equals(Object other)
|
String |
getClassName()
Returns the class name of the field type. |
String |
getDeclaringClassName()
Returns the name of the class where the field is declared. |
String |
getName()
Returns the field name. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldMetadata(String name, String className, String declaringClassName)
EntityModel
to construct field metadata.
Method Detail |
---|
public String getName()
public String getClassName()
public String getDeclaringClassName()
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Berkeley DB version 4.7.25 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |