Interface OrderArchiveRepository

All Superinterfaces:
AbstractOrderRepository, org.springframework.data.repository.CrudRepository<Order,String>, org.springframework.data.repository.ListCrudRepository<Order,String>, org.springframework.data.repository.ListPagingAndSortingRepository<Order,String>, org.springframework.data.mongodb.repository.MongoRepository<Order,String>, OrderTemplate, org.springframework.data.repository.PagingAndSortingRepository<Order,String>, org.springframework.data.repository.query.QueryByExampleExecutor<Order>, org.springframework.data.repository.Repository<Order,String>

@Repository public interface OrderArchiveRepository extends AbstractOrderRepository, OrderTemplate
Author:
Infosys Equinox This repository used to connect with arcihval endpoints for fetching orders Using this repository we can only do Read operations
  • Method Summary

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

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

    findAll, findAllById, saveAll

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

    findAll

    Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, insert, insert

    Methods inherited from interface com.skava.oms.template.order.OrderTemplate

    count, count, find, find, findAll, findAll, findCountByFilter, getSkuId, getSkuId

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne