Last updated 3 years ago
Was this helpful?
resultType vs resultMap
Must choose either one of them
resultType directly tries to copy values to specified POJO
resultMap provides opportunity to of POJO
Pro: No need to write mapper interface / xml
Con: would be much more lines comparing with regular query