Interface AuthCodeRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<AuthCode,​String>, org.springframework.data.repository.Repository<AuthCode,​String>

    @Repository
    public interface AuthCodeRepository
    extends org.springframework.data.repository.CrudRepository<AuthCode,​String>
    Author:
    Nick Crum (ncrum)
    • Method Summary

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

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