데이터베이스
Mybatis TypeHandler
TypeHandler란 Mybatis가 PreparedStatement에 파라미터를 셋팅하거나 ResultSet에서 값을 가져올 때마다 적절한 Java Type으로 변환하기 위해 TypeHandler를 사용한다. Mybatis에는 default TypeHandler 들이 있다. https://mybatis.org/mybatis-3/configuration.html#typeHandlers mybatis – MyBatis 3 | Configuration Configuration The MyBatis configuration contains settings and properties that have a dramatic effect on how MyBatis behaves. The high level stru..