类 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 ObjectgetTargetRepository(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
-
构造器详细资料
-
JimmerRepositoryFactory
-
-
方法详细资料
-
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
-