Hibernate OGM currently only create indexes in Neo4j if they involved a single porperty. The reason is that when we added the feature this was the only constraint available. In the latest version is possible to create unique constraints spanning multiple properties. To solve this issue see:
This issue involves embedded, http and bolt Neo4j |