Interface AccountRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<Account,​org.bson.types.ObjectId>, org.springframework.data.repository.PagingAndSortingRepository<Account,​org.bson.types.ObjectId>, org.springframework.data.repository.Repository<Account,​org.bson.types.ObjectId>

    public interface AccountRepository
    extends org.springframework.data.repository.PagingAndSortingRepository<Account,​org.bson.types.ObjectId>
    • Method Summary

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

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll