ClassMethods

Constants

Methods

#all

Performs a basic match on the relationship, returning all results. This is not executed lazily, it will immediately return matching objects.

+ show/hide code
#find

Returns the object with the specified neo4j id.

+ show/hide code
#find_by_id

Loads the relationship using its neo_id.

+ show/hide code

#first

+ show/hide code

#last

+ show/hide code
#where

Performs a very basic match on the relationship. This is not executed lazily, it will immediately return matching objects. To use a string, prefix the property with “r1”

+ show/hide code