Class AbstractNeo4jDatastoreSession<N extends Neo4jNode,L extends Neo4jLabel,R extends Neo4jRelationship,T extends Neo4jRelationshipType>

java.lang.Object
com.buschmais.xo.neo4j.spi.AbstractNeo4jDatastoreSession<N,L,R,T>
All Implemented Interfaces:
Neo4jDatastoreSession<N,L,R,T>, DatastoreSession<Long,N,NodeMetadata<L>,L,Long,R,RelationshipMetadata<T>,T,PropertyMetadata>, AutoCloseable

public abstract class AbstractNeo4jDatastoreSession<N extends Neo4jNode,L extends Neo4jLabel,R extends Neo4jRelationship,T extends Neo4jRelationshipType> extends Object implements Neo4jDatastoreSession<N,L,R,T>