Interface CommerceItemRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<CommerceItem,​java.lang.String>, org.springframework.data.mongodb.repository.MongoRepository<CommerceItem,​java.lang.String>, org.springframework.data.repository.PagingAndSortingRepository<CommerceItem,​java.lang.String>, org.springframework.data.repository.query.QueryByExampleExecutor<CommerceItem>, org.springframework.data.repository.Repository<CommerceItem,​java.lang.String>

    @Repository
    public interface CommerceItemRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<CommerceItem,​java.lang.String>
    • Method Summary

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

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, findAll, insert, insert, saveAll
      • 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