public class ResourceRefTypeHandler extends org.apache.ibatis.type.TypeReference<ResourceRef> implements org.apache.ibatis.type.TypeHandler<ResourceRef>
ResourceRef.| Constructor and Description |
|---|
ResourceRefTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
ResourceRef |
getResult(CallableStatement cs,
int columnIndex) |
ResourceRef |
getResult(ResultSet rs,
int columnIndex) |
ResourceRef |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
ResourceRef parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setParameter(PreparedStatement ps, int i, ResourceRef parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter in interface org.apache.ibatis.type.TypeHandler<ResourceRef>SQLExceptionpublic ResourceRef getResult(ResultSet rs, String columnName) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<ResourceRef>SQLExceptionpublic ResourceRef getResult(ResultSet rs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<ResourceRef>SQLExceptionpublic ResourceRef getResult(CallableStatement cs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<ResourceRef>SQLExceptionCopyright © 2020 Flowable. All rights reserved.