public interface ProductPortalAppRepo extends org.springframework.data.repository.CrudRepository<ProductPortalAppEntity,java.lang.String>
Modifier and Type | Method and Description |
---|---|
int |
deleteByAppInstallation(AppInstallationOAuth2Entity appInstallation) |
java.util.List<ProductPortalAppEntity> |
findByStorename(java.lang.String storename) |
java.util.List<ProductPortalAppEntity> findByStorename(java.lang.String storename)
int deleteByAppInstallation(AppInstallationOAuth2Entity appInstallation)