类 JimmerRepositoryFactoryBean<R extends org.springframework.data.repository.Repository<E,ID>,E,ID>
java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<R,E,ID>
org.babyfish.jimmer.spring.repository.support.JimmerRepositoryFactoryBean<R,E,ID>
- 所有已实现的接口:
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<E,ID>
public class JimmerRepositoryFactoryBean<R extends org.springframework.data.repository.Repository<E,ID>,E,ID>
extends org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<R,E,ID>
-
字段概要
从接口继承的字段 org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected org.springframework.data.repository.core.support.RepositoryFactorySupportvoidsetSqlClient(Object sqlClient) 从类继承的方法 org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport
addRepositoryFactoryCustomizer, afterPropertiesSet, createDefaultQueryMethodEvaluationContextProvider, getEntityInformation, getObject, getObjectType, getPersistentEntity, getQueryMethods, getRepositoryInformation, isSingleton, setApplicationEventPublisher, setBeanClassLoader, setBeanFactory, setCustomImplementation, setEvaluationContextProvider, setLazyInit, setMappingContext, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, setRepositoryFragments
-
构造器详细资料
-
JimmerRepositoryFactoryBean
-
-
方法详细资料
-
setSqlClient
-
createRepositoryFactory
protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
-