Interface GenreRepository

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

public interface GenreRepository
extends org.springframework.data.repository.CrudRepository<Genre,​java.lang.Long>
  • Method Summary

    Modifier and Type Method Description
    boolean existsById​(java.lang.Long id)  

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

    count, delete, deleteAll, deleteAll, deleteById, findAll, findAllById, findById, save, saveAll
  • Method Details

    • existsById

      boolean existsById​(java.lang.Long id)
      Specified by:
      existsById in interface org.springframework.data.repository.CrudRepository<Genre,​java.lang.Long>