Uses of Class
fr.enedis.chutney.campaign.infra.jpa.CampaignScenarioEntity
Packages that use CampaignScenarioEntity
-
Uses of CampaignScenarioEntity in fr.enedis.chutney.campaign.infra
Methods in fr.enedis.chutney.campaign.infra that return types with arguments of type CampaignScenarioEntityModifier and TypeMethodDescriptionCampaignScenarioJpaRepository.findAllByDatasetId(String datasetId) CampaignScenarioJpaRepository.findAllByScenarioId(String scenarioId) -
Uses of CampaignScenarioEntity in fr.enedis.chutney.campaign.infra.jpa
Methods in fr.enedis.chutney.campaign.infra.jpa that return types with arguments of type CampaignScenarioEntityModifier and TypeMethodDescriptionCampaignEntity.campaignScenarios()static List<CampaignScenarioEntity> CampaignScenarioEntity.fromDomain(Campaign campaign) Constructor parameters in fr.enedis.chutney.campaign.infra.jpa with type arguments of type CampaignScenarioEntityModifierConstructorDescriptionCampaignEntity(String title, List<CampaignScenarioEntity> scenarios)