public interface Id extends Comparable<Id>, Serializable
PersistentEObject
s in datastores.
This is the primary key in datastores, so, each Id
must be unique at back-end level to ensure data
consistency. The unicity is not guaranteed before adding a new PersistentEObject
to a database.
Modifier and Type | Method and Description |
---|---|
Long |
toLong()
Returns the
Long number of this Id . |
String |
toString()
Returns the
String representation of this Id . |
compareTo
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.