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