Uses of Class
com.buschmais.xo.neo4j.remote.impl.datastore.RemoteDatastoreSessionCache
-
Packages that use RemoteDatastoreSessionCache Package Description com.buschmais.xo.neo4j.remote.impl.converter com.buschmais.xo.neo4j.remote.impl.datastore -
-
Uses of RemoteDatastoreSessionCache in com.buschmais.xo.neo4j.remote.impl.converter
Constructors in com.buschmais.xo.neo4j.remote.impl.converter with parameters of type RemoteDatastoreSessionCache Constructor Description RemoteEntityConverter(RemoteDatastoreSessionCache sessionCache)RemotePathConverter(RemoteDatastoreSessionCache sessionCache) -
Uses of RemoteDatastoreSessionCache in com.buschmais.xo.neo4j.remote.impl.datastore
Fields in com.buschmais.xo.neo4j.remote.impl.datastore declared as RemoteDatastoreSessionCache Modifier and Type Field Description protected RemoteDatastoreSessionCacheAbstractRemoteDatastorePropertyManager. datastoreSessionCacheConstructors in com.buschmais.xo.neo4j.remote.impl.datastore with parameters of type RemoteDatastoreSessionCache Constructor Description AbstractRemoteDatastorePropertyManager(StatementExecutor statementExecutor, RemoteDatastoreSessionCache datastoreSessionCache)RemoteDatastoreEntityManager(StatementExecutor statementExecutor, RemoteDatastoreSessionCache datastoreSessionCache)RemoteDatastoreRelationManager(StatementExecutor statementExecutor, RemoteDatastoreSessionCache datastoreSessionCache)RemoteNeo4jRepositoryImpl(com.buschmais.xo.spi.session.XOSession<NodeMetadata<RemoteLabel>,RemoteLabel,?,?> xoSession, StatementExecutor statementExecutor, RemoteDatastoreSessionCache sessionCache)TypedRemoteRepositoryImpl(com.buschmais.xo.spi.session.XOSession<NodeMetadata<RemoteLabel>,RemoteLabel,?,?> xoSession, Class<T> type, StatementExecutor statementExecutor, RemoteDatastoreSessionCache sessionCache)
-