org.springframework.data.document.mongodb.config
Class MongoRepositoryNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.data.document.mongodb.config.MongoRepositoryNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class MongoRepositoryNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

NamespaceHandler for Mongo DB based repositories.

Author:
Oliver Gierke

Constructor Summary
MongoRepositoryNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoRepositoryNamespaceHandler

public MongoRepositoryNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2011. All Rights Reserved.