Package com.buschmais.xo.neo4j.spi
-
Interface Summary Interface Description Neo4jDatastore<L extends Neo4jLabel,R extends Neo4jRelationshipType,DS extends DatastoreSession> Base interface for Neoj datastores.Neo4jDatastoreSession<N extends Neo4jNode,L extends Neo4jLabel,R extends Neo4jRelationship,T extends Neo4jRelationshipType> Defines the Neo4j specificDatastoreSessioninterface. -
Class Summary Class Description AbstractNeo4jDatastore<L extends Neo4jLabel,R extends Neo4jRelationshipType,DS extends Neo4jDatastoreSession> AbstractNeo4jDatastoreSession<N extends Neo4jNode,L extends Neo4jLabel,R extends Neo4jRelationship,T extends Neo4jRelationshipType> AbstractNeo4jMetadataFactory<L extends Neo4jLabel,R extends Neo4jRelationshipType> DatastoreMetadataFactoryimplementation for Neo4j datastores.AbstractNeo4jRepository<Label extends Neo4jLabel> Abstract base implementation for Neo4j repositories.Neo4jDatastoreSession.Index