类 CustomRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,I>,T,I extends java.io.Serializable>
- java.lang.Object
-
- org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<T,S,ID>
-
- org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport<T,S,ID>
-
- org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R,T,I>
-
- net.qimooc.commons.repository.CustomRepositoryFactoryBean<R,T,I>
-
- 所有已实现的接口:
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,I>
public class CustomRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,I>,T,I extends java.io.Serializable> extends org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean<R,T,I>
-
-
构造器概要
构造器 构造器 说明 CustomRepositoryFactoryBean(java.lang.Class<? extends R> repositoryInterface)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected org.springframework.data.repository.core.support.RepositoryFactorySupportcreateRepositoryFactory(javax.persistence.EntityManager entityManager)-
从类继承的方法 org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean
afterPropertiesSet, doCreateRepositoryFactory, setEntityManager, setEntityPathResolver, setEscapeCharacter, setMappingContext, setQueryMethodFactory
-
从类继承的方法 org.springframework.data.repository.core.support.TransactionalRepositoryFactoryBeanSupport
createRepositoryFactory, setBeanFactory, setEnableDefaultTransactions, setTransactionManager
-
从类继承的方法 org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
addRepositoryFactoryCustomizer, createDefaultQueryMethodEvaluationContextProvider, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments
-
-
-
-
构造器详细资料
-
CustomRepositoryFactoryBean
public CustomRepositoryFactoryBean(java.lang.Class<? extends R> repositoryInterface)
-
-