Interface CourseRepository

  • All Superinterfaces:
    io.mateu.mdd.core.interfaces.IRepository<Course,​Long>

    public interface CourseRepository
    extends io.mateu.mdd.core.interfaces.IRepository<Course,​Long>
    • Method Summary

      • Methods inherited from interface io.mateu.mdd.core.interfaces.IRepository

        delete, delete, deleteWithId, find, find, findAll, list, save