Interface Neo4jDatastoreSession<N extends Neo4jNode,L extends Neo4jLabel,R extends Neo4jRelationship,T extends Neo4jRelationshipType>

All Superinterfaces:
AutoCloseable, DatastoreSession<Long,N,NodeMetadata<L>,L,Long,R,RelationshipMetadata<T>,T,PropertyMetadata>
All Known Implementing Classes:
AbstractNeo4jDatastoreSession

public interface Neo4jDatastoreSession<N extends Neo4jNode,L extends Neo4jLabel,R extends Neo4jRelationship,T extends Neo4jRelationshipType> extends DatastoreSession<Long,N,NodeMetadata<L>,L,Long,R,RelationshipMetadata<T>,T,PropertyMetadata>
Defines the Neo4j specific DatastoreSession interface.