Spring Data MongoDB - Core

org.springframework.data.mongodb.repository.config
Class MongoRepositoryConfigNamespaceHandler

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

public class MongoRepositoryConfigNamespaceHandler
extends MongoNamespaceHandler

NamespaceHandler to register repository configuration.

Author:
Oliver Gierke

Constructor Summary
MongoRepositoryConfigNamespaceHandler()
           
 
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

MongoRepositoryConfigNamespaceHandler

public MongoRepositoryConfigNamespaceHandler()
Method Detail

init

public void init()
Specified by:
init in interface NamespaceHandler
Overrides:
init in class MongoNamespaceHandler

Spring Data MongoDB - Core

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.