I have an entity which like
@nodeentity
user{
@index string name;
...
}
I persist two users with same name and success
after that, Iget exception when i invoke repo.getByPropertyName("name","samename");
but not get exception when i execute persist
is it the behavior of neo4j?
or I do something wrong?


Reply With Quote
