Skip to content

Commit

Permalink
spring-projects#103 Add a call to setMappingContext so that a `Pers…
Browse files Browse the repository at this point in the history
…istentEntity` is returned when one is asked for.
  • Loading branch information
Jon Brisbin authored and jbrisbin committed Mar 8, 2013
1 parent 2c46e41 commit 973cab3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void afterPropertiesSet() {
context.initialize();
this.neo4jMappingContext = context;
}
setMappingContext(neo4jMappingContext);

super.afterPropertiesSet();
}
Expand Down

0 comments on commit 973cab3

Please sign in to comment.