@TableName(value="file_mapping",
autoResultMap=true)
public class FileMapping
extends Object
| Constructor and Description |
|---|
FileMapping(int connId,
String name,
String path) |
FileMapping(int connId,
String name,
String path,
Date lastAccessTime) |
| Modifier and Type | Method and Description |
|---|---|
EdgeMapping |
getEdgeMapping(String emId) |
Set<String> |
getEdgeMappingLabels() |
VertexMapping |
getVertexMapping(String vmId) |
Set<String> |
getVertexMappingLabels() |
public VertexMapping getVertexMapping(String vmId)
public EdgeMapping getEdgeMapping(String emId)
Copyright © 2024 The Apache Software Foundation. All rights reserved.