Interface HeroRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Hero,​java.lang.Long>, org.springframework.data.repository.Repository<Hero,​java.lang.Long>

    @Repository
    public interface HeroRepository
    extends org.springframework.data.repository.CrudRepository<Hero,​java.lang.Long>
    • Method Summary

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

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