Interface OfferRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<DeedTenantOffer,,String> org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedTenantOffer,,String> org.springframework.data.repository.PagingAndSortingRepository<DeedTenantOffer,,String> org.springframework.data.repository.Repository<DeedTenantOffer,String>
public interface OfferRepository
extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedTenantOffer,String>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByNftId(long nftId) voidfindByNftId(long nftId) findByOfferId(long offerId) findByOfferIdAndParentIdIsNull(long offerId) findByOfferTransactionHash(String lowerCase) findByOfferTransactionStatusInOrderByCreatedDateAsc(List<TransactionStatus> transactionStatus) findByOwnerNotAndNftIdAndEnabledTrue(String owner, long nftId) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
delete, deleteAll, deleteAll, deleteAllById, deleteById, save, saveAll, searchSimilarMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
findByOwnerNotAndNftIdAndEnabledTrue
-
findByNftId
-
findByOfferTransactionStatusInOrderByCreatedDateAsc
List<DeedTenantOffer> findByOfferTransactionStatusInOrderByCreatedDateAsc(List<TransactionStatus> transactionStatus) -
findByOfferId
-
findByOfferIdAndParentIdIsNull
-
deleteByNftId
void deleteByNftId(long nftId) -
deleteByParentId
-
findByOfferTransactionHash
-