Fix reference to `@EntityScan` in the doc

Closes gh-6687
pull/6699/head
Stephane Nicoll 8 years ago
parent dd465b7f79
commit 62867685ed

@ -3353,7 +3353,7 @@ infrastructure; so you could take the JPA example from earlier and, assuming tha
is now a Neo4j OGM `@NodeEntity` rather than a JPA `@Entity`, it will work in the same is now a Neo4j OGM `@NodeEntity` rather than a JPA `@Entity`, it will work in the same
way. way.
TIP: You can customize entity scanning locations using the `@NodeEntityScan` annotation. TIP: You can customize entity scanning locations using the `@EntityScan` annotation.
To enable repository support (and optionally support for `@Transactional`), add the To enable repository support (and optionally support for `@Transactional`), add the
following two annotations to your Spring configuration: following two annotations to your Spring configuration:

Loading…
Cancel
Save