Uses of Interface
com.graphdbapi.driver.GraphTransaction
-
Packages that use GraphTransaction Package Description com.graphdbapi.driver -
-
Uses of GraphTransaction in com.graphdbapi.driver
Methods in com.graphdbapi.driver that return GraphTransaction Modifier and Type Method Description default GraphTransactionGraph. beginTransaction()开始一个新的事务。GraphTransactionGraph. beginTransaction(com.graphdbapi.driver.Isolation isolation)开始一个新的事务(可指定隔离级别)。
-