Package com.buschmais.xo.neo4j.spi
Class AbstractNeo4jDatastore<L extends Neo4jLabel,R extends Neo4jRelationshipType,DS extends Neo4jDatastoreSession>
- java.lang.Object
-
- com.buschmais.xo.neo4j.spi.AbstractNeo4jDatastore<L,R,DS>
-
- All Implemented Interfaces:
Neo4jDatastore<L,R,DS>,Datastore<DS,NodeMetadata<L>,L,RelationshipMetadata<R>,R>,AutoCloseable
public abstract class AbstractNeo4jDatastore<L extends Neo4jLabel,R extends Neo4jRelationshipType,DS extends Neo4jDatastoreSession> extends Object implements Neo4jDatastore<L,R,DS>
-
-
Constructor Summary
Constructors Constructor Description AbstractNeo4jDatastore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(Map<Class<?>,com.buschmais.xo.api.metadata.type.TypeMetadata> registeredMetadata)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.buschmais.xo.spi.datastore.Datastore
close, createSession, getMetadataFactory
-
-
-
-
Method Detail
-
init
public void init(Map<Class<?>,com.buschmais.xo.api.metadata.type.TypeMetadata> registeredMetadata)
- Specified by:
initin interfaceDatastore<DS extends Neo4jDatastoreSession,NodeMetadata<L extends Neo4jLabel>,L extends Neo4jLabel,RelationshipMetadata<R extends Neo4jRelationshipType>,R extends Neo4jRelationshipType>
-
-