Class RemoteNeo4jRepositoryImpl
- java.lang.Object
-
- com.buschmais.xo.neo4j.spi.AbstractNeo4jRepository<RemoteLabel>
-
- com.buschmais.xo.neo4j.remote.impl.datastore.RemoteNeo4jRepositoryImpl
-
- All Implemented Interfaces:
Neo4jRepository
- Direct Known Subclasses:
TypedRemoteRepositoryImpl
public class RemoteNeo4jRepositoryImpl extends AbstractNeo4jRepository<RemoteLabel>
Implementation of theNeo4jRepository.
-
-
Field Summary
-
Fields inherited from class com.buschmais.xo.neo4j.spi.AbstractNeo4jRepository
xoSession
-
-
Constructor Summary
Constructors Constructor Description RemoteNeo4jRepositoryImpl(com.buschmais.xo.spi.session.XOSession<NodeMetadata<RemoteLabel>,RemoteLabel,?,?> xoSession, StatementExecutor statementExecutor, RemoteDatastoreSessionCache sessionCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> com.buschmais.xo.api.ResultIterable<T>find(RemoteLabel label, PropertyMetadata datastoreMetadata, Object value)-
Methods inherited from class com.buschmais.xo.neo4j.spi.AbstractNeo4jRepository
find
-
-
-
-
Constructor Detail
-
RemoteNeo4jRepositoryImpl
public RemoteNeo4jRepositoryImpl(com.buschmais.xo.spi.session.XOSession<NodeMetadata<RemoteLabel>,RemoteLabel,?,?> xoSession, StatementExecutor statementExecutor, RemoteDatastoreSessionCache sessionCache)
-
-
Method Detail
-
find
protected <T> com.buschmais.xo.api.ResultIterable<T> find(RemoteLabel label, PropertyMetadata datastoreMetadata, Object value)
- Specified by:
findin classAbstractNeo4jRepository<RemoteLabel>
-
-