Interface ModuleRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Module,​java.util.UUID>, org.springframework.data.repository.Repository<Module,​java.util.UUID>

    public interface ModuleRepository
    extends org.springframework.data.repository.CrudRepository<Module,​java.util.UUID>
    • Method Summary

      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll