net.sf.jso.storage
Interface PID

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, OID, java.io.Serializable
All Known Implementing Classes:
JSOOID

public interface PID
extends OID

Inteface for partition identification.

A PID instance represents an unique partition identification within a database. Implementations of the PID interface should also override equals(), hashCode(), clone() and toString() methods.


Methods inherited from interface java.lang.Comparable
compareTo