unique-id indexing with neo4j 1.7

This commit is contained in:
Michael Hunger
2012-04-11 17:47:53 +02:00
parent 3463c513c0
commit 2ff7719ef4

View File

@@ -22,7 +22,7 @@ import org.springframework.data.neo4j.annotation.NodeEntity;
@NodeEntity
public class UniqueNumericIdClub {
@Indexed(unique = true, numeric = false)
@Indexed(unique = true)
private Long clubId;
@GraphId