Package com.skava.marketplace.repository
Interface KeyGenerationRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<DeveloperAppCredentials,
,String> org.springframework.data.repository.ListCrudRepository<DeveloperAppCredentials,
,String> org.springframework.data.repository.ListPagingAndSortingRepository<DeveloperAppCredentials,
,String> org.springframework.data.mongodb.repository.MongoRepository<DeveloperAppCredentials,
,String> org.springframework.data.repository.PagingAndSortingRepository<DeveloperAppCredentials,
,String> org.springframework.data.repository.query.QueryByExampleExecutor<DeveloperAppCredentials>
,org.springframework.data.repository.Repository<DeveloperAppCredentials,
String>
public interface KeyGenerationRepository
extends org.springframework.data.mongodb.repository.MongoRepository<DeveloperAppCredentials,String>
-
Method Summary
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
-
Method Details
-
findByAppIdAndAppVersion
-