类 JimmerRepositoryFactory

java.lang.Object
org.springframework.data.repository.core.support.RepositoryFactorySupport
org.babyfish.jimmer.spring.repository.support.JimmerRepositoryFactory
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware

public class JimmerRepositoryFactory extends org.springframework.data.repository.core.support.RepositoryFactorySupport
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    <T, ID> org.springframework.data.repository.core.EntityInformation<T,ID>
    getEntityInformation(Class<T> domainClass)
     
    protected Class<?>
    getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
     
    protected Object
    getTargetRepository(org.springframework.data.repository.core.RepositoryInformation metadata)
     

    从类继承的方法 org.springframework.data.repository.core.support.RepositoryFactorySupport

    addInvocationListener, addQueryCreationListener, addRepositoryProxyPostProcessor, getProjectionFactory, getProjectionFactory, getQueryLookupStrategy, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryFragments, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, instantiateClass, setBeanClassLoader, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validate

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

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

    • JimmerRepositoryFactory

      public JimmerRepositoryFactory(Object sqlClient)
  • 方法详细资料

    • getEntityInformation

      @NotNull public <T, ID> org.springframework.data.repository.core.EntityInformation<T,ID> getEntityInformation(Class<T> domainClass)
      指定者:
      getEntityInformation 在类中 org.springframework.data.repository.core.support.RepositoryFactorySupport
    • getTargetRepository

      @NotNull protected Object getTargetRepository(org.springframework.data.repository.core.RepositoryInformation metadata)
      指定者:
      getTargetRepository 在类中 org.springframework.data.repository.core.support.RepositoryFactorySupport
    • getRepositoryBaseClass

      @NotNull protected Class<?> getRepositoryBaseClass(org.springframework.data.repository.core.RepositoryMetadata metadata)
      指定者:
      getRepositoryBaseClass 在类中 org.springframework.data.repository.core.support.RepositoryFactorySupport