neo4j 1.0.0.beta.23-java → 1.0.0.beta.24-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/neo4j.rb +7 -0
- data/lib/neo4j/config.rb +2 -9
- data/lib/neo4j/event_handler.rb +51 -1
- data/lib/neo4j/functions/count.rb +33 -0
- data/lib/neo4j/functions/function.rb +72 -0
- data/lib/neo4j/functions/sum.rb +27 -0
- data/lib/neo4j/mapping/class_methods/property.rb +2 -1
- data/lib/neo4j/mapping/class_methods/rule.rb +30 -173
- data/lib/neo4j/mapping/node_mixin.rb +3 -1
- data/lib/neo4j/mapping/rule.rb +155 -0
- data/lib/neo4j/mapping/rule_node.rb +177 -0
- data/lib/neo4j/neo4j.rb +0 -4
- data/lib/neo4j/node.rb +12 -2
- data/lib/neo4j/node_relationship.rb +1 -1
- data/lib/neo4j/node_traverser.rb +11 -1
- data/lib/neo4j/rails/finders.rb +1 -1
- data/lib/neo4j/rails/persistence.rb +1 -0
- data/lib/neo4j/rails/relationships/relationships.rb +8 -5
- data/lib/neo4j/relationship.rb +12 -1
- data/lib/neo4j/type_converters.rb +121 -62
- data/lib/neo4j/version.rb +1 -1
- data/lib/tmp/neo4j/index/lucene-store.db +0 -0
- data/lib/tmp/neo4j/lucene-fulltext/lucene-store.db +0 -0
- data/lib/tmp/neo4j/lucene/lucene-store.db +0 -0
- data/lib/tmp/neo4j/messages.log +43 -176
- data/lib/tmp/neo4j/neostore +0 -0
- data/lib/tmp/neo4j/neostore.nodestore.db +0 -0
- data/lib/tmp/neo4j/neostore.nodestore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.index.keys +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.index.keys.id +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.strings +0 -0
- data/lib/tmp/neo4j/neostore.propertystore.db.strings.id +0 -0
- data/lib/tmp/neo4j/neostore.relationshipstore.db +0 -0
- data/lib/tmp/neo4j/neostore.relationshipstore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db.id +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db.names +0 -0
- data/lib/tmp/neo4j/neostore.relationshiptypestore.db.names.id +0 -0
- data/lib/tmp/neo4j/tm_tx_log.1 +0 -0
- metadata +8 -11
- data/lib/tmp/neo4j/index.db +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Person-exact/_0.cfs +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Person-exact/_1.cfs +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Person-exact/segments.gen +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Person-exact/segments_3 +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Thing-exact/_0.cfs +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Thing-exact/segments.gen +0 -0
- data/lib/tmp/neo4j/index/lucene/node/Thing-exact/segments_2 +0 -0
data/lib/tmp/neo4j/neostore
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/tmp/neo4j/tm_tx_log.1
CHANGED
Binary file
|
metadata
CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
|
|
7
7
|
- 0
|
8
8
|
- 0
|
9
9
|
- beta
|
10
|
-
-
|
11
|
-
version: 1.0.0.beta.
|
10
|
+
- 24
|
11
|
+
version: 1.0.0.beta.24
|
12
12
|
platform: java
|
13
13
|
authors:
|
14
14
|
- Andreas Ronge
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2010-12-
|
19
|
+
date: 2010-12-15 00:00:00 +01:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
@@ -110,7 +110,6 @@ files:
|
|
110
110
|
- lib/tmp/neo4j/neostore.relationshipstore.db
|
111
111
|
- lib/tmp/neo4j/neostore.propertystore.db.index.id
|
112
112
|
- lib/tmp/neo4j/neostore.propertystore.db.id
|
113
|
-
- lib/tmp/neo4j/index.db
|
114
113
|
- lib/tmp/neo4j/neostore.propertystore.db
|
115
114
|
- lib/tmp/neo4j/tm_tx_log.1
|
116
115
|
- lib/tmp/neo4j/neostore.relationshiptypestore.db
|
@@ -120,13 +119,6 @@ files:
|
|
120
119
|
- lib/tmp/neo4j/lucene-fulltext/lucene.log.active
|
121
120
|
- lib/tmp/neo4j/index/lucene-store.db
|
122
121
|
- lib/tmp/neo4j/index/lucene.log.active
|
123
|
-
- lib/tmp/neo4j/index/lucene/node/Person-exact/segments.gen
|
124
|
-
- lib/tmp/neo4j/index/lucene/node/Person-exact/_1.cfs
|
125
|
-
- lib/tmp/neo4j/index/lucene/node/Person-exact/_0.cfs
|
126
|
-
- lib/tmp/neo4j/index/lucene/node/Person-exact/segments_3
|
127
|
-
- lib/tmp/neo4j/index/lucene/node/Thing-exact/segments.gen
|
128
|
-
- lib/tmp/neo4j/index/lucene/node/Thing-exact/segments_2
|
129
|
-
- lib/tmp/neo4j/index/lucene/node/Thing-exact/_0.cfs
|
130
122
|
- lib/tmp/neo4j/lucene/lucene-store.db
|
131
123
|
- lib/tmp/neo4j/lucene/lucene.log.active
|
132
124
|
- lib/neo4j/event_handler.rb
|
@@ -148,6 +140,9 @@ files:
|
|
148
140
|
- lib/neo4j/equal.rb
|
149
141
|
- lib/neo4j/relationship.rb
|
150
142
|
- lib/neo4j/to_java.rb
|
143
|
+
- lib/neo4j/functions/function.rb
|
144
|
+
- lib/neo4j/functions/count.rb
|
145
|
+
- lib/neo4j/functions/sum.rb
|
151
146
|
- lib/neo4j/rails/attributes.rb
|
152
147
|
- lib/neo4j/rails/model.rb
|
153
148
|
- lib/neo4j/rails/validations.rb
|
@@ -171,7 +166,9 @@ files:
|
|
171
166
|
- lib/neo4j/jars/geronimo-jta_1.1_spec-1.1.1.jar
|
172
167
|
- lib/neo4j/jars/lucene-core-3.0.2.jar
|
173
168
|
- lib/neo4j/jars/neo4j-kernel-1.2-1.2.M04.jar
|
169
|
+
- lib/neo4j/mapping/rule.rb
|
174
170
|
- lib/neo4j/mapping/decl_relationship_dsl.rb
|
171
|
+
- lib/neo4j/mapping/rule_node.rb
|
175
172
|
- lib/neo4j/mapping/node_mixin.rb
|
176
173
|
- lib/neo4j/mapping/has_n.rb
|
177
174
|
- lib/neo4j/mapping/relationship_mixin.rb
|
data/lib/tmp/neo4j/index.db
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|