Interface UCSBDateRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<UCSBDate,Long>, org.springframework.data.repository.Repository<UCSBDate,Long>

@Repository public interface UCSBDateRepository extends org.springframework.data.repository.CrudRepository<UCSBDate,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

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