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