- 所有已实现的接口:
- 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 java.io.Serializable>
extends org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R,T,ID>