AL
Size: a a a
AL
AL
AL
АC
AL
AL
АC
AL
AL
АC
AL
Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method country() cannot be found on type org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMapAL
AL
Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'country' cannot be found on object of type 'org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap' - maybe not public or not valid?AL
public interface IProjectEntityProjection {
   @Value ("#{target.link}")
    String getLink();
    @Value("#{target.title}")
    String getTitle();
    @Value("#{target.budget}")
    String getBudget();
    @Value("#{target.country}")
    String getCountry();
    @Value("#{target.category}")
    String getCategory();
    @Value("#{target.description}")
    String getDescription();
    @Value("#{target.title}")
    String getHourlyRange();
    @Value("#{target.postedOn}")
    LocalDateTime getPostedOn();
    @Value("#{target.skills}")
    Set<String> getSkills();
    boolean isViewed();
}AL
AL
AL
АC
РН
AL