public interface Stored
Ideally, clients shouldn't care or use the entities' database Ids. Database Ids can be different between different nodes.
Clients should use the entities natural id like account address, mosaic id, namespace id, transaction hash, etc.
The database id is currently being used as the default sort by value and it may be used when setting offset values in searches.
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.String> |
getRecordId()
Returns database record id of the entity.
|