Uses of Class
org.umlg.sqlg.structure.MetaEdge
-
Uses of MetaEdge in org.umlg.sqlg.sql.dialect
Modifier and TypeMethodDescriptionvoid
BaseSqlDialect.flushEdgeCache
(SqlgGraph sqlgGraph, Map<MetaEdge, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, org.apache.commons.lang3.tuple.Triple<SqlgVertex, SqlgVertex, Map<String, Object>>>>> edgeCache) void
SqlBulkDialect.flushEdgeCache
(SqlgGraph sqlgGraph, Map<MetaEdge, org.apache.commons.lang3.tuple.Pair<SortedSet<String>, Map<SqlgEdge, org.apache.commons.lang3.tuple.Triple<SqlgVertex, SqlgVertex, Map<String, Object>>>>> edgeCache) -
Uses of MetaEdge in org.umlg.sqlg.structure
Modifier and TypeMethodDescriptionstatic MetaEdge
MetaEdge.from
(SchemaTable outSchemaTable, SqlgVertex outVertex, SqlgVertex inVertex)