interface PrivateAppRepository extends org.springframework.data.repository.PagingAndSortingRepository<PrivateAppEntity,GUID>
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<PrivateAppEntity> |
findByAppInstallation_ShopGuidAndClient_Type(GUID shopGuid,
OAuth2ClientType type,
org.springframework.data.domain.Pageable pageable) |
java.util.List<PrivateAppEntity> |
findByClient(OAuth2ClientEntity client) |
org.springframework.data.domain.Page<PrivateAppEntity> findByAppInstallation_ShopGuidAndClient_Type(GUID shopGuid, OAuth2ClientType type, org.springframework.data.domain.Pageable pageable)
java.util.List<PrivateAppEntity> findByClient(OAuth2ClientEntity client)