com.sleepycat.persist.model
Class PrimaryKeyMetadata
java.lang.Object
com.sleepycat.persist.model.FieldMetadata
com.sleepycat.persist.model.PrimaryKeyMetadata
- All Implemented Interfaces:
- Serializable
public class PrimaryKeyMetadata
- extends FieldMetadata
The metadata for a primary key field. A primary key may be specified with
the PrimaryKey
annotation.
PrimaryKeyMetadata
objects are thread-safe. Multiple threads may
safely call the methods of a shared PrimaryKeyMetadata
object.
- Author:
- Mark Hayes
- See Also:
- Serialized Form
PrimaryKeyMetadata
public PrimaryKeyMetadata(String name,
String className,
String declaringClassName,
String sequenceName)
- Used by an
EntityModel
to construct primary key metadata.
getSequenceName
public String getSequenceName()
- Returns the name of the sequence for assigning key values. This may be
specified using the
PrimaryKey.sequence()
annotation.
equals
public boolean equals(Object other)
- Overrides:
equals
in class FieldMetadata
Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.