Uses of Class
com.buschmais.xo.neo4j.remote.impl.model.state.NodeState
-
Packages that use NodeState Package Description com.buschmais.xo.neo4j.remote.impl.datastore com.buschmais.xo.neo4j.remote.impl.model -
-
Uses of NodeState in com.buschmais.xo.neo4j.remote.impl.datastore
Method parameters in com.buschmais.xo.neo4j.remote.impl.datastore with type arguments of type NodeState Modifier and Type Method Description RemoteNodeRemoteDatastoreSessionCache. getNode(long id, Supplier<NodeState> nodeStateSupplier) -
Uses of NodeState in com.buschmais.xo.neo4j.remote.impl.model
Constructors in com.buschmais.xo.neo4j.remote.impl.model with parameters of type NodeState Constructor Description RemoteNode(long id, NodeState initialState)
-