Spring Data JPA

org.springframework.data.jpa.repository.cdi
Class JpaRepositoryExtension

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

public class JpaRepositoryExtension
extends CdiRepositoryExtensionSupport

A portable CDI extension which registers beans for Spring Data JPA repositories.

Author:
Dirk Mahler, Oliver Gierke

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

JpaRepositoryExtension

public JpaRepositoryExtension()

Spring Data JPA

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.