Interface ShippingOrderRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<ShippingOrder,Long>, org.springframework.data.jpa.repository.JpaRepository<ShippingOrder,Long>, org.springframework.data.repository.ListCrudRepository<ShippingOrder,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<ShippingOrder,Long>, org.springframework.data.repository.PagingAndSortingRepository<ShippingOrder,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<ShippingOrder>, org.springframework.data.repository.Repository<ShippingOrder,Long>

public interface ShippingOrderRepository extends org.springframework.data.jpa.repository.JpaRepository<ShippingOrder,Long>
A ShippingOrderRepository.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<ShippingOrder>
    findAll(org.springframework.data.jpa.domain.Specification<ShippingOrder> spec, org.springframework.data.domain.Pageable pageable)
     
     
     
     
     

    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.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    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.repository.PagingAndSortingRepository

    findAll

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

    count, exists, findAll, findBy, findOne