Almost, I thought of:

@Labels
private Set<String> types;

Michael

Am 13.02.2014 um 07:56 schrieb biliboc <[email protected]>:

> Do you plan to have something like a @Label annotation?
> I'm thinking having that applied both to domain class and fields
> 
> @Label("Entity")
> @NodeEntity
> public class EntityNode{
>     @GraphId
>     private Long id;
> 
>     @Label
>     private Set<EntityType> types;//this is set of enums that get transformed 
> to neo4j labels
> 
> }
> 
> 
> 
> On Saturday, February 8, 2014 4:03:59 AM UTC+2, Michael Hunger wrote:
> There is now a Label based TypeRepresentationStrategy, which is the new 
> default.
> 
> Still working on the label support of derived finder methods etc. for the 
> next release. 
> 
> Perhaps you can check out the snapshot build for providing feedback?
> 
> What exactly do you want to do?
> 
> Michael
> 
> Am 07.02.2014 um 21:04 schrieb Jome Akpoduado <[email protected]>:
> 
>> Hi Michael
>> I see there is an 3.0.0.RC1 release of SDN however, it seems the Labels 
>> support is still left out? Or am I missing something?
>> 
>> Regards.
>> 
>> On Tuesday, 14 January 2014 03:51:13 UTC+2, Michael Hunger wrote:
>> Worked on it over the holidays and made good progress on updating 5 
>> libraries and SDN.
>> 
>> Will be released as part of the Spring Data Codd release train next or the 
>> other week as milestone 2.
>> 
>> Michael
>> 
>> Am 13.01.2014 um 17:47 schrieb Jome Akpoduado <[email protected]>:
>> 
>>> Hi 
>>> Just checking in here for any updates on the Label feature for SDN 3.0?
>>> 
>>> 
>>> On Sunday, 22 December 2013 13:07:57 UTC+2, Michael Hunger wrote:
>>> Very probably the next SDN milestone will be mid January with the rest of 
>>> the SD projects. 
>>> Sorry for that but currently there is too little bandwidth on our side. The 
>>> problem is that all the dependend libraries have to be updated to 2.0 
>>> first. Which is quite a effort.
>>> 
>>> And then there is the remain work with label based derived queries. 
>>> 
>>> Sorry, and happy holidays
>>> 
>>> Michael
>>> 
>>> Am 22.12.2013 um 09:21 schrieb Christopher Smith 
>>> <[email protected]>:
>>> 
>>>> Any updates to this one? In particular, will there be any milestone update 
>>>> for SDN before the next milestone step for the whole SD suite? If not, is 
>>>> a snapshot build or vaguely stable git revision available?
>>>> 
>>>> -- 
>>>> 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.
>> 
>> 
>> -- 
>> 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.

-- 
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.

Reply via email to