Class CommonRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,ID>,T,ID extends Serializable>

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<R,T,ID>
org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<R,T,ID>
org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R,T,ID>
cn.net.vidyo.framework.data.jpa.dao.CommonRepositoryFactoryBean<R,T,ID>
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<R>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.data.repository.core.support.RepositoryFactoryInformation<T,ID>

public class CommonRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,ID>,T,ID extends Serializable> extends org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R,T,ID>