Interface AppMerchantDataRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<AppMerchantData,String>, org.springframework.data.repository.ListCrudRepository<AppMerchantData,String>, org.springframework.data.repository.ListPagingAndSortingRepository<AppMerchantData,String>, org.springframework.data.mongodb.repository.MongoRepository<AppMerchantData,String>, org.springframework.data.repository.PagingAndSortingRepository<AppMerchantData,String>, org.springframework.data.repository.query.QueryByExampleExecutor<AppMerchantData>, org.springframework.data.querydsl.QuerydslPredicateExecutor<AppMerchantData>, org.springframework.data.repository.Repository<AppMerchantData,String>

public interface AppMerchantDataRepository extends org.springframework.data.mongodb.repository.MongoRepository<AppMerchantData,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<AppMerchantData>