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