Extending Entity with Custom Properties (Challenge)

# Introduction In this task, we will add properties to the Course entity class to learn how to define custom type handlers. This will involve adding a course property field to the course table and implementing a custom type handler that maps the Java Boolean type to the JDBC Integer type. Through this challenge, you will gain hands-on experience with custom type handlers in MyBatis.

|60 : 00

Click the virtual machine below to start practicing