| java.lang.Object com.sleepycat.persist.impl.PersistKeyAssigner
PersistKeyAssigner | public class PersistKeyAssigner (Code) | | Assigns primary keys from a Sequence.
This class is used directly by PrimaryIndex, not via an interface. To avoid
making a public interface, the PersistEntityBinding contains a reference to
a PersistKeyAssigner, and the PrimaryIndex gets the key assigner from the
binding. See the PrimaryIndex constructor for more information.
author: Mark Hayes |
|
|