Interface AppMasterRepository

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

@CacheConfig(cacheNames="cache_apps_services") public interface AppMasterRepository extends org.springframework.data.mongodb.repository.MongoRepository<AppMaster,AppIdentifier>, org.springframework.data.querydsl.QuerydslPredicateExecutor<AppMaster>