类 AttachmentsTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<T>
org.apache.ibatis.type.BaseTypeHandler<net.guerlab.smart.article.core.eneity.Attachments>
net.guerlab.spring.mybatis.typehandlers.AttachmentsTypeHandler
- 所有已实现的接口:
org.apache.ibatis.type.TypeHandler<net.guerlab.smart.article.core.eneity.Attachments>
public class AttachmentsTypeHandler
extends org.apache.ibatis.type.BaseTypeHandler<net.guerlab.smart.article.core.eneity.Attachments>
附件列表类型处理
- 作者:
- guer
-
字段概要
-
构造器概要
构造器 构造器 说明 AttachmentsTypeHandler() -
方法概要
修饰符和类型 方法 说明 net.guerlab.smart.article.core.eneity.AttachmentsgetNullableResult(java.sql.CallableStatement cs, int columnIndex)net.guerlab.smart.article.core.eneity.AttachmentsgetNullableResult(java.sql.ResultSet rs, int columnIndex)net.guerlab.smart.article.core.eneity.AttachmentsgetNullableResult(java.sql.ResultSet rs, java.lang.String columnName)voidsetNonNullParameter(java.sql.PreparedStatement ps, int i, net.guerlab.smart.article.core.eneity.Attachments parameter, org.apache.ibatis.type.JdbcType jdbcType)
-
构造器详细资料
-
AttachmentsTypeHandler
public AttachmentsTypeHandler()
-
-
方法详细资料
-
setNonNullParameter
public void setNonNullParameter(java.sql.PreparedStatement ps, int i, net.guerlab.smart.article.core.eneity.Attachments parameter, org.apache.ibatis.type.JdbcType jdbcType) throws java.sql.SQLException- 指定者:
setNonNullParameter在类中org.apache.ibatis.type.BaseTypeHandler<net.guerlab.smart.article.core.eneity.Attachments>- 抛出:
java.sql.SQLException
-
getNullableResult
public net.guerlab.smart.article.core.eneity.Attachments getNullableResult(java.sql.ResultSet rs, java.lang.String columnName) throws java.sql.SQLException- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<net.guerlab.smart.article.core.eneity.Attachments>- 抛出:
java.sql.SQLException
-
getNullableResult
public net.guerlab.smart.article.core.eneity.Attachments getNullableResult(java.sql.ResultSet rs, int columnIndex) throws java.sql.SQLException- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<net.guerlab.smart.article.core.eneity.Attachments>- 抛出:
java.sql.SQLException
-
getNullableResult
public net.guerlab.smart.article.core.eneity.Attachments getNullableResult(java.sql.CallableStatement cs, int columnIndex) throws java.sql.SQLException- 指定者:
getNullableResult在类中org.apache.ibatis.type.BaseTypeHandler<net.guerlab.smart.article.core.eneity.Attachments>- 抛出:
java.sql.SQLException
-