}
}
public OrientBaseGraph acquire() {
init();
final OrientBaseGraph g = factory.get();
if (conflictStrategy != null) {
final OStorage stg = g.getRawGraph().getStorage().getUnderlying();
if (stg instanceof OStorageEmbedded)
stg.setConflictStrategy(conflictStrategy);
}
return g;