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, waitsupportsComputer, supportsPersistence, variablespublic boolean supportsConcurrentAccess()
supportsConcurrentAccess in interface Graph.Features.GraphFeaturespublic boolean supportsThreadedTransactions()
supportsThreadedTransactions in interface Graph.Features.GraphFeaturespublic boolean supportsTransactions()
supportsTransactions in interface Graph.Features.GraphFeaturesCopyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.