From 2ca10c13c5e5f32863efbb9b6c0535e54677cd0a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 10 May 2011 18:14:06 +0200 Subject: [PATCH] Extracted custom mongo repository namespace attributes to make them usable in and . --- .../mongodb/config/spring-mongo-1.0.xsd | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/spring-data-mongodb/src/main/resources/org/springframework/data/document/mongodb/config/spring-mongo-1.0.xsd b/spring-data-mongodb/src/main/resources/org/springframework/data/document/mongodb/config/spring-mongo-1.0.xsd index 9cf466974..5bc020070 100644 --- a/spring-data-mongodb/src/main/resources/org/springframework/data/document/mongodb/config/spring-mongo-1.0.xsd +++ b/spring-data-mongodb/src/main/resources/org/springframework/data/document/mongodb/config/spring-mongo-1.0.xsd @@ -82,24 +82,28 @@ The host to connect to a MongoDB server. Default is localhost - - - - The reference to a MongoTemplate. Will default to 'mongoTemplate'. - - - - - - - The reference to a MappingContext. Will pick up a bean named 'mappingContext' by default if available. - - - + + + + + + + The reference to a MongoTemplate. Will default to 'mongoTemplate'. + + + + + + + The reference to a MappingContext. Will pick up a bean named 'mappingContext' by default if available. + + + + @@ -108,7 +112,7 @@ The host to connect to a MongoDB server. Default is localhost - +