DATADOC-78: Refactored some of the code to use a new MappingContextAware interface available in spring-data-commons-core for obtaining a reference to the active MappingContext. Also added proper configuration to the namespace handler. Also tweaked the docs slightly.

This commit is contained in:
Jon Brisbin
2011-04-05 15:12:49 -05:00
committed by J. Brisbin
parent 6e1af80b5f
commit 3e2a60c89a
6 changed files with 871 additions and 883 deletions

View File

@@ -23,8 +23,6 @@
http://www.springframework.org/schema/data/mongo http://www.springframework.org/schema/data/mongo/spring-mongo-1.0.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<beans>
<!-- Default bean name is 'mongo' -->
<mongo:mongo host="localhost" port="27017"/>