Practical Use of resultMap (Challenge)

# Introduction In this challenge we will use resultMap to specify the mapping between fields and entity class properties. This will help us to solve the problem of inconsistent naming between fields and entity class properties. Through this challenge we will learn how to use resultMap effectively and also how to use HashMap as an output parameter. Let's start with the challenge and see how we can solve this problem.

|60 : 00

Click the virtual machine below to start practicing