Uses of Class
com.buschmais.xo.neo4j.remote.impl.model.state.RelationshipState
-
Packages that use RelationshipState Package Description com.buschmais.xo.neo4j.remote.impl.datastore com.buschmais.xo.neo4j.remote.impl.model -
-
Uses of RelationshipState in com.buschmais.xo.neo4j.remote.impl.datastore
Method parameters in com.buschmais.xo.neo4j.remote.impl.datastore with type arguments of type RelationshipState Modifier and Type Method Description RemoteRelationshipRemoteDatastoreSessionCache. getRelationship(long id, RemoteNode source, RemoteRelationshipType type, RemoteNode target, Supplier<RelationshipState> relationshipStateSupplier) -
Uses of RelationshipState in com.buschmais.xo.neo4j.remote.impl.model
Constructors in com.buschmais.xo.neo4j.remote.impl.model with parameters of type RelationshipState Constructor Description RemoteRelationship(long id, RelationshipState state, RemoteNode startNode, RemoteRelationshipType relationshipType, RemoteNode endNode)
-