类 YearMonthTypeHandler

所有已实现的接口:
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"

从以下版本开始:
3.4.5
作者:
Björn Raupach