Class ScopedEntity

java.lang.Object
org.graylog2.database.entities.ScopedEntity
All Implemented Interfaces:
MongoEntity
Direct Known Subclasses:
CacheDto, DataAdapterDto, EventDefinitionDto, LookupTableDto

public abstract class ScopedEntity extends Object implements MongoEntity
Entity base class, which can be used to enforce that each entity implementation has the required id and _scope fields.