It will be in a future version For rc1 I had to spend all time on api/spi upgrades to match neo4j 2.0 GA
Sent from mobile device Am 27.01.2014 um 20:49 schrieb Michael Azerhad <[email protected]>: > Currently I use SDN 3.0.0M1 for the domain objects mapping. > Each domain object has an "_id" indexed trough the Spring annotation: @Indexed > > Here's an example (in Scala): > > @NodeEntity > class User (@Indexed val _id: String){ > //.... > } > > As my "_id" property being indexed, I can execute query like this one: > > start u=node:User("_id:123") return u.name, u.age; > > Is there a mechanism to provide Labels in the current milestone of SDN > (3.0.0M1) rather than "User" index node? > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
