Re: [Neo] DatatypeClassRange usage

2010-04-05 Thread Niels Hoogeveen
Thanks. I was trying to use the MetaModel without using the RDF layer, but I see I end up duplicating a lot of functionality that way. Maybe time to move to the RDF side of things. Kind regards, Niels Hoogeveen > From: rick.bullo...@burningskysoftware.com > To: user@lists.neo4j.org > Date: Mo

Re: [Neo] DatatypeClassRange usage

2010-04-05 Thread Rick Bullotta
In "theory" the isAssignableFrom method on the underlying MetaModel & Range classes should be able to test for a legal/automatic type conversion, but it looks like that code is commented out in the current version of the Validator class. In any case, it certainly seems that using the normal refere

Re: [Neo] DatatypeClassRange usage

2010-04-05 Thread Niels Hoogeveen
If only reference classes can be added, what are appropriate types. Should I use java.lang.Integer when the underlying property value is and "int" and java.lang.Long when using a "long"? Kind regards, Niels Hoogeveen > From: pd_aficion...@hotmail.com > To: user@lists.neo4j.org > Date: Sat, 3 A

Re: [Neo] getNumberOfIdsInUse(Node.class)) return -1

2010-04-05 Thread Laurent Laborde
Any news ? -- Ker2x On Fri, Mar 26, 2010 at 12:05 PM, Tobias Ivarsson wrote: > Ok, thanks. We'll look into it. > > On Fri, Mar 26, 2010 at 11:49 AM, Laurent Laborde wrote: > >> something between 100 millions and 1 billions, i guess. >> the DB contain the result of my "collatz" code from 1 to 10

Re: [Neo] creating nodes with our own id

2010-04-05 Thread Niels Hoogeveen
UUID's are for all practical purposes unique. so you can use those for an ID and have "uniqueness" for free. Kind regards, Niels Hoogeveen > Date: Mon, 5 Apr 2010 10:54:08 +0530 > From: sivait...@gmail.com > To: matt...@neotechnology.com > CC: user@lists.neo4j.org > Subject: Re: [Neo] creating