@Repository public interface ScriptTagRepository extends org.springframework.data.repository.CrudRepository<ScriptTagEntity,GUID>
Modifier and Type | Method and Description |
---|---|
void |
deleteByScriptTagIdAndAppInstallationOAuth2_Token_TokenDigest(GUID scriptTagId,
java.lang.String token) |
java.util.stream.Stream<ScriptTagEntity> |
findByAppInstallationOAuth2_ShopGuid(GUID shopGuid) |
ScriptTagEntity |
findByAppInstallationOAuth2_ShopGuidAndScriptTagId(GUID shopGuid,
GUID scriptTagId) |
java.util.stream.Stream<ScriptTagEntity> findByAppInstallationOAuth2_ShopGuid(GUID shopGuid)
ScriptTagEntity findByAppInstallationOAuth2_ShopGuidAndScriptTagId(GUID shopGuid, GUID scriptTagId)
void deleteByScriptTagIdAndAppInstallationOAuth2_Token_TokenDigest(GUID scriptTagId, java.lang.String token)