Whats the correct cypher query to return all accounts matching the property 
 "accountId" contained in a list.  

Here is my attempt.

@Query("start account=node:(*)  ID(account) in 
account.accountIds{accountIds} return account;")

public List<Account> findAllByAccountId(Set<Long> ids);

-- 
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/d/optout.

Reply via email to