public interface AppInstallationRepository extends org.springframework.data.repository.CrudRepository<AppInstallationEntity,java.lang.String>
Modifier and Type | Method and Description |
---|---|
java.util.List<AppInstallationEntity> |
findByAppId(java.lang.String id) |
AppInstallationEntity |
findByShopGUIDAndAppId(GUID shopGUID,
java.lang.String appId) |
java.util.List<AppInstallationEntity> |
findByShopGUIDAndState(GUID shopGUID,
AppInstallation.State state) |
AppInstallationEntity findByShopGUIDAndAppId(GUID shopGUID, java.lang.String appId)
java.util.List<AppInstallationEntity> findByShopGUIDAndState(GUID shopGUID, AppInstallation.State state)
java.util.List<AppInstallationEntity> findByAppId(java.lang.String id)