Class PdcAxisValueRepository

    • Constructor Detail

      • PdcAxisValueRepository

        public PdcAxisValueRepository()
    • Method Detail

      • findByAxisId

        public List<PdcAxisValue> findByAxisId​(Long axisId)
        Finds all the values of the specified PdC's axis.
        Parameters:
        axisId - the unique identifier of the axis.
        Returns:
        a list of the values of the specified axis.