Interface AgencyRepository

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

@Repository
public interface AgencyRepository
extends org.springframework.data.repository.CrudRepository<Agency,​java.lang.String>
Database interaction interface.
  • Method Summary

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

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