net.sf.jso.schema
Interface CID

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

public interface CID
extends OID

Inteface for transaction identification.

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


Methods inherited from interface java.lang.Comparable
compareTo