Class YearMonthTypeHandler

java.lang.Object
All Implemented Interfaces:
TypeHandler<YearMonth>

public class YearMonthTypeHandler extends BaseTypeHandler<YearMonth>
Type Handler for YearMonth.

YearMonthTypeHandler relies upon YearMonth.parse. Therefore column values are expected as strings. The format must be uuuu-MM. Example: "2016-08"

Since:
3.4.5
Author:
Björn Raupach