public class OracleEdgeFeaturesBase
extends java.lang.Object
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsCustomIds()
Determines if an Element has a specific custom object as their internal representation.
|
boolean |
willAllowId(java.lang.Object id)
Determines if an identifier will be accepted by the Graph.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic boolean supportsCustomIds()
supportsCustomIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean willAllowId(java.lang.Object id)
willAllowId in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures