R - type of the details object.T - type of the Entity that the operation was performed on.public abstract class CreateOrDelete<ID,R extends com.graphaware.common.representation.DetachedEntity<ID,T>,T extends org.neo4j.graphdb.Entity> extends BaseWriteOperation<R>
BaseWriteOperation representing a create or delete operation.WriteOperation.OperationType| Modifier | Constructor and Description |
|---|---|
protected |
CreateOrDelete(R details)
Create the operation.
|
equals, getDetails, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetTypeprotected CreateOrDelete(R details)
details - details about the operation. Must not be null.Copyright © 2013-2016–2020 Graph Aware Limited. All rights reserved.