Mixin interface that adds create, update, and delete convenience methods directly on an entity class, delegating to the default Stormify instance.
Inserts this entity into the database.
Deletes this entity from the database based on its primary key.
Updates this entity in the database based on its primary key.