EntityID
- public class EntityID implements Serializable
EntityID
This class is an abstraction layer for the entity id.
It also allows to link entities together, e.g. an Entity’s Property with the corresponding abstract Property, even when the abstract Property does not have a valid ID yet (during bulk inserts).
- Author:
Timm Fitschen
Fields
DEFAULT_DOMAIN
Constructors
EntityID
- public EntityID()
EntityID
Methods
equals
hasId
- public boolean hasId()
hashCode
- public int hashCode()
isReserved
isTemporary
- public boolean isTemporary()
link
- public void link(EntityInterface entity)