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 TypeMethodDescriptionvoidBaseSqlDialect.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) voidSqlBulkDialect.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 MetaEdgeMetaEdge.from(SchemaTable outSchemaTable, SqlgVertex outVertex, SqlgVertex inVertex)