Uses of Interface
com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory.GraphCallBack
Packages that use OGraphCommandExecutorSQLFactory.GraphCallBack
-
Uses of OGraphCommandExecutorSQLFactory.GraphCallBack in com.orientechnologies.orient.graph.sql
Methods in com.orientechnologies.orient.graph.sql with parameters of type OGraphCommandExecutorSQLFactory.GraphCallBackModifier and TypeMethodDescriptionstatic <T> TOGraphCommandExecutorSQLFactory.runInConfiguredTxMode(OGraphCommandExecutorSQLFactory.GraphCallBack<T> callBack) static <T> TOGraphCommandExecutorSQLFactory.runInTx(OGraphCommandExecutorSQLFactory.GraphCallBack<T> callBack) static <T> TOGraphCommandExecutorSQLFactory.runInTx(OrientGraph graph, OGraphCommandExecutorSQLFactory.GraphCallBack<T> callBack) static <T> TOGraphCommandExecutorSQLFactory.runWithAnyGraph(OGraphCommandExecutorSQLFactory.GraphCallBack<T> callBack)