Package org.apache.ibatis.type
Class MonthTypeHandler
- java.lang.Object
-
- org.apache.ibatis.type.TypeReference<T>
-
- org.apache.ibatis.type.BaseTypeHandler<java.time.Month>
-
- org.apache.ibatis.type.MonthTypeHandler
-
- All Implemented Interfaces:
TypeHandler<java.time.Month>
public class MonthTypeHandler extends BaseTypeHandler<java.time.Month>
- Since:
- 3.4.5
- Author:
- Björn Raupach
-
-
Field Summary
-
Fields inherited from class org.apache.ibatis.type.BaseTypeHandler
configuration
-
-
Constructor Summary
Constructors Constructor Description MonthTypeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.MonthgetNullableResult(java.sql.CallableStatement cs, int columnIndex)java.time.MonthgetNullableResult(java.sql.ResultSet rs, int columnIndex)java.time.MonthgetNullableResult(java.sql.ResultSet rs, java.lang.String columnName)voidsetNonNullParameter(java.sql.PreparedStatement ps, int i, java.time.Month month, JdbcType type)-
Methods inherited from class org.apache.ibatis.type.BaseTypeHandler
getResult, getResult, getResult, setConfiguration, setParameter
-
Methods inherited from class org.apache.ibatis.type.TypeReference
getRawType, toString
-
-
-
-
Method Detail
-
setNonNullParameter
public void setNonNullParameter(java.sql.PreparedStatement ps, int i, java.time.Month month, JdbcType type) throws java.sql.SQLException- Specified by:
setNonNullParameterin classBaseTypeHandler<java.time.Month>- Throws:
java.sql.SQLException
-
getNullableResult
public java.time.Month getNullableResult(java.sql.ResultSet rs, java.lang.String columnName) throws java.sql.SQLException- Specified by:
getNullableResultin classBaseTypeHandler<java.time.Month>- Throws:
java.sql.SQLException
-
getNullableResult
public java.time.Month getNullableResult(java.sql.ResultSet rs, int columnIndex) throws java.sql.SQLException- Specified by:
getNullableResultin classBaseTypeHandler<java.time.Month>- Throws:
java.sql.SQLException
-
getNullableResult
public java.time.Month getNullableResult(java.sql.CallableStatement cs, int columnIndex) throws java.sql.SQLException- Specified by:
getNullableResultin classBaseTypeHandler<java.time.Month>- Throws:
java.sql.SQLException
-
-