Spring Data Document

org.springframework.data.mongodb.repository.cdi
Class MongoRepositoryExtension

java.lang.Object
  extended by org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
      extended by org.springframework.data.mongodb.repository.cdi.MongoRepositoryExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class MongoRepositoryExtension
extends org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport

CDI extension to export Mongo repositories.

Author:
Oliver Gierke

Constructor Summary
MongoRepositoryExtension()
           
 
Method Summary
 
Methods inherited from class org.springframework.data.repository.cdi.CdiRepositoryExtensionSupport
getRepositoryTypes, processAnnotatedType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MongoRepositoryExtension

public MongoRepositoryExtension()

Spring Data Document

Copyright © 2012. All Rights Reserved.