Interface ShippingLabelMetaDataRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ShippingLabelMetaDataEntity, String>, org.springframework.data.jpa.repository.JpaRepository<ShippingLabelMetaDataEntity, String>, org.springframework.data.repository.ListCrudRepository<ShippingLabelMetaDataEntity, String>, org.springframework.data.repository.ListPagingAndSortingRepository<ShippingLabelMetaDataEntity, String>, org.springframework.data.repository.PagingAndSortingRepository<ShippingLabelMetaDataEntity, String>, org.springframework.data.repository.query.QueryByExampleExecutor<ShippingLabelMetaDataEntity>, org.springframework.data.repository.Repository<ShippingLabelMetaDataEntity, String>
public interface ShippingLabelMetaDataRepository
extends org.springframework.data.jpa.repository.JpaRepository<ShippingLabelMetaDataEntity, String>
-
Method Summary
Modifier and TypeMethodDescriptionfindByTrackingNumber(String trackingNumber) findByTrackingNumberIn(Collection<String> trackingNumbers) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByTrackingNumber
-
findByTrackingNumberIn
-