Interface AppMerchantRepository

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>

@CacheConfig(cacheNames="cache_apps_services") public interface AppMerchantRepository extends org.springframework.data.mongodb.repository.MongoRepository<AppMerchantData,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<AppMerchantData>
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, insert, insert

    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

    Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

    count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne