Interface FinalsRepository

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

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

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

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