Interface EntityRegistry
- All Known Implementing Classes:
NullEntityRegistry
public interface EntityRegistry
Provides information on entities.
-
Method Summary
-
Method Details
-
createFromId
Create a new entity using its ID.- Parameters:
id
- the id- Returns:
- the entity, which may be null if the entity does not exist
-