
Native neo4j array properties
Reported by Andreas Ronge | December 16th, 2008 @ 04:40 PM | in 0.1
If a property is of type ruby Array then it should be converted into a java array. This is supported by Neo4j. Use to_java method
(The following property types are supported by Neo4j:
* boolean or boolean[]
* byte or byte[]
* short or short[]
* int or int[]
* long or long[]
* float or float[]
* double or double[]
* char or char[]
* java.lang.String or String[])
How about boolean ?
Comments and changes to this ticket
-
Andreas Ronge December 17th, 2008 @ 04:19 PM
- State changed from new to invalid
Not possible since you can have any type inside an Array, In java array items must be of the same type.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Neo4j.rb is a graph database framework for JRuby.
It provides:
* Mapping of ruby objects to nodes in networks rather than in tables.
* Storage of ruby object to a file system.
* Fast traversal of relationships between nodes in a hugh node space.
* Transaction with rollbacks support.
* Indexing and quering of ruby objects.
* Integration with Rails