Interface PublisherRepository

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

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

    Modifier and Type Method Description
    java.util.List<Publisher> findByName​(java.lang.String firstname)  

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

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