public interface ActiveRecord<ID> extends Identifiable<ID>
Active Records might have static finder methods or use a separated Finder class.
void
save()
id, is
void save()