@MappedTypes(value=VertexMapping.class) @MappedJdbcTypes(value=VARCHAR) public class VertexMappingTypeHandler extends org.apache.ibatis.type.BaseTypeHandler<Set<VertexMapping>>
| Constructor and Description |
|---|
VertexMappingTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
Set<VertexMapping> |
getNullableResult(CallableStatement callableStatement,
int columnIndex) |
Set<VertexMapping> |
getNullableResult(ResultSet resultSet,
int columnIndex) |
Set<VertexMapping> |
getNullableResult(ResultSet resultSet,
String columnName) |
void |
setNonNullParameter(PreparedStatement preparedStatement,
int columnIndex,
Set<VertexMapping> mappings,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setNonNullParameter(PreparedStatement preparedStatement, int columnIndex, Set<VertexMapping> mappings, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<Set<VertexMapping>>SQLExceptionpublic Set<VertexMapping> getNullableResult(ResultSet resultSet, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Set<VertexMapping>>SQLExceptionpublic Set<VertexMapping> getNullableResult(ResultSet resultSet, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Set<VertexMapping>>SQLExceptionpublic Set<VertexMapping> getNullableResult(CallableStatement callableStatement, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<Set<VertexMapping>>SQLExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.