Uses of Interface
gov.llnl.gnem.apps.coda.calibration.repository.VelocityConfigurationRepository
Packages that use VelocityConfigurationRepository
Package
Description
- 
Uses of VelocityConfigurationRepository in gov.llnl.gnem.apps.coda.calibration.service.impl
Constructors in gov.llnl.gnem.apps.coda.calibration.service.impl with parameters of type VelocityConfigurationRepositoryModifierConstructorDescriptionConfigurationServiceImpl(jakarta.persistence.EntityManager em, VelocityConfigurationRepository velConfRepository, CalibrationShapeFitterConstraintsRepository shapeConstraintsRepository, VelocityConfiguration defaultVelConf, ShapeFitterConstraints defaultShapeFitterConstraint, PolygonRepository polygonRepository, NotificationService notificationService)  - 
Uses of VelocityConfigurationRepository in gov.llnl.gnem.apps.coda.common.service.impl
Constructors in gov.llnl.gnem.apps.coda.common.service.impl with parameters of type VelocityConfigurationRepositoryModifierConstructorDescriptionWaveformServiceImpl(WaveformRepository waveformRepository, SpectraMeasurementRepository spectraMeasurementRepository, SpectraCalculator spectraCalc, SyntheticRepository syntheticRepository, SharedFrequencyBandParametersRepository sfbRepository, SiteFrequencyBandParametersRepository siteParamsRepository, VelocityConfigurationRepository velocityConfigRepository, NotificationService notificationService)