public class OracleGraphFeaturesBase extends java.lang.Object implements Graph.Features.GraphFeatures
FEATURE_COMPUTER, FEATURE_CONCURRENT_ACCESS, FEATURE_PERSISTENCE, FEATURE_THREADED_TRANSACTIONS, FEATURE_TRANSACTIONS
Modifier and Type | Method and Description |
---|---|
boolean |
supportsConcurrentAccess()
Determines if the Graph implementation supports more than one connection to
the same instance at the same time.
|
boolean |
supportsThreadedTransactions()
Determines if the Graph implementation supports threaded transactions which
allow a transaction to be executed across multiple threads via
Transaction.createThreadedTx().
|
boolean |
supportsTransactions()
Determines if the Graph implementations supports transactions.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsComputer, supportsPersistence, variables
public boolean supportsConcurrentAccess()
supportsConcurrentAccess
in interface Graph.Features.GraphFeatures
public boolean supportsThreadedTransactions()
supportsThreadedTransactions
in interface Graph.Features.GraphFeatures
public boolean supportsTransactions()
supportsTransactions
in interface Graph.Features.GraphFeatures
Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.