ฉันมีวิธี Scala นี้โดยมีข้อผิดพลาดด้านล่าง ไม่สามารถแปลงเป็นรายการ Scala
def findAllQuestion():List[Question]={
questionDao.getAllQuestions()
}
ประเภทไม่ตรงกัน พบ: java.util.List[com.aitrich.learnware.model.domain.entity.Question]
จำเป็น:
scala.collection.immutable.List[com.aitrich.learnware.model.domain.entity.Question]