| Package | Description |
|---|---|
| org.apache.hugegraph.controller.load | |
| org.apache.hugegraph.entity.load | |
| org.apache.hugegraph.handler |
| Modifier and Type | Method and Description |
|---|---|
FileMapping |
FileMappingController.addEdgeMapping(int connId,
int id,
EdgeMapping newEntity) |
FileMapping |
FileMappingController.updateEdgeMapping(int connId,
int id,
String emId,
EdgeMapping newEntity) |
| Modifier and Type | Method and Description |
|---|---|
EdgeMapping |
FileMapping.getEdgeMapping(String emId) |
| Modifier and Type | Method and Description |
|---|---|
Set<EdgeMapping> |
EdgeMappingTypeHandler.getNullableResult(CallableStatement callableStatement,
int columnIndex) |
Set<EdgeMapping> |
EdgeMappingTypeHandler.getNullableResult(ResultSet resultSet,
int columnIndex) |
Set<EdgeMapping> |
EdgeMappingTypeHandler.getNullableResult(ResultSet resultSet,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeMappingTypeHandler.setNonNullParameter(PreparedStatement preparedStatement,
int columnIndex,
Set<EdgeMapping> mappings,
org.apache.ibatis.type.JdbcType jdbcType) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.