Uses of Class
org.umlg.sqlg.structure.MetaEdge
Packages that use MetaEdge
-
Uses of MetaEdge in org.umlg.sqlg.sql.dialect
Method parameters in org.umlg.sqlg.sql.dialect with type arguments of type MetaEdgeModifier 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
Methods in org.umlg.sqlg.structure that return MetaEdgeModifier and TypeMethodDescriptionstatic MetaEdge
MetaEdge.from
(SchemaTable outSchemaTable, SqlgVertex outVertex, SqlgVertex inVertex)