Interface AccountAccessRepository

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

    public interface AccountAccessRepository
    extends org.springframework.data.repository.CrudRepository<AccountAccess,​String>
    • Method Summary

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

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