MyBatis Mapping Xml Issue

I was writing this project and I have this problem about the mapping. I am doing something wrong but I cannot find it. I've also checked the document of MyBatis but I couldn't find any update info.

I'm trying to map the List to List. However, I come across with the typeOf and property errors. Is it about the syntax? It is almost 5:30 am in Istanbul and I am losing sleep :/

Besides, Shouldn't I have a mapper(repository) package for this transformation or am I going in the right direction?-->Repository<-- -->XML<--

I am trying to do the relevant transformation and be able to manage contact message crud operations :)

Upvotes: 0

Views: 93

Answers (0)

Related Questions