Sha256: 17d2ac25522c20c0da0b26e07800a9e46c0145e86c272f6cc570d7265be68098

Contents?: true

Size: 578 Bytes

Versions: 9

Compression:

Stored size: 578 Bytes

Contents

module Neo4j

  # There is only one reference node in a neo space, which can always been found (Neo4j::Neo#:ref_node).
  # This is a "starting point" in the node space.
  # Usually, a client attaches relationships to this node that leads into various parts of the node space.
  # For more information about common node space organizational patterns, see the design guide at http://neo4j.org/doc.
  #
  # You can add your own has_n or has_list, has_one relationship to this node.
  #
  class ReferenceNode
    include Neo4j::NodeMixin
    include Neo4j::MigrationMixin
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
neo4j-1.0.0.beta.9 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.8 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.7 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.6 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.5 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.4 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.3 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.2 lib/neo4j.old/reference_node.rb
neo4j-1.0.0.beta.1 lib/neo4j.old/reference_node.rb