Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
neo4j: docs change, thx to user 'bond-' for commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Dec 5, 2011
1 parent 4b4b505 commit 68de26a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,4 +1,4 @@
If you have both the Hibernate and Neo4j plugins installed then by default all classes in the @grails-app/domain@ directory will be persisted by Hibernate and not Mongo. If you want to persist a particular domain class with Mongo then you must use the @mapWith@ property in the domain class:
If you have both the Hibernate and Neo4j plugins installed then by default all classes in the @grails-app/domain@ directory will be persisted by Hibernate and not Neo4j. If you want to persist a particular domain class with Neo4j then you must use the @mapWith@ property in the domain class:

{code}
static mapWith = "neo4j"
Expand Down

0 comments on commit 68de26a

Please sign in to comment.