类 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
  • 构造器概要

    构造器
    构造器
    说明
    JimmerRepositoryFactoryBean(Class<? extends R> repositoryInterface)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected org.springframework.data.repository.core.support.RepositoryFactorySupport
     
    void
    setSqlClient(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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • JimmerRepositoryFactoryBean

      public JimmerRepositoryFactoryBean(Class<? extends R> repositoryInterface)
  • 方法详细资料

    • setSqlClient

      public void setSqlClient(Object sqlClient)
    • createRepositoryFactory

      protected org.springframework.data.repository.core.support.RepositoryFactorySupport createRepositoryFactory()
      指定者:
      createRepositoryFactory 在类中 org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport<R extends org.springframework.data.repository.Repository<E,ID>,E,ID>