public class DetachedFactory extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static DetachedEdge | detach(Edge edge,
      boolean withProperties) | 
| static DetachedElement | detach(Element element,
      boolean withProperties) | 
| static <D> D | detach(Object object,
      boolean withProperties) | 
| static DetachedPath | detach(Path path,
      boolean withProperties) | 
| static <V> DetachedProperty<V> | detach(Property<V> property) | 
| static DetachedVertex | detach(Vertex vertex,
      boolean withProperties) | 
| static <V> DetachedVertexProperty | detach(VertexProperty<V> vertexProperty,
      boolean withProperties) | 
public static DetachedVertex detach(Vertex vertex, boolean withProperties)
public static DetachedEdge detach(Edge edge, boolean withProperties)
public static <V> DetachedVertexProperty detach(VertexProperty<V> vertexProperty, boolean withProperties)
public static <V> DetachedProperty<V> detach(Property<V> property)
public static DetachedPath detach(Path path, boolean withProperties)
public static DetachedElement detach(Element element, boolean withProperties)
public static <D> D detach(Object object, boolean withProperties)
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.