Package com.buschmais.xo.neo4j.spi
Interface Neo4jDatastore<L extends Neo4jLabel,R extends Neo4jRelationshipType,DS extends DatastoreSession>
- All Superinterfaces:
AutoCloseable,Datastore<DS,NodeMetadata<L>, L, RelationshipMetadata<R>, R>
- All Known Implementing Classes:
AbstractNeo4jDatastore
public interface Neo4jDatastore<L extends Neo4jLabel,R extends Neo4jRelationshipType,DS extends DatastoreSession>
extends Datastore<DS,NodeMetadata<L>,L,RelationshipMetadata<R>,R>
Base interface for Neoj datastores.
-
Method Summary
Methods inherited from interface com.buschmais.xo.spi.datastore.Datastore
close, createSession, getMetadataFactory, init