Interface UCSBAPIQuarterRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<UCSBAPIQuarter,String>, org.springframework.data.repository.Repository<UCSBAPIQuarter,String>

@Repository public interface UCSBAPIQuarterRepository extends org.springframework.data.repository.CrudRepository<UCSBAPIQuarter,String>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

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

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